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 submitted this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/16707 )
Change subject: Bump version: 0.6.0.16-6413a-dirty → 0.7.0
......................................................................
Bump version: 0.6.0.16-6413a-dirty → 0.7.0
Change-Id: Iabfa9a706c6456bf554ba59badbc3cbfc9210423
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
M src/Makefile.am
5 files changed, 28 insertions(+), 5 deletions(-)
Approvals:
laforge: Looks good to me, but someone else must approve
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/TODO-RELEASE b/TODO-RELEASE
index b7cb070..d0852fc 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,4 +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 stream osmo_sock_init2_multiaddr() is used, requires libosmocore > 1.2.0 (to be released)
diff --git a/configure.ac b/configure.ac
index 66ec57f..7af10ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,8 +82,8 @@
dnl Generate the output
AM_CONFIG_HEADER(config.h)
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.0.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.0.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.3.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.3.0)
dnl FIXME: We depend on libosmoabis by now until we can move LAPD code here
PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.6.0)
diff --git a/debian/changelog b/debian/changelog
index b3aba59..c4f664b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+libosmo-netif (0.7.0) unstable; urgency=medium
+
+ [ Pau Espin Pedrol ]
+ * stream: Introduce API osmo_stream_cli_is_connected
+ * stream: Fix scheduling of queued messages during connecting state
+ * stream_test: Use fake time
+ * stream_test: Log fake time
+ * osmux: osmux_snprintf(): Append comma between osmux frames in msg
+ * osmux: osmux_snprintf(): Remove dangling whitespace at the end of dummy frames
+ * tests: osmux_test: Use fake time also for monotonic clock
+ * osmux: squash LOGP message to one line
+ * tests: osmux_test: Provide More accurate logging expectancies
+ * stream.c: remove duplicated line setting variable
+ * stream: osmo_stream_srv_link: Support setting multiple addr
+ * stream: osmo_stream_cli: Support setting multiple addr
+ * tests: osmux_test: Hardcode h_output values set by random()
+ * stream: Fix fd param passed to close() in error conditon
+ * libosmo-netif.pc.in: Append -lsctp to Libs.private
+
+ [ Neels Hofmeyr ]
+ * osmux_test: don't use color logging
+
+ -- Pau Espin Pedrol <pespin at sysmocom.de> Thu, 02 Jan 2020 21:01:22 +0100
+
libosmo-netif (0.6.0) unstable; urgency=medium
[ Pau Espin Pedrol ]
diff --git a/debian/control b/debian/control
index e1b2096..6cec7e5 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@
libdpkg-perl,
git,
doxygen,
- libosmocore-dev (>= 1.0.0),
+ libosmocore-dev (>= 1.3.0),
libosmo-abis-dev (>= 0.6.0),
pkg-config,
libpcap0.8-dev,
diff --git a/src/Makefile.am b/src/Makefile.am
index 7acbd79..64fd1d4 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=8:0:0
+LIBVERSION=9: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/c/libosmo-netif/+/16707
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: Iabfa9a706c6456bf554ba59badbc3cbfc9210423
Gerrit-Change-Number: 16707
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200103/1848d5e5/attachment.htm>