From bddebaecb235836dfd52e2e479aec99cd0f7e2f3 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 28 Jun 2022 17:36:44 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0.5-5364-dirty=20?= =?UTF-8?q?=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id9d5ef30ddbeb644cfbd98383a8764435576cbfe --- configure.ac | 8 ++++---- contrib/osmo-pcap.spec.in | 8 ++++---- debian/changelog | 13 +++++++++++++ debian/control | 2 +- 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 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