Bump version: 0.4.1.9-7f4d-dirty → 0.4.2

Change-Id: I26ebcdcad2e7913d6a76277917ce4210bff20e1f
diff --git a/configure.ac b/configure.ac
index f0541f2..8a27118 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.7.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
 # libosmogb: needed for osmocom/gprs includes
-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(LIBOSMOGB, libosmogb >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.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 7083c98..0aa079a 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.7.0
-BuildRequires:  pkgconfig(libosmogb) >= 1.7.0
-BuildRequires:  pkgconfig(libosmogsm) >= 1.7.0
-BuildRequires:  pkgconfig(libosmovty) >= 1.7.0
+BuildRequires:  pkgconfig(libosmocore) >= 1.9.0
+BuildRequires:  pkgconfig(libosmogb) >= 1.9.0
+BuildRequires:  pkgconfig(libosmogsm) >= 1.9.0
+BuildRequires:  pkgconfig(libosmovty) >= 1.9.0
 BuildRequires:  pkgconfig(libzmq) >= 3.2.2
 %{?systemd_requires}
 
diff --git a/debian/changelog b/debian/changelog
index c7b0aa3..4f67187 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+osmo-pcap (0.4.2) unstable; urgency=medium
+
+  [ arehbein ]
+  * Transition to use of 'telnet_init_default'
+
+  [ Daniel Willmann ]
+  * osmo_{client,server}_main: Remove tall_ctr_ctx and tall_msgb_ctx
+  * osmo_{client,server}_main: Remove is_config_node in vty_app_info
+  * cosmetic: Remove trailing whitespace
+
+  [ Pau Espin Pedrol ]
+  * server: Call osmo_fd_unregister() before closing and changing bfd->fd
+
+  [ Max ]
+  * CI/CD: drop travis support
+
+  [ Oliver Smith ]
+  * debian: set compat level to 10
+  * systemd: depend on networking-online.target
+
+  [ Vadim Yanitskiy ]
+  * tests: $(BUILT_SOURCES) is not defined
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de>  Tue, 12 Sep 2023 15:50:49 +0200
+
 osmo-pcap (0.4.1) unstable; urgency=medium
 
   [ Max ]
diff --git a/debian/control b/debian/control
index 5ff42ba..846998b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@
 		autotools-dev,
 		libpcap0.8-dev,
 		pkg-config,
-		libosmocore-dev (>= 1.7.0),
+		libosmocore-dev (>= 1.9.0),
 		libgnutls28-dev,
 		libzmq3-dev (>= 3.2.2)
 Standards-Version: 3.9.1