aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-09-12 17:24:26 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-09-12 17:24:27 +0200
commita6fedff8a67dc8be5b0a56519bf8dc9df8b66426 (patch)
treebab381eca5424f0a31ab36bf3680b9e3dc13b86d
parent47e6130cae43b53f2980d8f0597bdcb9d8b56ef1 (diff)
Bump version: 1.6.2.6-47e6-dirty → 1.6.31.6.3
-rw-r--r--configure.ac6
-rw-r--r--contrib/osmo-sip-connector.spec.in6
-rw-r--r--debian/changelog18
-rw-r--r--debian/control4
4 files changed, 26 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 56e17d0..99eee10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,9 +24,9 @@ dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PROG_CC
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
PKG_CHECK_MODULES(SOFIASIP, sofia-sip-ua-glib >= 1.12.0)
AC_ARG_ENABLE(sanitize,
diff --git a/contrib/osmo-sip-connector.spec.in b/contrib/osmo-sip-connector.spec.in
index 19ca449..3548e28 100644
--- a/contrib/osmo-sip-connector.spec.in
+++ b/contrib/osmo-sip-connector.spec.in
@@ -27,9 +27,9 @@ BuildRequires: pkgconfig >= 0.20
%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros
%endif
-BuildRequires: pkgconfig(libosmocore) >= 1.8.0
-BuildRequires: pkgconfig(libosmogsm) >= 1.8.0
-BuildRequires: pkgconfig(libosmovty) >= 1.8.0
+BuildRequires: pkgconfig(libosmocore) >= 1.9.0
+BuildRequires: pkgconfig(libosmogsm) >= 1.9.0
+BuildRequires: pkgconfig(libosmovty) >= 1.9.0
BuildRequires: pkgconfig(sofia-sip-ua-glib) >= 1.12.0
%{?systemd_requires}
diff --git a/debian/changelog b/debian/changelog
index 7df4baa..e822e3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+osmo-sip-connector (1.6.3) unstable; urgency=medium
+
+ [ arehbein ]
+ * Transition to use of 'telnet_init_default'
+
+ [ Harald Welte ]
+ * doc: fix typo
+ * doc: Expand the virtually empty user manual with some basics
+
+ [ Oliver Smith ]
+ * sip: tweak log for release caused by status >= 300
+ * debian: set compat level to 10
+
+ [ Vadim Yanitskiy ]
+ * tests: $(BUILT_SOURCES) is not defined, depend on osmo-sip-connector
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 12 Sep 2023 17:24:26 +0200
+
osmo-sip-connector (1.6.2) unstable; urgency=medium
[ Max ]
diff --git a/debian/control b/debian/control
index cd34072..4c7e4b0 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ Build-Depends: debhelper (>= 10),
libsofia-sip-ua-glib-dev,
libsofia-sip-ua-dev,
dh-autoreconf,
- libosmocore-dev (>= 1.8.0),
- osmo-gsm-manuals-dev (>= 1.4.0)
+ libosmocore-dev (>= 1.9.0),
+ osmo-gsm-manuals-dev (>= 1.5.0)
Standards-Version: 3.8.4
Homepage: https://osmocom.org/projects/osmo-sip-conector/wiki
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-sip-connector