Bump version: 1.4.1.15-9484-dirty → 1.5.0

Change-Id: I2cafda295513b019cda424f09655061fa7a0fa10
This commit is contained in:
Pau Espin Pedrol 2021-02-23 13:42:08 +01:00
parent 9484ad9a87
commit d9e57e5f08
4 changed files with 36 additions and 7 deletions

View File

@ -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.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,

View File

@ -27,9 +27,9 @@ BuildRequires: pkgconfig >= 0.20
%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}

29
debian/changelog vendored
View File

@ -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@espeweb.net> Tue, 23 Feb 2021 13:42:08 +0100
osmo-sip-connector (1.4.1) unstable; urgency=medium
[ Oliver Smith ]

2
debian/control vendored
View File

@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 7.0.0~),
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