[PATCH] osmo-sip-connector[master]: Bump version: 1.1.0.11-11a0-dirty → 1.1.1

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Sun May 6 15:50:15 UTC 2018


Review at  https://gerrit.osmocom.org/8045

Bump version: 1.1.0.11-11a0-dirty → 1.1.1

Change-Id: Iefb8ada270a7a34d5db1c1e3c94f72a02e2dd609
---
M configure.ac
M debian/changelog
2 files changed, 23 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-sip-connector refs/changes/45/8045/1

diff --git a/configure.ac b/configure.ac
index 88248d4..20b682e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,8 +22,8 @@
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_PROG_CC
 
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.10.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.10.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.11.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.11.0)
 PKG_CHECK_MODULES(SOFIASIP, sofia-sip-ua-glib >= 1.12.0)
 
 AC_ARG_ENABLE([vty_tests],
diff --git a/debian/changelog b/debian/changelog
index c71377b..81f0271 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+osmo-sip-connector (1.1.1) unstable; urgency=medium
+
+  [ Neels Hofmeyr ]
+  * vty: skip installing cmds now always installed by default
+
+  [ Harald Welte ]
+  * mncc.c: Ensure proper string buffer NUL termination
+  * debian/control: Fix URLs for homepage / git
+  * comments
+  * mncc: use 'const' to denote read-only input buffer/message
+  * Call the program "OsmoSIPcon" (also in vty)
+  * osmoappdesc: Fix VTY prompt to use OsmoSIPcon, not old OsmoMNCC
+  * sip: Register log callback function with sofia-sip
+  * use osmo_init_logging2() to avoid allocating from NULL context
+
+  [ Pau Espin Pedrol ]
+  * contrib: Add systemd service file
+  * contrib: jenkins.sh: Disable doxygen in libosmocore build
+
+ -- Pau Espin Pedrol <pespin at sysmocom.de>  Sun, 06 May 2018 17:45:55 +0200
+
 osmo-sip-connector (1.1.0) unstable; urgency=medium
 
   [ Holger Hans Peter Freyther ]

-- 
To view, visit https://gerrit.osmocom.org/8045
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iefb8ada270a7a34d5db1c1e3c94f72a02e2dd609
Gerrit-PatchSet: 1
Gerrit-Project: osmo-sip-connector
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list