aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-11-10 11:21:40 +0900
committerHarald Welte <laforge@gnumonks.org>2017-11-10 11:21:40 +0900
commite7d27aeae10b3d39554db82e42f81f2e6f2918b8 (patch)
tree59fc3bf904842a76dc467065d2773d863f513978
parente6f172dd57208e3e8173731592722cafc21a4e07 (diff)
Tag/Release Version 1.2.01.2.0
-rw-r--r--debian/changelog30
-rw-r--r--debian/control8
-rw-r--r--debian/libosmo-mgcp-client2.install (renamed from debian/libosmo-mgcp-client1.install)0
-rw-r--r--debian/libosmo-mgcp1.install (renamed from debian/libosmo-mgcp0.install)0
-rw-r--r--src/libosmo-mgcp-client/Makefile.am2
-rw-r--r--src/libosmo-mgcp/Makefile.am2
6 files changed, 36 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index c6db93cd8..bb9a849c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,33 @@
+osmo-mgw (1.2.0) unstable; urgency=medium
+
+ [ Neels Hofmeyr ]
+ * jenkins: use osmo-clean-workspace.sh before and after build
+ * vty: skip installing cmds now always installed by default
+ * mgcp-client vty: use name 'mgw' instead of 'mgcpgw'
+ * mgcp client: vty: tweak doc strings
+
+ [ Philipp Maier ]
+ * sdp: refactoring sdp parser/generator
+ * cosmetic: rename bts_codec to codec_str
+ * cosmetic: fix coding style for mgcp_parse_sdp_data()
+ * cosmetic: fix commenting style
+ * cosmetic: correct whitespaces
+ * client: fix stderror logging in unit-test
+ * client: add unified function to generate MGCP messages
+ * client: add ip address parsing to the client
+ * protocol: allow wildcarded DLCX
+ * mgcp: remove port/timeslot calculator functions from mgcp.h
+ * network: add separate log category
+ * cosmetic: make dummy packet handling more explicit
+ * network: autdetect rtp bind ip-address
+ * network: fix rtp packet length
+ * network: remove unused return code
+
+ [ Pau Espin Pedrol ]
+ * mgcp_client_vty.c: Fix VTY compatibility with 'mgcpgw bts-base'
+
+ -- Harald Welte <laforge@gnumonks.org> Fri, 10 Nov 2017 11:10:23 +0900
+
osmo-mgw (1.1.0) unstable; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index ef9679665..11fa6850a 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Multi-Arch: foreign
Depends: libosmo-mgcp0, ${misc:Depends}, ${shlibs:Depends}
Description: OsmoMGW: Osmocom's Media Gateway for 2G and 3G circuit-switched mobile networks
-Package: libosmo-mgcp0
+Package: libosmo-mgcp1
Section: libs
Architecture: any
Multi-Arch: same
@@ -31,10 +31,10 @@ Package: libosmo-mgcp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: libosmo-mgcp0 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmo-mgcp1 (= ${binary:Version}), ${misc:Depends}
Description: libosmo-mgcp: Osmocom's Media Gateway server library
-Package: libosmo-mgcp-client1
+Package: libosmo-mgcp-client2
Section: libs
Architecture: any
Multi-Arch: same
@@ -46,7 +46,7 @@ Package: libosmo-mgcp-client-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: libosmo-mgcp-client1 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmo-mgcp-client2 (= ${binary:Version}), ${misc:Depends}
Description: libosmo-mgcp-client: Osmocom's Media Gateway Control Protocol client utilities
Package: osmo-bsc-mgcp
diff --git a/debian/libosmo-mgcp-client1.install b/debian/libosmo-mgcp-client2.install
index 7e86498ca..7e86498ca 100644
--- a/debian/libosmo-mgcp-client1.install
+++ b/debian/libosmo-mgcp-client2.install
diff --git a/debian/libosmo-mgcp0.install b/debian/libosmo-mgcp1.install
index 7fe0a440a..7fe0a440a 100644
--- a/debian/libosmo-mgcp0.install
+++ b/debian/libosmo-mgcp1.install
diff --git a/src/libosmo-mgcp-client/Makefile.am b/src/libosmo-mgcp-client/Makefile.am
index 1eaa370fe..1e4e764fa 100644
--- a/src/libosmo-mgcp-client/Makefile.am
+++ b/src/libosmo-mgcp-client/Makefile.am
@@ -20,7 +20,7 @@ AM_LDFLAGS = \
# This is not at all related to the release version, but a range of supported
# API versions. Read TODO_RELEASE in the source tree's root!
-MGCP_CLIENT_LIBVERSION=1:0:1
+MGCP_CLIENT_LIBVERSION=2:0:0
lib_LTLIBRARIES = \
libosmo-mgcp-client.la \
diff --git a/src/libosmo-mgcp/Makefile.am b/src/libosmo-mgcp/Makefile.am
index a9e1b6c26..fce0e1b74 100644
--- a/src/libosmo-mgcp/Makefile.am
+++ b/src/libosmo-mgcp/Makefile.am
@@ -21,7 +21,7 @@ AM_LDFLAGS = \
# This is not at all related to the release version, but a range of supported
# API versions. Read TODO_RELEASE in the source tree's root!
-MGCP_LIBVERSION=0:0:0
+MGCP_LIBVERSION=1:0:0
lib_LTLIBRARIES = \
libosmo-mgcp.la \