aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog24
-rw-r--r--debian/control2
2 files changed, 25 insertions, 1 deletions
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@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 @@ 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,