aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-05-06 17:45:55 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-05-06 17:45:55 +0200
commit55faf3867540f5d42a69e17cdc02f0e522f42478 (patch)
treed34ea9997de8e0308d2f93383e184860244704fa
parent11a0de04b653b0b93c26b33c7ca6d14b190fc6d1 (diff)
Bump version: 1.1.0.11-11a0-dirty → 1.1.11.1.1
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog21
2 files changed, 23 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 88248d4..20b682e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,8 +22,8 @@ dnl kernel style compile messages
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@sysmocom.de> Sun, 06 May 2018 17:45:55 +0200
+
osmo-sip-connector (1.1.0) unstable; urgency=medium
[ Holger Hans Peter Freyther ]