Change in libosmo-abis[master]: Bump version: 0.5.0.10-a210-dirty → 0.5.1

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Fri Jul 27 16:23:50 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/10198


Change subject: Bump version: 0.5.0.10-a210-dirty → 0.5.1
......................................................................

Bump version: 0.5.0.10-a210-dirty → 0.5.1

Change-Id: I9a606d5d3f9ce6baf99e69d60529332a460a9504
---
M configure.ac
M debian/changelog
M src/Makefile.am
3 files changed, 25 insertions(+), 5 deletions(-)



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

diff --git a/configure.ac b/configure.ac
index 0aca550..54d79f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,9 +59,9 @@
 dnl Generate the output
 AM_CONFIG_HEADER(config.h)
 
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.11.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.11.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.11.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.12.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.12.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.12.0)
 PKG_CHECK_MODULES(ORTP, ortp >= 0.22.0)
 
 AC_CHECK_HEADERS(dahdi/user.h,,AC_MSG_WARN(DAHDI input driver will not be built))
diff --git a/debian/changelog b/debian/changelog
index 4c48e6e..8645b47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+libosmo-abis (0.5.1) unstable; urgency=medium
+
+  [ Pau Espin Pedrol ]
+  * ipaccess: ipaccess_rcvmsg: Drop unneeded memcpy
+  * ipaccess: Avoid using released line and bfd in ipaccess_fd_cb
+  * e1_input.c: Replace '.' in counter names with ':'
+
+  [ Stefan Sperling ]
+  * fix double-free/use-after-free of pointers in struct e1inp_line
+
+  [ Philipp Maier ]
+  * ortp: make sure the ortp scheduler is started
+  * ortp: reset rtp session on SSRC changes
+  * ortp: detect ssrc changes immediately
+  * ortp: enable scheduled mode on rtp socket creation
+  * Revert "ortp: make sure the ortp scheduler is started"
+  * Revert "ortp: enable scheduled mode on rtp socket creation"
+
+ -- Pau Espin Pedrol <pespin at sysmocom.de>  Fri, 27 Jul 2018 18:15:18 +0200
+
 libosmo-abis (0.5.0) unstable; urgency=medium
 
   [ Max ]
diff --git a/src/Makefile.am b/src/Makefile.am
index ab42d38..eb2b572 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:0:0
-TRAU_LIBVERSION=3:0:1
+ABIS_LIBVERSION=6:1:0
+TRAU_LIBVERSION=3:1: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/10198
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: I9a606d5d3f9ce6baf99e69d60529332a460a9504
Gerrit-Change-Number: 10198
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180727/189f2818/attachment.htm>


More information about the gerrit-log mailing list