aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-01-19 22:20:47 +0100
committerHarald Welte <laforge@gnumonks.org>2019-01-20 09:10:13 +0000
commit176a1fbab6ae45eb1c60e3d8b263b0765759e1da (patch)
tree8e3c92834eeb714da75ef60b98642e8d6b2e4dc0 /debian/changelog
parent961776a2f97cb6d2877939f1cd1a21545ce8c57d (diff)
Bump version: 0.5.1.20-de57 → 0.6.00.6.0
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog32
1 files changed, 32 insertions, 0 deletions
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 <laforge@gnumonks.org> Sat, 19 Jan 2019 22:20:46 +0100
+
libosmo-abis (0.5.1) unstable; urgency=medium
[ Pau Espin Pedrol ]