Bump version: 1.3.0.51-6858-dirty → 1.4.0

Change-Id: I017147905ffb69829d010f3e8416c8c5d80e7040
This commit is contained in:
Pau Espin 2021-02-23 17:57:33 +01:00
parent 685816f97f
commit 6304393363
6 changed files with 81 additions and 13 deletions

View File

@ -7,4 +7,3 @@
# 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
osmo-stp update osmo-gsm-manuals dependency to > 0.3.0 for vty_cpu_sched.adoc include

View File

@ -36,10 +36,10 @@ if test "x$PKG_CONFIG_INSTALLED" = "xno"; then
fi
PKG_PROG_PKG_CONFIG([0.20])
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.4.0)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.4.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.4.0)
PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.7.0)
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0)
PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.1.0)
old_LIBS=$LIBS
AC_SEARCH_LIBS([sctp_recvmsg], [sctp], [

View File

@ -34,10 +34,10 @@ BuildRequires: pkgconfig >= 0.20
BuildRequires: systemd-rpm-macros
%endif
BuildRequires: xz
BuildRequires: pkgconfig(libosmo-netif) >= 0.4.0
BuildRequires: pkgconfig(libosmocore) >= 1.0.0
BuildRequires: pkgconfig(libosmogsm) >= 1.0.0
BuildRequires: pkgconfig(libosmovty) >= 1.0.0
BuildRequires: pkgconfig(libosmo-netif) >= 1.1.0
BuildRequires: pkgconfig(libosmocore) >= 1.5.0
BuildRequires: pkgconfig(libosmogsm) >= 1.5.0
BuildRequires: pkgconfig(libosmovty) >= 1.5.0
%{?systemd_requires}
%description

69
debian/changelog vendored
View File

@ -1,3 +1,72 @@
libosmo-sccp (1.4.0) unstable; urgency=medium
[ Vadim Yanitskiy ]
* debian/control: change maintainer to the Osmocom team / mailing list
* vty: use install_lib_element() and install_lib_element_ve()
[ Pau Espin Pedrol ]
* doc: Update VTY reference xml file
* Support setting rt-prio and cpu-affinity mask through VTY
* configure.ac: Fix trailing whitespace
* Introduce SS7 IPv6 support
* Fix finding ASP on IPv6 connections
* vty: log and return warning if adding ss7 host to set fails
* Revert "Revert "Introduce SS7 IPv6 support""
* Fix change in ss7 server default listen addr, keeps backward-compatibility behavior
* Validate correctly against IPv6 addresses in osmo_ss7_asp_peer_set_hosts()
* Fix matching IPv6 anyaddr :: in osmo_ss7_asp_find_by_socket_addr
* Fix (2) change in ss7 server default listen addr, keeps backward-compatibility behavior
* Fix default ASP local addr if remote addr contains only IPv4
* sua: Support SUA_IEI_IPv6
* xua_msg: Get Rid of confusing double network byte order swap
* sccp_helpers: Support printing IPV6 SCCP addresses
* contrib/jenkins: Enable parallel make in make distcheck
* tests: Explicitly drop category from log
* gitignore: Ignore autofoo *~ churn
* tests: Replace deprecated API log_set_print_filename
* stp: generate coredump and exit upon SIGABRT received
[ neels ]
* Revert "Introduce SS7 IPv6 support"
[ Neels Hofmeyr ]
* enum osmo_sccp_ssn: rename to OSMO_SCCP_SSN_SMLC_BSSAP_LE
* add OSMO_SCCP_ADDR_T_MASK for osmo_sccp_addr_cmp()
* add osmo_sccp_addr_to_str_c osmo_sccp_inst_addr_to_str_c
* add osmo_sccp_addr_to_id_c()
[ Philipp Maier ]
* vty: add attributes to VTY commands indicating when they apply
[ Harald Welte ]
* update VTY / copyright message
* xua_msg_add_data() Mark input argument as 'const'
* xua_msg: const-ify input arguments to xua_*_get_u32()
* osmo_ss7: const-ify input arguments to osmo_ss7_as_has_asp()
* sccp_sap: Fix string for N-PCSTATE primitive
* xua_msg: Add xua_msg*_get_str() to obtain string IE
* Introduce osmo_ss7_asp_get_log_subsys()
* m3ua: re-factor m3ua_rx_xfer(): Externalize AS for ASP lookup
* m3ua: Move find_as_for_asp() to shared xua_find_as_for_asp()
* SUA: Verify routing context IE of incoming CL and CO messages
* xua: Implement SNM availability/unavailability messaging
* sccp: Notify users of point code available/unavailable
* sccp: Add minimalistic SCMG implementation
* xua: introduce xua_msg_get_u32p() helper
* sua: per-ssn DUNA/DAVA notification
* sccp: more SCMG handling: SSA and SSP message handling
* xua_snm: Implement handling of DUPU messages
* Add osmo_ss7_pointcode_print_buf() to API
* main: add --vty-ref-mode, use vty_dump_xml_ref_mode()
* manuals: generate vty reference xml at build time
[ Oliver Smith ]
* contrib/jenkins: don't build osmo-gsm-manuals
* configure.ac: set -std=gnu11
* xua_test: fix gcc 4 + -std=gnu11 error
-- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 23 Feb 2021 17:57:33 +0100
libosmo-sccp (1.3.0) unstable; urgency=medium
[ Neels Hofmeyr ]

6
debian/control vendored
View File

@ -5,7 +5,7 @@ Priority: optional
Build-Depends: debhelper (>= 9),
autotools-dev,
pkg-config,
libosmocore-dev (>= 1.4.0),
libosmocore-dev (>= 1.5.0),
autoconf,
automake,
libtool,
@ -13,9 +13,9 @@ Build-Depends: debhelper (>= 9),
git,
doxygen,
libdpkg-perl,
libosmo-netif-dev (>= 0.7.0),
libosmo-netif-dev (>= 1.1.0),
libsctp-dev,
osmo-gsm-manuals-dev
osmo-gsm-manuals-dev (>= 1.1.0)
Standards-Version: 3.9.7
Vcs-Git: git://git.osmocom.org/libosmo-sccp.git
Vcs-Browser: http://git.osmocom.org/libosmo-sccp/

View File

@ -25,7 +25,7 @@ lib_LTLIBRARIES = libosmo-sigtran.la
# This is _NOT_ the library release version, it's an API version.
# Please read Chapter 6 "Library interface versions" of the libtool
# documentation before making any modification
LIBVERSION=5:0:0
LIBVERSION=6:0:1
libosmo_sigtran_la_SOURCES = sccp_sap.c sua.c m3ua.c xua_msg.c sccp_helpers.c \
sccp2sua.c sccp_scrc.c sccp_sclc.c sccp_scoc.c \