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/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/15080 Change subject: Bump version: 0.5.0.2-6563 → 0.6.0 ...................................................................... Bump version: 0.5.0.2-6563 → 0.6.0 Change-Id: I3af3b7aaff5c6dc3ac94e942191e27af4bf5392a --- M TODO-RELEASE M debian/changelog M src/Makefile.am 3 files changed, 11 insertions(+), 3 deletions(-) git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/80/15080/1 diff --git a/TODO-RELEASE b/TODO-RELEASE index 45ebb75..d0852fc 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,5 +7,3 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line -libosmo-netif Add new field to struct osmux_out_handle Breaks ABI with older versions -libosmo-netif Add new API osmux_xfrm_output_init2 Deprecates old osmux_xfrm_output_init diff --git a/debian/changelog b/debian/changelog index e3b19c9..ad070c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libosmo-netif (0.6.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * osmux: Extend osmux_out_handle and add new API to set rtp payload_type + + [ Oliver Smith ] + * contrib/jenkins.sh: run "make maintainer-clean" + + -- Pau Espin Pedrol <pespin at sysmocom.de> Wed, 07 Aug 2019 11:47:35 +0200 + libosmo-netif (0.5.0) unstable; urgency=medium [ Max ] diff --git a/src/Makefile.am b/src/Makefile.am index 4d8b900..b317684 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=7:0:1 +LIBVERSION=8:0:2 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/c/libosmo-netif/+/15080 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmo-netif Gerrit-Branch: master Gerrit-Change-Id: I3af3b7aaff5c6dc3ac94e942191e27af4bf5392a Gerrit-Change-Number: 15080 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin at sysmocom.de> Gerrit-MessageType: newchange -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190807/4847ac4d/attachment.htm>