Release v3.10.12.0
Unclaimed project
Are you a maintainer of gnuradio? Claim this project to take control of your public changelog and roadmap.
Changelog
GNU Radio – the Free and Open Software Radio Ecosystem
Last updated 4 days ago
Release v3.10.12.0
A majority of the changes for this release related to
persistent() function to gr paths module. This function returns either the value of the XDG_CACHE_HOME environment variable, or appdata()/.local/state.persistent() function to gr paths module. This function returns either the value of the XDG_CACHE_HOME environment variable, or appdata()/.local/state.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 ver...