pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(ham/gnuradio-core) Add COMMIT_MSG



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Fri May 10 07:48:48 2024 +0900
Changeset:	804410cb8a41b390a288ec13703944d258b16941

Added Files:
	gnuradio-core/COMMIT_MSG

Log Message:
(ham/gnuradio-core) Add COMMIT_MSG

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=804410cb8a41b390a288ec13703944d258b16941

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnuradio-core/COMMIT_MSG | 65 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

diffs:
diff --git a/gnuradio-core/COMMIT_MSG b/gnuradio-core/COMMIT_MSG
new file mode 100644
index 0000000000..3a2b12125f
--- /dev/null
+++ b/gnuradio-core/COMMIT_MSG
@@ -0,0 +1,65 @@
+(ham/gnruadio-core) Updated 3.10.9.2 to 3.9.10.10
+
+# Changelog
+All notable changes to GNU Radio will be documented in this file.
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
+and this project adheres to [Semantic
+Versioning](http://semver.org/spec/v2.0.0.html), starting with version 3.7.12.0.
+
+Older Logs can be found in `docs/RELEASE-NOTES-*`.
+
+## [3.10.10.0] - 2024-04-06
+
+### Changed
+
+#### Runtime
+
+- Modernize location of config files. `XDG_CONFIG_HOME` will be used if set
+(often `$HOME/.config`). This change attempts to be backward compatible with
+existing config file locations, but be aware that config files may show up
+in the old (`$HOME/.gnuradio/`) and new (`$XDG_CONFIG_HOME/gnuradio`)
+locations depending on GNU Radio version. Files are not automatically moved,
+since some users run multiple versions of GNU Radio.
+- Ctrlport Probe, Ctrlport Probe PSD and gr-ctrlport-monitor. Ctrlport Monitor blocks
+are still broken.
+
+#### GRC
+
+- NEW Qt-based front end! Run `gnuradio-companion --qt` to try it out. This feature is
+still in testing, so the Gtk front end runs by default. In a future release, Qt will
+become the default, removing Gtk as a manditory dependency. Maintenance will focus on
+the Qt front end at that point.
+- Restore property field background colors (as a View option, off by default) for the Gtk
+front end. Background colors were previously replaced with textual type string.
+- The canvas can be panned using the middle mouse button
+- C++ code generation improvements related to parameters and strings
+- C++ code generation fixed for Add Const
+
+#### gr-audio
+
+- Added 96 kHz and 192 kHz selections to ALSA source/sink
+
+#### gr-blocks
+
+- Float To UChar block adds vector support, and also scale and bias params
+
+#### gr-digital
+
+- Additive Scrambler adds soft symbol handling
+
+#### modtool
+
+- Improvements to handling of Python blocks (add, rm, and rename work reliably)
+- New parseable manifest format (yaml instead of md) to better support the OOT ecosystem
+- Manifest and examples are installed by "make install"
+
+#### Build system and packaging
+
+- Python byte-compiled (pyc) files are no longer installed, as they are
+deprecated by Python
+
+#### Testing
+
+- Added MinGW test runner and fixed various MinGW compilation failures
+- Update Fedora to test 38, 39 and 40


Home | Main Index | Thread Index | Old Index