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/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-sip-connector/+/23038 )
Change subject: Bump version: 1.4.1.15-9484-dirty → 1.5.0
......................................................................
Bump version: 1.4.1.15-9484-dirty → 1.5.0
Change-Id: I2cafda295513b019cda424f09655061fa7a0fa10
---
M configure.ac
M contrib/osmo-sip-connector.spec.in
M debian/changelog
M debian/control
4 files changed, 36 insertions(+), 7 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/configure.ac b/configure.ac
index 10a6392..de19d88 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.0.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.0.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.0.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.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 4361daa..29baf9b 100644
--- a/contrib/osmo-sip-connector.spec.in
+++ b/contrib/osmo-sip-connector.spec.in
@@ -27,9 +27,9 @@
%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros
%endif
-BuildRequires: pkgconfig(libosmocore) >= 1.0.0
-BuildRequires: pkgconfig(libosmogsm) >= 1.0.0
-BuildRequires: pkgconfig(libosmovty) >= 1.0.0
+BuildRequires: pkgconfig(libosmocore) >= 1.5.0
+BuildRequires: pkgconfig(libosmogsm) >= 1.5.0
+BuildRequires: pkgconfig(libosmovty) >= 1.5.0
BuildRequires: pkgconfig(sofia-sip-ua-glib) >= 1.12.0
%{?systemd_requires}
diff --git a/debian/changelog b/debian/changelog
index c983128..e147a38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,32 @@
+osmo-sip-connector (1.5.0) unstable; urgency=medium
+
+ [ Vadim Yanitskiy ]
+ * debian/control: change maintainer to the Osmocom team / mailing list
+
+ [ Matt Johnson ]
+ * sip: Specify invite contact tag
+
+ [ Alexander Couzens ]
+ * Revert "sip: Specify invite contact tag"
+ * mncc: remove callref argument from mncc_write()
+ * mncc: add return code for write/send function
+ * mncc: Introduce mncc_rtp_write similiar to mncc_write
+ * mncc: mncc_create_remote_leg: use mncc_write instead of write direct to the fd
+
+ [ Pau Espin Pedrol ]
+ * mncc: Support IPv6 addresses (new version mncc 7)
+ * sdp: Don't select addresses failing to parse
+ * contrib/jenkins: Enable parallel make in make distcheck
+ * mncc: Log write error code
+ * .gitignore: Get rid of new autofoo tmp files
+ * mncc: Fix write len
+
+ [ Oliver Smith ]
+ * contrib/jenkins: don't build osmo-gsm-manuals
+ * configure.ac: set -std=gnu11
+
+ -- Pau Espin Pedrol <pespin at espeweb.net> Tue, 23 Feb 2021 13:42:08 +0100
+
osmo-sip-connector (1.4.1) unstable; urgency=medium
[ Oliver Smith ]
diff --git a/debian/control b/debian/control
index 4692ea5..0de3953 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@
libsofia-sip-ua-dev,
dh-systemd (>= 1.5),
dh-autoreconf,
- libosmocore-dev (>= 1.0.0),
+ libosmocore-dev (>= 1.5.0),
osmo-gsm-manuals-dev
Standards-Version: 3.8.4
Homepage: https://osmocom.org/projects/osmo-sip-conector/wiki
--
To view, visit https://gerrit.osmocom.org/c/osmo-sip-connector/+/23038
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: I2cafda295513b019cda424f09655061fa7a0fa10
Gerrit-Change-Number: 23038
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210223/56a6f41f/attachment.htm>