Tag/Release v1.1.0

Change-Id: I18ac475c1591c4dc4c2953957a8bce8e73007251
This commit is contained in:
Harald Welte 2017-11-12 23:27:30 +09:00
parent 1ec4817dda
commit dd1e2f2641
6 changed files with 16 additions and 6 deletions

View File

@ -18,7 +18,7 @@
# set age to 0.
# </snippet>
#
LIBVERSION=0:0:0
LIBVERSION=1:0:1
AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_srcdir}/include ${LIBMNL_CFLAGS}
AM_CFLAGS = ${regular_CFLAGS} ${GCC_FVISIBILITY_HIDDEN}

View File

@ -1 +0,0 @@
* new genl_socket_close() function

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to create configure.
AC_INIT([libgtpnl], [1.0.1])
AC_INIT([libgtpnl], [1.1.0])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
libgtpnl (1.1.0) UNRELEASED; urgency=medium
* Add genl_socket_close() function
* Add contrib/jenkins.sh for jenkins build verification
* Add '--enable-sanitize' from other osmocom projects
* gtp_build_payload(): Support absent peer and SGSN address
* Use release helper from libosmocore
* add 'm4' subdirectory to .gitignore
-- Harald Welte <laforge@gnumonks.org> Sun, 12 Nov 2017 23:31:27 +0900
libgtpnl (1.0.1) unstable; urgency=medium
* Initial release.

6
debian/control vendored
View File

@ -16,7 +16,7 @@ Vcs-Git: git://git.osmocom.org/libgtpnl.git
Vcs-Browser: http://git.osmocom.org/gitweb?p=libgtpnl.git;a=summary
Homepage: https://projects.osmocom.org/projects/openggsn
Package: libgtpnl0
Package: libgtpnl1
Section: libs
Architecture: any
Multi-Arch: same
@ -29,7 +29,7 @@ Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libmnl-dev,
libgtpnl0 (= ${binary:Version}),
libgtpnl1 (= ${binary:Version}),
${misc:Depends}
Description: Development headers for Linux kernel GTP-U netlink library
The header files provided by this package may be used to develop
@ -40,6 +40,6 @@ Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends: libgtpnl0 (= ${binary:Version}),
Depends: libgtpnl1 (= ${binary:Version}),
${misc:Depends}
Description: Debug symbols for Linux kernel GTP-U netlink library