Bump version: 1.2.2.44-6da8-dirty → 1.3.0

Change-Id: Ie12af1d57df178a9ab27937ef0b764c98dd96e32
This commit is contained in:
Harald Welte 2019-01-20 21:34:23 +01:00
parent 6da888c5d0
commit f5a268a96d
6 changed files with 67 additions and 7 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
libmisc tun_t tun_t structure has grown due to switch from in_addr to in46_addr (g#11870)

61
debian/changelog vendored
View File

@ -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 <laforge@gnumonks.org> Sun, 20 Jan 2019 21:34:22 +0100
osmo-ggsn (1.2.2) unstable; urgency=medium
[ Vadim Yanitskiy ]

8
debian/control vendored
View File

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

2
debian/rules vendored
View File

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

View File

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