Skip to content

Commit 2c8f910

Browse files
committed
soapysdr: changelog entry for 0.9.0
1 parent db0fae7 commit 2c8f910

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

Changelog.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
This this the changelog file for the SoapySDR project.
22

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+
335
Release 0.8.1 (2021-07-25)
436
==========================
537

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
soapysdr (0.9.0-1) unstable; urgency=low
2+
3+
* Release 0.9.0 (2025-12-13)
4+
5+
-- Christian Zuckschwerdt <[email protected]> Sat, 13 Dec 2025 19:00:09 -0000
6+
17
soapysdr (0.8.1-1) unstable; urgency=low
28

39
* Release 0.8.1 (2021-07-25)

include/SoapySDR/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* #endif
2828
* \endcode
2929
*/
30-
#define SOAPY_SDR_API_VERSION 0x00080200
30+
#define SOAPY_SDR_API_VERSION 0x00090000
3131

3232
/*!
3333
* ABI Version Information - incremented when the ABI is changed.
@@ -36,7 +36,7 @@
3636
* And <i>extra</i> is empty for releases but set on development branches.
3737
* The ABI should remain constant across patch releases of the library.
3838
*/
39-
#define SOAPY_SDR_ABI_VERSION "0.8-3"
39+
#define SOAPY_SDR_ABI_VERSION "0.9"
4040

4141
/*!
4242
* Compatibility define for GPIO access API with masks

0 commit comments

Comments
 (0)