|
1 | 1 | This this the changelog file for the SoapySDR project. |
2 | 2 |
|
| 3 | +Release 0.9.0 (2025-12-13) |
| 4 | +========================== |
| 5 | + |
| 6 | +- Fixed CMAKE_INSTALL_LIBDIR definition (#471) |
| 7 | +- Fixed macOS rpath installation (#470) |
| 8 | +- Updated swig for compat with newer CMake (fixes #360) |
| 9 | +- Updated for compat with newer CMake |
| 10 | +- Updated cmake_policy in swig for CMake 3.12 compat (#453) |
| 11 | +- Updated Doxygen config to remove obsolete settings (#452) |
| 12 | +- Fixed pre-callocate optionNames even if no names are provided (#444) |
| 13 | +- Fixed use old get python lib for v2 (#437) |
| 14 | +- Fixed treat MinGW and MSYS CMake installation paths as Unix |
| 15 | +- Fixed loadModule dlopen to hide symbols using RTLD_LOCAL (#434) |
| 16 | +- Removed deprecated use of distutils, fix for Python 3.12+ |
| 17 | +- Fixed pkg-config use cmake full paths (fixes #352) |
| 18 | +- Added Python docstrings, depending on SWIG version |
| 19 | +- Fixed better support Python 2+3 builds |
| 20 | +- Added getLogLevel() for symmetry |
| 21 | +- Fixed csharp Stream.Deactivate logic bug |
| 22 | +- Changed ArgInfo move enum member initialization to constructor |
| 23 | +- Updated TypeHelpers.hpp |
| 24 | +- Added .NET API (MSVC 2019+) |
| 25 | +- Added ArgInfo initialized value for type field |
| 26 | +- Fixed Device templated readSetting() constness |
| 27 | +- Added Device getSettingInfo() overloads for getting specific setting info |
| 28 | +- Added luajit new user flags |
| 29 | +- Added flags for SDR specific data |
| 30 | +- Added LuaJIT bindings |
| 31 | +- Added sample format option to rate test |
| 32 | +- Fixed Wnon-virtual-dtor to conditional |
| 33 | +- Removed stod call, which crashes with some OS X configurations |
| 34 | + |
3 | 35 | Release 0.8.1 (2021-07-25) |
4 | 36 | ========================== |
5 | 37 |
|
|
0 commit comments