From b8121e79ef53b30df535fb38987b3a48853ebbe9 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 2 Jan 2020 21:01:22 +0100 Subject: =?UTF-8?q?Bump=20version:=200.6.0.16-6413a-dirty=20=E2=86=92=200.?= =?UTF-8?q?7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iabfa9a706c6456bf554ba59badbc3cbfc9210423 --- TODO-RELEASE | 1 - configure.ac | 4 ++-- debian/changelog | 24 ++++++++++++++++++++++++ debian/control | 2 +- src/Makefile.am | 2 +- 5 files changed, 28 insertions(+), 5 deletions(-) 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 @@ AC_SUBST(SYMBOL_VISIBILITY) 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 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 @@ Build-Depends: debhelper (>= 9), 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) -- cgit v1.2.3