From a7143d3cd07a227996f52c7eed1cae2b13de6f5f Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 16 Nov 2021 16:27:26 +0100 Subject: =?UTF-8?q?Bump=20version:=201.3.1.28-019d-dirty=20=E2=86=92=201.4?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie675909593b0c383b59b7b4a4edd46cd93283622 --- TODO-RELEASE | 1 - configure.ac | 8 ++++---- contrib/osmo-trx.spec.in | 8 ++++---- debian/changelog | 40 ++++++++++++++++++++++++++++++++++++++++ debian/control | 2 +- 5 files changed, 49 insertions(+), 10 deletions(-) diff --git a/TODO-RELEASE b/TODO-RELEASE index ab54c42..e69de29 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1 +0,0 @@ -libosmocore > 1.5.1 require APIs osmo_stat_item_group_get_item, rate_ctr_group_get_ctr diff --git a/configure.ac b/configure.ac index 5706a39..422ad65 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.5.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.6.0) AC_ARG_ENABLE(sanitize, [AS_HELP_STRING( diff --git a/contrib/osmo-trx.spec.in b/contrib/osmo-trx.spec.in index b80d8e2..3550aaf 100644 --- a/contrib/osmo-trx.spec.in +++ b/contrib/osmo-trx.spec.in @@ -34,10 +34,10 @@ BuildRequires: pkgconfig(LimeSuite) BuildRequires: pkgconfig(usrp) >= 3.3 %endif BuildRequires: pkgconfig(fftw3f) -BuildRequires: pkgconfig(libosmocoding) >= 1.5.0 -BuildRequires: pkgconfig(libosmocore) >= 1.5.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.5.0 -BuildRequires: pkgconfig(libosmovty) >= 1.5.0 +BuildRequires: pkgconfig(libosmocoding) >= 1.6.0 +BuildRequires: pkgconfig(libosmocore) >= 1.6.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.6.0 +BuildRequires: pkgconfig(libosmovty) >= 1.6.0 BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(uhd) %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index 019fdf8..a6f6b70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,43 @@ +osmo-trx (1.4.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * Threads.cpp: Fix missing extern C around libosmocore include + * Drop logging pthread ID + * Threads: Avoid printing pthread_self() + * ipc: Makefile.am: Clean LDADD variable + * Use new stat item/ctr getter APIs + * detectBurst(): Clear downsampling code path + * detectBurst(): constify parameter + * computeCI(): Constify param and pass it as reference + * computeCI(): Rename verbose repeated getter to constant + * computeCI(): Constify read-only variable + * detectGeneralBurst(): Increase log level about clipping to INFO + * cosmetic: Fix typo in comment + * computeCI: Document hardcoded multiplier + * lms: Drop duplicated check + * lms,uhd: Validate band of RxFreq too + * lms,uhd: Skip re-assigning same band + * lms,uhd: Allow changing band between poweroff & poweron + + [ Vadim Yanitskiy ] + * gitignore: remove non-existing 'doc/manuals/osmomsc-usermanual.xml' + * ctrl_sock_handle_rx(): fix missing space in LOGCHAN() statement + * trx_rate_ctr: use thread safe strerror() in device_sig_cb() + * IPCDevice: use thread safe strerror_r() instead of strerror() + * IPCDevice: check value returned from select() + * LMSDevice: LMS_GetDeviceList() may return a negative number + + [ Eric ] + * add hidden fn adjustment command + * uhd: ensure configured clock source is actually used + * vty: printing fn offset should be signed + * lms: init band + + [ Oliver Smith ] + * d/patches/build-for-debian8.patch: remove + + -- Pau Espin Pedrol Tue, 16 Nov 2021 16:27:26 +0100 + osmo-trx (1.3.1) unstable; urgency=medium * mark uhddev_ipc.cpp as BUILT_SOURCES diff --git a/debian/control b/debian/control index d1532f2..16709f8 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9), libtalloc-dev, libusrp-dev, liblimesuite-dev, - libosmocore-dev (>= 1.5.0), + libosmocore-dev (>= 1.6.0), osmo-gsm-manuals-dev Standards-Version: 3.9.6 Vcs-Browser: http://cgit.osmocom.org/osmo-trx -- cgit v1.2.3