Harald Welte has uploaded this change for review. ( 
https://gerrit.osmocom.org/12639


Change subject: Bump version: 0.5.1.20-de57 → 0.6.0
......................................................................

Bump version: 0.5.1.20-de57 → 0.6.0

Change-Id: I417065deb06ac7e8b3b8468b88cc803a41098c2d
---
M debian/changelog
M src/Makefile.am
2 files changed, 34 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/39/12639/1

diff --git a/debian/changelog b/debian/changelog
index 8645b47..6a6882d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,35 @@
+libosmo-abis (0.6.0) unstable; urgency=medium
+
+  [ Neels Hofmeyr ]
+  * fix strncpy bugs in ipaccess.c, ipa_proxy.c
+  * ipa: don't crash on missing IPA ID GET message
+
+  [ Harald Welte ]
+  * Migrate from ipa_ccm_idtag_parse to ipa_ccm_id_resp_parse()
+  * debian/rules: Don't overwrite .tarball-version
+
+  [ Pau Espin Pedrol ]
+  * ipaccess: Use osmo_fd_setup to set up callbacks
+  * ipaccess_rcvmsg: Fix bug introduced in previous commit
+  * ipa: Simplify code in ipa_client_read
+  * ipa: Simplify code in ipa_server_conn_read
+  * ipa: Allow signalling fd destroyed in ipa_client_read
+  * ipa: Allow signalling fd destroyed in ipa_server_conn_read
+  * ipaccess: Return -EBADF when closing socket in ipaccess_bts_read_cb
+  * ipaccess: Allow passing return code in e1inp_line_ops->sign_link()
+  * debian: Fix libosmoabis soname package version
+  * debian: Conflict libosmoabis6 with libosmoabis5
+  * ipacces: Log correct trx_nr during IPA GET
+  * ipaccess: Simplify handling of ipaccess e1line ts
+  * e1_input.h: Set correct type for input_signal_data->link_type
+  * osmo_ortp: Log domain and fix strings without endl char
+
+  [ Stefan Sperling ]
+  * Properly deal with sockaddr_un socket path length limitations.
+  * ensure unix socket paths are NUL-terminated for bind/connect
+
+ -- Harald Welte <lafo...@gnumonks.org>  Sat, 19 Jan 2019 22:20:46 +0100
+
 libosmo-abis (0.5.1) unstable; urgency=medium

   [ Pau Espin Pedrol ]
diff --git a/src/Makefile.am b/src/Makefile.am
index eb2b572..9566617 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,8 @@
 # This is _NOT_ the library release version, it's an API version.
 # 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
-ABIS_LIBVERSION=6:1:0
-TRAU_LIBVERSION=3:1:1
+ABIS_LIBVERSION=6:2:0
+TRAU_LIBVERSION=3:2:1

 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
 AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) 
$(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS)

--
To view, visit https://gerrit.osmocom.org/12639
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I417065deb06ac7e8b3b8468b88cc803a41098c2d
Gerrit-Change-Number: 12639
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <lafo...@gnumonks.org>

Reply via email to