[MERGED] osmo-mgw[master]: Tag/Release Version 1.2.0

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Nov 10 02:40:42 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: Tag/Release Version 1.2.0
......................................................................


Tag/Release Version 1.2.0

Change-Id: Ieff5a16285d2d2d46ad8977713fec622ad0596a7
---
M debian/changelog
M debian/control
R debian/libosmo-mgcp-client2.install
R debian/libosmo-mgcp1.install
M src/libosmo-mgcp-client/Makefile.am
M src/libosmo-mgcp/Makefile.am
6 files changed, 36 insertions(+), 6 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/debian/changelog b/debian/changelog
index c6db93c..bb9a849 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 at 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 ef96796..11fa685 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@
 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 @@
 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 @@
 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
similarity index 100%
rename from debian/libosmo-mgcp-client1.install
rename to debian/libosmo-mgcp-client2.install
diff --git a/debian/libosmo-mgcp0.install b/debian/libosmo-mgcp1.install
similarity index 100%
rename from debian/libosmo-mgcp0.install
rename to debian/libosmo-mgcp1.install
diff --git a/src/libosmo-mgcp-client/Makefile.am b/src/libosmo-mgcp-client/Makefile.am
index 1eaa370..1e4e764 100644
--- a/src/libosmo-mgcp-client/Makefile.am
+++ b/src/libosmo-mgcp-client/Makefile.am
@@ -20,7 +20,7 @@
 
 # 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 a9e1b6c..fce0e1b 100644
--- a/src/libosmo-mgcp/Makefile.am
+++ b/src/libosmo-mgcp/Makefile.am
@@ -21,7 +21,7 @@
 
 # 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 \

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ieff5a16285d2d2d46ad8977713fec622ad0596a7
Gerrit-PatchSet: 1
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list