Bump version: 1.2.0.14-dcbc-dirty → 1.3.0

Change-Id: I14b709d38d655d9c6f5238462da2f7b21c103898
This commit is contained in:
Pau Espin 2022-06-28 17:59:38 +02:00
parent dcbc00d0c4
commit 59a0c91904
5 changed files with 42 additions and 12 deletions

View File

@ -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],

View File

@ -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

30
debian/changelog vendored
View File

@ -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 ]

2
debian/control vendored
View File

@ -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

View File

@ -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)