Change in libosmo-netif[master]: Bump version: 0.4.0.1-738f → 0.5.0

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri May 10 10:41:50 UTC 2019


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


Change subject: Bump version: 0.4.0.1-738f → 0.5.0
......................................................................

Bump version: 0.4.0.1-738f → 0.5.0

Change-Id: Iea2da939e259d0a9e7c5dad14d7a961434c276ef
---
M debian/changelog
M src/Makefile.am
2 files changed, 38 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/64/13964/1

diff --git a/debian/changelog b/debian/changelog
index 6c56148..e3b19c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,40 @@
+libosmo-netif (0.5.0) unstable; urgency=medium
+
+  [ Max ]
+  * Stream examples: filter internal logging
+  * Stream examples: log sent/received bytes
+  * Stream examples: fix server's endless loop
+  * Add missing include
+  * Cosmetic: use #pragma once as include guard
+  * Stream client: fix doxygen typo
+  * Stream examples: print accepted client address
+  * Stream client: update logging
+  * Add socket name functions to stream client/server
+  * Stream client: fix disconnection logic
+  * Stream examples: fix typos in error message
+  * Ignore test binaries
+  * Stream client: report reconnection event as INFO
+  * Add stream client/server test
+  * Stream client: add disconnect callback
+  * Deprecate osmo_stream_cli_open2()
+
+  [ Philipp Maier ]
+  * AMR: add spec reference for AMR frame types
+  * AMR: add define constants for AMR payload length
+  * AMR: add functions to convert between bw-efficient and octet-aligned
+  * amr: cosmetic: correct sourcecode formatting
+  * amr: be sure result of osmo_amr_bwe_to_oa() fits into int buf
+  * amr: use sizeof(struct amr_hdr) when working with amr header length
+
+  [ Harald Welte ]
+  * debian: Add BuildDepends on libpcap0.8-dev
+
+  [ Oliver Smith ]
+  * gitignore: add amr_test
+  * tests: AM_LDFLAGS = -noinstall for all tests
+
+ -- Harald Welte <laforge at gnumonks.org>  Fri, 10 May 2019 12:40:03 +0200
+
 libosmo-netif (0.4.0) unstable; urgency=medium
 
   [ Neels Hofmeyr ]
diff --git a/src/Makefile.am b/src/Makefile.am
index d92d0f6..4d8b900 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
 # This is _NOT_ the library release version, it's an API version.
 # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification
-LIBVERSION=6:1:0
+LIBVERSION=7:0:1
 
 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)
 AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS)

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

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iea2da939e259d0a9e7c5dad14d7a961434c276ef
Gerrit-Change-Number: 13964
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190510/72d56f86/attachment.htm>


More information about the gerrit-log mailing list