osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-sip-connector/+/37604?usp=email )

Change subject: Bump version: 1.6.3.12-6725 → 1.7.0
......................................................................

Bump version: 1.6.3.12-6725 → 1.7.0

Change-Id: Ia741d0a574828da121693fa73f54f517ad9d2be2
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 44 insertions(+), 9 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved




diff --git a/TODO-RELEASE b/TODO-RELEASE
index 7ac9302..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,9 +1,9 @@
 # When cleaning up this file: bump API version in corresponding Makefile.am 
and rename corresponding debian/lib*.install
-# according to 
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
-# In short:
+# according to 
https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
+# In short: 
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
 # LIBVERSION=c:r:a
 # If the library source code has changed at all since the last update, then 
increment revision: c:r + 1:a.
-# If any interfaces have been added, removed, or changed since the last 
update: c + 1:0:0.
+# If any interfaces have been added, removed, or changed since the last 
update: c + 1:0:a.
 # If any interfaces have been added since the last public release: c:r:a + 1.
 # If any interfaces have been removed or changed since the last public 
release: c:r:0.
-#library       what            description / commit summary line
+#library       what                    description / commit summary line
diff --git a/configure.ac b/configure.ac
index 402dd58..b6f53d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,9 +24,9 @@
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_PROG_CC

-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(LIBOSMOCORE, libosmocore >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
 PKG_CHECK_MODULES(SOFIASIP, sofia-sip-ua-glib >= 1.12.0)

 AC_ARG_ENABLE(sanitize,
diff --git a/debian/changelog b/debian/changelog
index e822e3e..4287366 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+osmo-sip-connector (1.7.0) unstable; urgency=medium
+
+  [ Neels Hofmeyr ]
+  * drop misleading error message
+  * sdp_get_sdp_mode(): fix wrong return value
+  * forward SDP between SIP and MNCC
+  * verbosely log MNCC and SDP
+
+  [ Andreas Eversberg ]
+  * Use uniform log format for default config files
+
+  [ Vadim Yanitskiy ]
+  * build: include README.md into the release tarball
+  * README.md: cosmetic: fix a typo
+
+  [ Max ]
+  * .deb/.rpm: add osmocom user during package install
+
+  [ Oliver Smith ]
+  * .deb/.rpm: various fixes related to non-root
+  * contrib: remove rpm spec file
+  * debian/postinst: add checks, be verbose
+  * Change-Id: I828fb19a9bba9e71087a69ee1b4206b3eb26f004
+
+ -- Oliver Smith <[email protected]>  Thu, 25 Jul 2024 10:34:23 +0200
+
 osmo-sip-connector (1.6.3) unstable; urgency=medium

   [ arehbein ]
diff --git a/debian/control b/debian/control
index 4c7e4b0..ad67b1b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@
                libsofia-sip-ua-glib-dev,
                libsofia-sip-ua-dev,
                dh-autoreconf,
-               libosmocore-dev (>= 1.9.0),
-               osmo-gsm-manuals-dev (>= 1.5.0)
+               libosmocore-dev (>= 1.10.0),
+               osmo-gsm-manuals-dev (>= 1.6.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

--
To view, visit https://gerrit.osmocom.org/c/osmo-sip-connector/+/37604?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sip-connector
Gerrit-Branch: master
Gerrit-Change-Id: Ia741d0a574828da121693fa73f54f517ad9d2be2
Gerrit-Change-Number: 37604
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to