Bump version: 1.3.0.31-1950-dirty → 1.4.0

Change-Id: Ib6738f44e8a7495ac7eddc10b0a68b76c33dc0dd
This commit is contained in:
Pau Espin 2023-02-07 13:15:21 +01:00
parent 1950af7030
commit 656f135ed0
6 changed files with 67 additions and 16 deletions

View File

@ -7,5 +7,3 @@
# If any interfaces have been added since the last public release: c:r:a + 1. # 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. # If any interfaces have been removed or changed since the last public release: c:r:0.
#library what description / commit summary line #library what description / commit summary line
libosmo-abis ipa_client_conn_open2 New API added
libosmo-abis struct e1inp_line Field added at the end

View File

@ -66,10 +66,10 @@ AC_SUBST(SYMBOL_VISIBILITY)
dnl Generate the output dnl Generate the output
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0) PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0)
PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.7.0) PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.8.0)
PKG_CHECK_MODULES(ORTP, ortp >= 0.22.0) PKG_CHECK_MODULES(ORTP, ortp >= 0.22.0)
AC_ARG_ENABLE([dahdi], AC_ARG_ENABLE([dahdi],
@ -95,7 +95,7 @@ AC_ARG_ENABLE([e1d],
ENABLE_E1D="no" ENABLE_E1D="no"
]) ])
AS_IF([test "x$ENABLE_E1D" = "xyes"], [ AS_IF([test "x$ENABLE_E1D" = "xyes"], [
PKG_CHECK_MODULES(LIBOSMOE1D, libosmo-e1d >= 0.4.0) PKG_CHECK_MODULES(LIBOSMOE1D, libosmo-e1d >= 0.5.0)
]) ])
AM_CONDITIONAL(ENABLE_E1D, test "x$ENABLE_E1D" = "xyes") AM_CONDITIONAL(ENABLE_E1D, test "x$ENABLE_E1D" = "xyes")
AC_SUBST(ENABLE_E1D) AC_SUBST(ENABLE_E1D)

View File

@ -27,10 +27,10 @@ BuildRequires: automake >= 1.6
BuildRequires: libtool >= 2 BuildRequires: libtool >= 2
BuildRequires: pkgconfig >= 0.20 BuildRequires: pkgconfig >= 0.20
BuildRequires: xz BuildRequires: xz
BuildRequires: pkgconfig(libosmocore) >= 1.7.0 BuildRequires: pkgconfig(libosmocore) >= 1.8.0
BuildRequires: pkgconfig(libosmogsm) >= 1.7.0 BuildRequires: pkgconfig(libosmogsm) >= 1.8.0
BuildRequires: pkgconfig(libosmovty) >= 1.7.0 BuildRequires: pkgconfig(libosmovty) >= 1.8.0
BuildRequires: pkgconfig(libosmocodec) >= 1.7.0 BuildRequires: pkgconfig(libosmocodec) >= 1.8.0
BuildRequires: pkgconfig(ortp) >= 0.22.0 BuildRequires: pkgconfig(ortp) >= 0.22.0
BuildRequires: pkgconfig(talloc) BuildRequires: pkgconfig(talloc)
@ -59,8 +59,8 @@ Summary: Development files for the Osmocom GSM A-bis library
License: AGPL-3.0-or-later License: AGPL-3.0-or-later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libosmoabis10 = %version Requires: libosmoabis10 = %version
Requires: libosmocore-devel >= 1.7.0 Requires: libosmocore-devel >= 1.8.0
Requires: libosmogsm-devel >= 1.7.0 Requires: libosmogsm-devel >= 1.8.0
%description -n libosmoabis-devel %description -n libosmoabis-devel
This library contains common/shared code regarding the GSM A-bis This library contains common/shared code regarding the GSM A-bis

53
debian/changelog vendored
View File

@ -1,3 +1,56 @@
libosmo-abis (1.4.0) unstable; urgency=medium
[ Pau Espin Pedrol ]
* configure.ac: Set libosmo-e1d dependency version
* cosmetic: Remove unneeded empty line
* ipa: Allow users closing lower layer tcp/ipa connections
* e1inp_line_ipa_rsl_ts(): Return null instead of reading out of bounds
* ipaccess_close(): No need to lookup already available struct e1i_ts
* ipaccess: Call line->ops->sign_link_down() only if set
[ Vadim Yanitskiy ]
* libosmo{abis,trau}: add -no-undefined to *_la_LDFLAGS
[ Jan Engelhardt ]
* pkgconf: require libosmocore
[ Harald Welte ]
* input/unixsocket: Remove write delay timer
* Support building with -Werror=strict-prototypes / -Werror=old-style-definition
* trau_sync: Add the V.110 sync pattern
* trau_sync: Fix typo tray_sync_pat_id -> trau_sync_pat_id
[ Oliver Smith ]
* e1_input: enable tcp keepalive by default
* ipaccess: require tcp keepalive related defines
* ipaccess: update_fd_settings: use LOGL_ERROR
[ Daniel Willmann ]
* ipaccess: Clean up keepalive FSM properly
* ipa: Add ipa_client_conn_open2 with connect timeout argument
* ipaccess: Add connect timeout in e1inp_line
* ipa: Guard against calling ipa_client_conn_open* multiple times
[ Philipp Maier ]
* trau_sync: add Ericsson RBS GPRS TRAU synchronization pattern (16kbps)
* trau_sync: support more than 40 bytes sync pattern.
* trau_sync: add Ericsson RBS GPRS TRAU synchronization pattern (64kbps)
* GPRS Trau frame encoder/decoder for Ericsson RBS
* trau_pcu_ericsson: fix broken length check
* trau_pcu_ericsson: also support ER_UL_CHMOD_NB_UNKN in 16k mode.
[ Eric ]
* lapd_pcap: fix illegal VLA within struct
[ Andreas Eversberg ]
* Fix support for HDLC/RAW type channels at mISDN.c
* Add missing functions to send HDLC/RAW data
* Remove mISDN header from received channel data
* Initialize devinfo at misdn.c
* Send raw data with mISDN as it arrives from application
-- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 07 Feb 2023 13:15:21 +0100
libosmo-abis (1.3.0) unstable; urgency=medium libosmo-abis (1.3.0) unstable; urgency=medium
[ Harald Welte ] [ Harald Welte ]

2
debian/control vendored
View File

@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
dh-autoreconf, dh-autoreconf,
libdpkg-perl, libdpkg-perl,
git, git,
libosmocore-dev (>= 1.7.0), libosmocore-dev (>= 1.8.0),
pkg-config, pkg-config,
libortp-dev libortp-dev
Standards-Version: 3.9.7 Standards-Version: 3.9.7

View File

@ -1,8 +1,8 @@
# This is _NOT_ the library release version, it's an API version. # This is _NOT_ the library release version, it's an API version.
# Please read chapter "Library interface versions" of the libtool documentation # 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 # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
ABIS_LIBVERSION=11:1:1 ABIS_LIBVERSION=12:0:2
TRAU_LIBVERSION=7:0:5 TRAU_LIBVERSION=8:0:6
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir) AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMOE1D_CFLAGS) $(LIBOSMOCODEC_CFLAGS) $(COVERAGE_CFLAGS) AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMOE1D_CFLAGS) $(LIBOSMOCODEC_CFLAGS) $(COVERAGE_CFLAGS)