Bump version: 0.3.0.5-5364-dirty → 0.4.0

Change-Id: Id9d5ef30ddbeb644cfbd98383a8764435576cbfe
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_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 @@
 %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 @@
 		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