osmith submitted this change.

View Change


Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
Bump version: 1.6.0.34-24f9 → 1.7.0

Change-Id: Ie522da30fc777d90c304c1cd93d41098bda13633
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 76 insertions(+), 7 deletions(-)

diff --git a/TODO-RELEASE b/TODO-RELEASE
index 1011784..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1 +1,9 @@
-libosmocore > 1.9.2 requires log_cache_enable call
+# When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install
+# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
+# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
+# LIBVERSION=c:r:a
+# If the library source code has changed at all since the last update, then increment revision: c:r + 1:a.
+# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a.
+# If any interfaces have been added since the last public release: c:r:a + 1.
+# If any interfaces have been removed or changed since the last public release: c:r:0.
+#library what description / commit summary line
diff --git a/configure.ac b/configure.ac
index e3a81f4..ff73d09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,10 +82,10 @@
AC_HEADER_TIME
AC_C_BIGENDIAN

-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.10.0)

AC_ARG_ENABLE(sanitize,
[AS_HELP_STRING(
diff --git a/debian/changelog b/debian/changelog
index 90f554e..81fad32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,55 @@
+osmo-trx (1.7.0) unstable; urgency=medium
+
+ [ Eric ]
+ * ms: adjust ts advance
+ * ms: reduce rx burst queue size
+ * ms: init blade with fpga control
+ * devices: fix wrong gain to power mapping
+ * ms: get rid of std::thread
+ * ms: add demod test tool and data
+
+ [ Vadim Yanitskiy ]
+ * osmo-trx-ms: bump osmocom-bb submodule commit
+ * Transceiver::ctrl_sock_handle_rx(): fix copy-pasted comments
+ * build: include version files into the release tarball
+ * doc/examples: fix missing config files in release tarballs
+ * README.md: cosmetic: fix a typo
+
+ [ Harald Welte ]
+ * osmo-trx-uhd: Make sure HOME environment variable is set
+ * README.md: Improve markdown formatting
+ * README.md: Add Forum and Issue Tracker links
+ * Add funding link to github mirror
+ * README.md: Remove stray apostrophe
+
+ [ Andreas Eversberg ]
+ * Use uniform log format for default config files
+
+ [ Eric Wild ]
+ * ms: do not set the blade tuning mode
+ * ms: hard preswapped VA gsm bits
+ * ms: add sigproclib demod
+ * ms: fix up template deduction failure
+ * ms: update osmocom-bb submodule
+ * ms: disabe uhd ms build
+ * transceiver: use log level cache
+
+ [ Oliver Smith ]
+ * gitignore: add .version
+ * debian/rules: make configure args diff friendly
+ * debian: add osmo-trx-ms-blade
+ * contrib/jenkins: make configure args diff friendly
+ * contrib/jenkins: add --with-bladerf
+ * contrib: remove rpm spec file
+ * contrib/systemd: run as osmocom user
+ * contrib/systemd/osmo-trx-uhd: fix HOME=
+
+ [ Pau Espin Pedrol ]
+ * code-architecture.adoc: Fix missing alignment in digraph
+ * doc: Introduce documentation for osmo-trx-ipc and its IPC interface
+
+ -- Oliver Smith <osmith@sysmocom.de> Wed, 24 Jul 2024 15:57:14 +0200
+
osmo-trx (1.6.0) unstable; urgency=medium

[ Vadim Yanitskiy ]
diff --git a/debian/control b/debian/control
index 1186479..bb1be71 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,8 @@
libusrp-dev,
liblimesuite-dev,
libbladerf-dev,
- libosmocore-dev (>= 1.9.0),
- osmo-gsm-manuals-dev (>= 1.5.0)
+ libosmocore-dev (>= 1.10.0),
+ osmo-gsm-manuals-dev (>= 1.6.0)
Standards-Version: 3.9.6
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-trx
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-trx

To view, visit change 37580. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: Ie522da30fc777d90c304c1cd93d41098bda13633
Gerrit-Change-Number: 37580
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged