aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2024-07-24 15:57:14 +0200
committerOliver Smith <osmith@sysmocom.de>2024-07-24 16:23:32 +0200
commit4f6e9eb4cf86d2678a39394d0ea66f44ecaa7883 (patch)
tree6d7a7c12a4760cec889f91f6397b176871ebff6b
parent24f938bfa5ec1123b6ceb294e6fa4adace5e9114 (diff)
Bump version: 1.6.0.34-24f9 → 1.7.01.7.0
-rw-r--r--TODO-RELEASE10
-rw-r--r--configure.ac8
-rw-r--r--debian/changelog52
-rw-r--r--debian/control4
4 files changed, 67 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_TYPE_SIZE_T
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 @@ Build-Depends: debhelper (>= 10),
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