aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-06-28 17:36:44 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-06-28 17:36:44 +0200
commitbddebaecb235836dfd52e2e479aec99cd0f7e2f3 (patch)
tree7a4d18f36d6bcde91ef08c9561b1e50e91c5230e
parent5364393417e8fa8374404e6f0b125bc3e40c1aa4 (diff)
Bump version: 0.3.0.5-5364-dirty → 0.4.00.4.0
-rw-r--r--configure.ac8
-rw-r--r--contrib/osmo-pcap.spec.in8
-rw-r--r--debian/changelog13
-rw-r--r--debian/control2
4 files changed, 22 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index fa9a3c8..f0541f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -157,11 +157,11 @@ AC_SUBST([PCAP_LIBS])
AC_SUBST([PCAP_CFLAGS])
dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0)
# libosmogb: needed for osmocom/gprs includes
-PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0)
PKG_CHECK_MODULES(LIBZMQ, libzmq >= 3.2.2)
PKG_CHECK_MODULES(LIBGNUTLS, gnutls)
diff --git a/contrib/osmo-pcap.spec.in b/contrib/osmo-pcap.spec.in
index d4459b4..7083c98 100644
--- a/contrib/osmo-pcap.spec.in
+++ b/contrib/osmo-pcap.spec.in
@@ -29,10 +29,10 @@ BuildRequires: systemd-rpm-macros
%endif
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gnutls)
-BuildRequires: pkgconfig(libosmocore) >= 1.6.0
-BuildRequires: pkgconfig(libosmogb) >= 1.6.0
-BuildRequires: pkgconfig(libosmogsm) >= 1.6.0
-BuildRequires: pkgconfig(libosmovty) >= 1.6.0
+BuildRequires: pkgconfig(libosmocore) >= 1.7.0
+BuildRequires: pkgconfig(libosmogb) >= 1.7.0
+BuildRequires: pkgconfig(libosmogsm) >= 1.7.0
+BuildRequires: pkgconfig(libosmovty) >= 1.7.0
BuildRequires: pkgconfig(libzmq) >= 3.2.2
%{?systemd_requires}
diff --git a/debian/changelog b/debian/changelog
index eb8b2cd..eab1769 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+osmo-pcap (0.4.0) unstable; urgency=medium
+
+ [ Pau Espin Pedrol ]
+ * client: Increase wqueue transmit length
+ * client: Log wqueue capacity when failing to enqueue
+ * client: Add 'wqueue max-length <0-4294967295>' VTY command
+ * .gitignore: blacklist configure~
+
+ [ Harald Welte ]
+ * update git URLs (git -> https; gitea)
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 28 Jun 2022 17:36:44 +0200
+
osmo-pcap (0.3.0) unstable; urgency=medium
[ Vadim Yanitskiy ]
diff --git a/debian/control b/debian/control
index a7f5635..a94aa12 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 7.0.50~),
autotools-dev,
libpcap0.8-dev,
pkg-config,
- libosmocore-dev (>= 1.6.0),
+ libosmocore-dev (>= 1.7.0),
libgnutls28-dev,
libzmq3-dev (>= 3.2.2)
Standards-Version: 3.9.1