aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-02-23 17:57:33 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-02-23 17:57:33 +0100
commit63043933636aa3b8c4416124034c20bb7b3a7d68 (patch)
treec84c89cb253a65c16d4c7b9a3677e070f746d46e
parent685816f97f57ba904e12827f48695d096a581a67 (diff)
Bump version: 1.3.0.51-6858-dirty → 1.4.01.4.0
-rw-r--r--TODO-RELEASE1
-rw-r--r--configure.ac8
-rw-r--r--contrib/libosmo-sccp.spec.in8
-rw-r--r--debian/changelog69
-rw-r--r--debian/control6
-rw-r--r--src/Makefile.am2
6 files changed, 81 insertions, 13 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index b274427..d0852fc 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -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
diff --git a/configure.ac b/configure.ac
index cd79231..4367b8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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], [
diff --git a/contrib/libosmo-sccp.spec.in b/contrib/libosmo-sccp.spec.in
index d393318..f792f69 100644
--- a/contrib/libosmo-sccp.spec.in
+++ b/contrib/libosmo-sccp.spec.in
@@ -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
diff --git a/debian/changelog b/debian/changelog
index 5c9b71e..57964a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 ]
diff --git a/debian/control b/debian/control
index f8d25f6..b12e247 100644
--- a/debian/control
+++ b/debian/control
@@ -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/
diff --git a/src/Makefile.am b/src/Makefile.am
index 4558810..aee7fd5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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 \