From f5a268a96d7d3c7bcfbc530f2a0b334cf25d3e3c Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 20 Jan 2019 21:34:23 +0100 Subject: =?UTF-8?q?Bump=20version:=201.2.2.44-6da8-dirty=20=E2=86=92=201.3?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie12af1d57df178a9ab27937ef0b764c98dd96e32 --- TODO-RELEASE | 1 - debian/changelog | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++ debian/control | 8 +++---- debian/libgtp3.install | 1 - debian/libgtp4.install | 1 + debian/rules | 2 +- gtp/Makefile.am | 2 +- 7 files changed, 68 insertions(+), 8 deletions(-) delete mode 100644 debian/libgtp3.install create mode 100644 debian/libgtp4.install diff --git a/TODO-RELEASE b/TODO-RELEASE index bbad169..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 -libmisc tun_t tun_t structure has grown due to switch from in_addr to in46_addr (g#11870) diff --git a/debian/changelog b/debian/changelog index 3db4bd7..21bd8ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,64 @@ +osmo-ggsn (1.3.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * ggsn: ctrl iface: listen on IP configured by VTY + * gtp: Log type name of unexpected signalling message + * gtp: Allow recv DEL CTX REQ in sgsn and DEL CTX RSP in ggsn + * gtp: Log ignore CTX DEL REQ due to no teardown and only 1 ctx active + * gtp: Add new API to avoid freeing pdp contexts during DEL CTX REQ + * gtp: Add new replacement cb_recovery2 for cb_recovery + * Install systemd services with autotools + * Install sample cfg file to /etc/osmocom + + [ Stefan Sperling ] + * fix unaligned access in build_ipcp_pco() + * fix support for multiple IPCP in PDP protocol configuration options + * check ioctl() call return value in tun_new() + * fix allocation of ippool's hash table + * replace bogus memcpy() call in ippool_newip() + * initialize local variable addr in ippool_new() + * fix format string error in ippool_printaddr() + * fix a format string directives in queue_seqset() + * properly store IPv6 addresses in struct tun_t + + [ Harald Welte ] + * debian/rules: Don't overwrite .tarball-version + * osmo-ggsn.cfg: Ensure well-formed config file example + * sgsnemu: Fix printing of tun device name + * ippool.c: Use "%td" format string for ptrdiff_t + * initial version of OsmoGGSN user manual + * OsmoGGSN: Add VTY reference manual + * GGSN: Document how 'ip tuntap' is used for non-root; call netdev 'apn0' + * vty-ref: Update URI of docbook 5.0 schema + + [ Alexander Couzens ] + * libgtp: implement gtp_clear_queues to clear req/resp queue + + [ Neels Hofmeyr ] + * Importing history from osmo-gsm-manuals.git + * refactor Makefile build rules, don't use the FORCE + * GGSN: don't say 'NITB' + * OsmoGGSN: more info on non-root operation / tun creation + * OsmoGGSN: multiple instances: mention GTP port + * OsmoGGSN: add Routing section for IP forward and masquerading + * OsmoGGSN: typo: priveleges + * OsmoGGSN VTY ref: prep: convert newlines to unix + * OsmoGGSN vty: update VTY reference + * OsmoGGSN: fix VTY additions' node IDs + * OsmoGGSN: update vty reference + * ggsn: update vty reference + + [ Max ] + * Expand OsmoGGSN manual + + [ Oliver Smith ] + * build manuals moved here from osmo-gsm-manuals.git + * Fix DISTCHECK_CONFIGURE_FLAGS override + * contrib/jenkins.sh: build and publish manuals + * contrib: fix makedistcheck with disabled systemd + + -- Harald Welte Sun, 20 Jan 2019 21:34:22 +0100 + osmo-ggsn (1.2.2) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index c8aa0b7..1524438 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Description: Osmocom Gateway GPRS Support Node (GGSN) operators as the interface between the Internet and the rest of the mobile network infrastructure. -Package: libgtp3 +Package: libgtp4 Architecture: any Multi-Arch: same Section: libs @@ -41,7 +41,7 @@ Architecture: any Multi-Arch: same Section: libdevel Depends: ${misc:Depends}, - libgtp3 (= ${binary:Version}) + libgtp4 (= ${binary:Version}) Description: Development files for libgtp OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile operators as the interface between the Internet and the rest of the @@ -54,7 +54,7 @@ Package: osmo-ggsn-dbg Section: debug Architecture: any Priority: extra -Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp3 (= ${binary:Version}), osmo-ggsn (= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp4 (= ${binary:Version}), osmo-ggsn (= ${binary:Version}) Multi-Arch: same Description: Debug symbols for OsmoGGSN OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile @@ -65,7 +65,7 @@ Package: libgtp-dbg Section: debug Architecture: any Priority: extra -Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp3 (= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, libgtp4 (= ${binary:Version}) Multi-Arch: same Description: Debug symbols for OsmoGGSN OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile diff --git a/debian/libgtp3.install b/debian/libgtp3.install deleted file mode 100644 index 3ddde58..0000000 --- a/debian/libgtp3.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/lib*.so.* diff --git a/debian/libgtp4.install b/debian/libgtp4.install new file mode 100644 index 0000000..3ddde58 --- /dev/null +++ b/debian/libgtp4.install @@ -0,0 +1 @@ +usr/lib/*/lib*.so.* diff --git a/debian/rules b/debian/rules index fa087ed..bca65bb 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all override_dh_strip: dh_strip -posmo-ggsn --dbg-package=osmo-ggsn-dbg - dh_strip -plibgtp3 --dbg-package=libgtp-dbg + dh_strip -plibgtp4 --dbg-package=libgtp-dbg override_dh_auto_configure: dh_auto_configure -- --with-systemdsystemunitdir=/lib/systemd/system diff --git a/gtp/Makefile.am b/gtp/Makefile.am index 449292c..d6c8c62 100644 --- a/gtp/Makefile.am +++ b/gtp/Makefile.am @@ -2,7 +2,7 @@ # 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 # If major=current-age is increased, remember to update the dh_strip line in debian/rules! -LIBVERSION=3:0:0 +LIBVERSION=4:0:0 lib_LTLIBRARIES = libgtp.la -- cgit v1.2.3