<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10198">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Bump version: 0.5.0.10-a210-dirty → 0.5.1<br><br>Change-Id: I9a606d5d3f9ce6baf99e69d60529332a460a9504<br>---<br>M configure.ac<br>M debian/changelog<br>M src/Makefile.am<br>3 files changed, 25 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/98/10198/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configure.ac b/configure.ac</span><br><span>index 0aca550..54d79f8 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -59,9 +59,9 @@</span><br><span> dnl Generate the output</span><br><span> AM_CONFIG_HEADER(config.h)</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.11.0)</span><br><span style="color: hsl(0, 100%, 40%);">-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.11.0)</span><br><span style="color: hsl(0, 100%, 40%);">-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.11.0)</span><br><span style="color: hsl(120, 100%, 40%);">+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.12.0)</span><br><span style="color: hsl(120, 100%, 40%);">+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.12.0)</span><br><span style="color: hsl(120, 100%, 40%);">+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.12.0)</span><br><span> PKG_CHECK_MODULES(ORTP, ortp >= 0.22.0)</span><br><span> </span><br><span> AC_CHECK_HEADERS(dahdi/user.h,,AC_MSG_WARN(DAHDI input driver will not be built))</span><br><span>diff --git a/debian/changelog b/debian/changelog</span><br><span>index 4c48e6e..8645b47 100644</span><br><span>--- a/debian/changelog</span><br><span>+++ b/debian/changelog</span><br><span>@@ -1,3 +1,23 @@</span><br><span style="color: hsl(120, 100%, 40%);">+libosmo-abis (0.5.1) unstable; urgency=medium</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Pau Espin Pedrol ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * ipaccess: ipaccess_rcvmsg: Drop unneeded memcpy</span><br><span style="color: hsl(120, 100%, 40%);">+  * ipaccess: Avoid using released line and bfd in ipaccess_fd_cb</span><br><span style="color: hsl(120, 100%, 40%);">+  * e1_input.c: Replace '.' in counter names with ':'</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Stefan Sperling ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * fix double-free/use-after-free of pointers in struct e1inp_line</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Philipp Maier ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * ortp: make sure the ortp scheduler is started</span><br><span style="color: hsl(120, 100%, 40%);">+  * ortp: reset rtp session on SSRC changes</span><br><span style="color: hsl(120, 100%, 40%);">+  * ortp: detect ssrc changes immediately</span><br><span style="color: hsl(120, 100%, 40%);">+  * ortp: enable scheduled mode on rtp socket creation</span><br><span style="color: hsl(120, 100%, 40%);">+  * Revert "ortp: make sure the ortp scheduler is started"</span><br><span style="color: hsl(120, 100%, 40%);">+  * Revert "ortp: enable scheduled mode on rtp socket creation"</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+ -- Pau Espin Pedrol <pespin@sysmocom.de>  Fri, 27 Jul 2018 18:15:18 +0200</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> libosmo-abis (0.5.0) unstable; urgency=medium</span><br><span> </span><br><span>   [ Max ]</span><br><span>diff --git a/src/Makefile.am b/src/Makefile.am</span><br><span>index ab42d38..eb2b572 100644</span><br><span>--- a/src/Makefile.am</span><br><span>+++ b/src/Makefile.am</span><br><span>@@ -1,8 +1,8 @@</span><br><span> # This is _NOT_ the library release version, it's an API version.</span><br><span> # Please read chapter "Library interface versions" of the libtool documentation</span><br><span> # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html</span><br><span style="color: hsl(0, 100%, 40%);">-ABIS_LIBVERSION=6:0:0</span><br><span style="color: hsl(0, 100%, 40%);">-TRAU_LIBVERSION=3:0:1</span><br><span style="color: hsl(120, 100%, 40%);">+ABIS_LIBVERSION=6:1:0</span><br><span style="color: hsl(120, 100%, 40%);">+TRAU_LIBVERSION=3:1:1</span><br><span> </span><br><span> AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)</span><br><span> AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10198">change 10198</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/10198"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmo-abis </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I9a606d5d3f9ce6baf99e69d60529332a460a9504 </div>
<div style="display:none"> Gerrit-Change-Number: 10198 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>