<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13964">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Bump version: 0.4.0.1-738f → 0.5.0<br><br>Change-Id: Iea2da939e259d0a9e7c5dad14d7a961434c276ef<br>---<br>M debian/changelog<br>M src/Makefile.am<br>2 files changed, 38 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/64/13964/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/debian/changelog b/debian/changelog</span><br><span>index 6c56148..e3b19c9 100644</span><br><span>--- a/debian/changelog</span><br><span>+++ b/debian/changelog</span><br><span>@@ -1,3 +1,40 @@</span><br><span style="color: hsl(120, 100%, 40%);">+libosmo-netif (0.5.0) unstable; urgency=medium</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Max ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * Stream examples: filter internal logging</span><br><span style="color: hsl(120, 100%, 40%);">+  * Stream examples: log sent/received bytes</span><br><span style="color: hsl(120, 100%, 40%);">+  * Stream examples: fix server's endless loop</span><br><span style="color: hsl(120, 100%, 40%);">+  * Add missing include</span><br><span style="color: hsl(120, 100%, 40%);">+  * Cosmetic: use #pragma once as include guard</span><br><span style="color: hsl(120, 100%, 40%);">+  * Stream client: fix doxygen typo</span><br><span style="color: hsl(120, 100%, 40%);">+  * Stream examples: print accepted client address</span><br><span style="color: hsl(120, 100%, 40%);">+  * Stream client: update logging</span><br><span style="color: hsl(120, 100%, 40%);">+  * Add socket name functions to stream client/server</span><br><span style="color: hsl(120, 100%, 40%);">+  * Stream client: fix disconnection logic</span><br><span style="color: hsl(120, 100%, 40%);">+  * Stream examples: fix typos in error message</span><br><span style="color: hsl(120, 100%, 40%);">+  * Ignore test binaries</span><br><span style="color: hsl(120, 100%, 40%);">+  * Stream client: report reconnection event as INFO</span><br><span style="color: hsl(120, 100%, 40%);">+  * Add stream client/server test</span><br><span style="color: hsl(120, 100%, 40%);">+  * Stream client: add disconnect callback</span><br><span style="color: hsl(120, 100%, 40%);">+  * Deprecate osmo_stream_cli_open2()</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%);">+  * AMR: add spec reference for AMR frame types</span><br><span style="color: hsl(120, 100%, 40%);">+  * AMR: add define constants for AMR payload length</span><br><span style="color: hsl(120, 100%, 40%);">+  * AMR: add functions to convert between bw-efficient and octet-aligned</span><br><span style="color: hsl(120, 100%, 40%);">+  * amr: cosmetic: correct sourcecode formatting</span><br><span style="color: hsl(120, 100%, 40%);">+  * amr: be sure result of osmo_amr_bwe_to_oa() fits into int buf</span><br><span style="color: hsl(120, 100%, 40%);">+  * amr: use sizeof(struct amr_hdr) when working with amr header length</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Harald Welte ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * debian: Add BuildDepends on libpcap0.8-dev</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Oliver Smith ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * gitignore: add amr_test</span><br><span style="color: hsl(120, 100%, 40%);">+  * tests: AM_LDFLAGS = -noinstall for all tests</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+ -- Harald Welte <laforge@gnumonks.org>  Fri, 10 May 2019 12:40:03 +0200</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> libosmo-netif (0.4.0) unstable; urgency=medium</span><br><span> </span><br><span>   [ Neels Hofmeyr ]</span><br><span>diff --git a/src/Makefile.am b/src/Makefile.am</span><br><span>index d92d0f6..4d8b900 100644</span><br><span>--- a/src/Makefile.am</span><br><span>+++ b/src/Makefile.am</span><br><span>@@ -1,6 +1,6 @@</span><br><span> # This is _NOT_ the library release version, it's an API version.</span><br><span> # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification</span><br><span style="color: hsl(0, 100%, 40%);">-LIBVERSION=6:1:0</span><br><span style="color: hsl(120, 100%, 40%);">+LIBVERSION=7:0:1</span><br><span> </span><br><span> AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)</span><br><span> AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13964">change 13964</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/13964"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmo-netif </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Iea2da939e259d0a9e7c5dad14d7a961434c276ef </div>
<div style="display:none"> Gerrit-Change-Number: 13964 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>