aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-06-28 17:59:38 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-06-28 17:59:38 +0200
commit59a0c9190429ab623ab2a6757cacab087c66753c (patch)
tree797e4b6d4b39c07d047ba5f12cbf9181fee2e152
parentdcbc00d0c4fb3ddbcc4ef964f03da093e3b0af04 (diff)
Bump version: 1.2.0.14-dcbc-dirty → 1.3.01.3.0
-rw-r--r--configure.ac8
-rw-r--r--contrib/libosmo-abis.spec.in12
-rw-r--r--debian/changelog30
-rw-r--r--debian/control2
-rw-r--r--src/Makefile.am2
5 files changed, 42 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index d183a05..46ff48c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,10 +66,10 @@ AC_SUBST(SYMBOL_VISIBILITY)
dnl Generate the output
AM_CONFIG_HEADER(config.h)
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.7.0)
PKG_CHECK_MODULES(ORTP, ortp >= 0.22.0)
AC_ARG_ENABLE([dahdi],
diff --git a/contrib/libosmo-abis.spec.in b/contrib/libosmo-abis.spec.in
index 8add588..aa0fc5e 100644
--- a/contrib/libosmo-abis.spec.in
+++ b/contrib/libosmo-abis.spec.in
@@ -27,10 +27,10 @@ BuildRequires: automake >= 1.6
BuildRequires: libtool >= 2
BuildRequires: pkgconfig >= 0.20
BuildRequires: xz
-BuildRequires: pkgconfig(libosmocore) >= 1.6.0
-BuildRequires: pkgconfig(libosmogsm) >= 1.6.0
-BuildRequires: pkgconfig(libosmovty) >= 1.6.0
-BuildRequires: pkgconfig(libosmocodec) >= 1.6.0
+BuildRequires: pkgconfig(libosmocore) >= 1.7.0
+BuildRequires: pkgconfig(libosmogsm) >= 1.7.0
+BuildRequires: pkgconfig(libosmovty) >= 1.7.0
+BuildRequires: pkgconfig(libosmocodec) >= 1.7.0
BuildRequires: pkgconfig(ortp) >= 0.22.0
BuildRequires: pkgconfig(talloc)
@@ -59,8 +59,8 @@ Summary: Development files for the Osmocom GSM A-bis library
License: AGPL-3.0-or-later
Group: Development/Libraries/C and C++
Requires: libosmoabis10 = %version
-Requires: libosmocore-devel >= 1.6.0
-Requires: libosmogsm-devel >= 1.6.0
+Requires: libosmocore-devel >= 1.7.0
+Requires: libosmogsm-devel >= 1.7.0
%description -n libosmoabis-devel
This library contains common/shared code regarding the GSM A-bis
diff --git a/debian/changelog b/debian/changelog
index e889ba6..97e3f8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,33 @@
+libosmo-abis (1.3.0) unstable; urgency=medium
+
+ [ Harald Welte ]
+ * lapd: don't add parenthesis around datalink name
+ * input/ipaccess: Don't start zero-ms timer on every write
+ * update git URLs (git -> https; gitea)
+ * update git URLs (git -> https; gitea)
+ * osmo_pcap_lapd_write: Fix write of uninitialized byte(s)
+
+ [ Oliver Smith ]
+ * treewide: remove FSF address
+
+ [ Philipp Maier ]
+ * ipaccess.c: register RSL/OML related osmo_fds for monitoring
+
+ [ Michael Iedema ]
+ * stats: add RSL line number to TCP stats name
+ * stats: add BTS index to IPA RSL TCP stats name
+ * stats: add site_id scope to ipa-rsl tcp stat names
+
+ [ Vadim Yanitskiy ]
+ * input/e1d: fix a memleak in handle_ts_raw_read()
+ * input/e1d: use msgb_hexdump_l2() in handle_ts_raw_read()
+
+ [ Pau Espin Pedrol ]
+ * input/ipaccess: Remove unneeded osmo_fd_write_enable()
+ * input/ipaccess: Avoid extra poll() call when e1i_ts tx queue becomes empty
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 28 Jun 2022 17:59:38 +0200
+
libosmo-abis (1.2.0) unstable; urgency=medium
[ Keith ]
diff --git a/debian/control b/debian/control
index 0451f11..b010e7e 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
dh-autoreconf,
libdpkg-perl,
git,
- libosmocore-dev (>= 1.6.0),
+ libosmocore-dev (>= 1.7.0),
pkg-config,
libortp-dev
Standards-Version: 3.9.7
diff --git a/src/Makefile.am b/src/Makefile.am
index 96e38b1..1404982 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
# This is _NOT_ the library release version, it's an API version.
# Please read chapter "Library interface versions" of the libtool documentation
# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
-ABIS_LIBVERSION=11:0:1
+ABIS_LIBVERSION=11:1:1
TRAU_LIBVERSION=7:0:5
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)