aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-07-14 08:42:36 +0800
committerHarald Welte <laforge@gnumonks.org>2019-07-14 08:44:00 +0800
commite0365fb5b5f0755989532736f97639609d127df2 (patch)
tree298988adaeb2cf7c95c876ba5e8ee2ce4c1459bc
parentcf711d834b09b71282acb9fbb77276002485d92c (diff)
Bump version: 1.2.0.20-cf711 → 1.3.01.3.0
-rw-r--r--debian/changelog36
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 20ffc81b5..51bc211c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,39 @@
+openbsc (1.3.0) unstable; urgency=medium
+
+ [ Keith ]
+ * Don't deliver alert notifications to an ESME that is not yet bound.
+ * Write configuration correctly from vty (alert notifications)
+ * tests: Mute stdout during db_prepare()
+
+ [ Pau Espin Pedrol ]
+ * osmo-bsc-mgcp.service: Fix parsing of cmdline option s
+ * talloc_ctx_init: Use public API osmo_signal_talloc_ctx_init
+ * Replace broken ipa_ccm_idtag APIs with new ipa_ccm_id ones
+ * vty_test_runner: Handle MGCP message recv len dynamically
+ * nat: Return error code in queue_for_msc
+ * tests: Fix selection of python version
+ * nat: Fix crash (double-free) in forward_sccp_to_msc
+ * nat: Allocate bsc_nat_parsed on the stack instead of heap
+ * mgcp: Handle CI and X-Osmux param name as case insensitive
+ * bsc-nat: Remove whitespace at the end of CTR descriptions
+
+ [ Max ]
+ * Drop openggsn from build dependencies
+ * Drop Iu*S support and related dependencies
+
+ [ Rafael Diniz ]
+ * Fixed MNCC_RTP_CREATE after MNCC_DISC_IND.
+
+ [ Daniel Willmann ]
+ * osmo-bsc_nat: Parse MGCP Connection ID as hex
+ * libmgcp: Parse CI as hex string in verify_ci()
+ * manuals: Add script to regenerate counter/vty documentation
+
+ [ Oliver Smith ]
+ * contrib/jenkins.sh: run "make maintainer-clean"
+
+ -- Harald Welte <laforge@gnumonks.org> Sun, 14 Jul 2019 08:42:36 +0800
+
openbsc (1.2.0) unstable; urgency=medium
[ Pau Espin Pedrol ]