aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-06-28 18:09:49 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-06-28 18:09:49 +0200
commitbea94d8edf01c3ddd42151f12c78a31cde8a8c8a (patch)
tree72f6539d3609385798f6eb62ff030f8227162bdf /debian
parentd1ab58514e6181c9a643e4a255f6f2cc302f0dc6 (diff)
Bump version: 1.1.0.14-d1ab-dirty → 1.2.01.2.0
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog26
-rw-r--r--debian/control2
2 files changed, 27 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index eaa5dda..b283cc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+libosmo-netif (1.2.0) unstable; urgency=medium
+
+ [ Pau Espin Pedrol ]
+ * Introduce sctp.h to provide SCTP related functionalities
+ * stream: Factor out sctp_recvmg long code chunk
+ * stream: Add support for AF_UNIX sockets
+ * Introduce osmo_prim_srv APIs
+ * prim: Add internal CTL SAPI to negotiate SAP versions
+ * prim: return last error code
+ * amr: Fix FormatType from parsing BWE AMR header
+ * amr: Fix length check in bwe<->iuup converters
+
+ [ Alexander Couzens ]
+ * amr: don't rely on pad bits to be zero
+ * export osmo_amr_bits
+ * amr: Introduce APIs to convert BE to IuUP/IuFP format
+
+ [ Philipp Maier ]
+ * amr: cosmetic: fix grammer in comment
+ * amr_test: increase test coverage for oa / bwe conversation
+
+ [ Harald Welte ]
+ * update git URLs (git -> https; gitea)
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 28 Jun 2022 18:09:49 +0200
+
libosmo-netif (1.1.0) unstable; urgency=medium
[ Vadim Yanitskiy ]
diff --git a/debian/control b/debian/control
index fecb627..c3596b3 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
libdpkg-perl,
git,
doxygen,
- libosmocore-dev (>= 1.5.0),
+ libosmocore-dev (>= 1.7.0),
pkg-config,
libpcap0.8-dev,
libsctp-dev