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.orgHello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/4525
to look at the new patch set (#4).
Tag/Release Version 1.1.0
[ Alexander Couzens ]
* debian/rules: show testsuite.log when tests are failing
[ Neels Hofmeyr ]
* build: check for -lgsm
* am: msc_vlr_tests: use AM_LDFLAGS instead of COMMON vars
* jenkins: fix build: osmo-mgw from master, not pre_release
* jenkins: drop unused build matrix vars, always --enable-smpp
* configure.ac: fix to "AC_INIT[osmo-msc]"
* rewrite README
* rename openbsc.pc to osmo-msc.pc
* debian: fix web and VCS links, tweak osmo-msc.install
* drop files unrelated to osmo-msc
* rename include/openbsc to include/osmocom/msc
* doc/examples: add detailed cs7 config examples
* use separated libosmo-mgcp-client, apply rename to mgcp_client_*
* ctrl: subscriber-list-active: list only attached subscribers
* debian: fix dependency to mgcp library
* main: remove cmdline args no longer available for osmo-msc
* vty: fix: missing default cmds at hlr node
* ctrl: remove unimplemented cmds subscriber-{modify,delete}
* fix build: remove obsolete header legacy_mgcp/mgcp.h
* fix debian: fix erratic doc/examples install path
* fix memory leak: vlr: vlr_gsupc_read_cb() must msgb_free()
* fix vty tests: long timeout due to unreachable STP address
* cosmetic: vlr: declare a struct in .h; drop unused header
* add ';' after OSMO_ASSERT()
[ Philipp Maier ]
* a_iface: fix memory leaks
* a_iface: fix typo
[ Max ]
* Remove rest_octets.h
* Remove SI-related code
* Remove BTS-specific attributes
* Remove unused osmo_bsc_rf.h header
* Remove pkg-config file
[ Harald Welte ]
* Update .gitignore for post-nitb-split
* remove further files and autotest/autoconf bits irrelevant to osmo-msc
* Rename osmo_fsm to avoid illegal space in name + more meaningful name
* Debian: remove obsolete Dependencies
* configure.ac: Depend on latest tagged/released libosmo-* versions
* Debian: Build with enabled SMPP support
* osmo-msc: Don't link against libasn1c
* Debian: Include systemd.service in package
* Debian: include all (not just one) example config files
Change-Id: Ic24d937658e5b467c6643ae3cd54e5b6d9db3175
---
M debian/changelog
1 file changed, 55 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/25/4525/4
diff --git a/debian/changelog b/debian/changelog
index a1b3dda..cdb0430 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,58 @@
+osmo-msc (1.1.0) unstable; urgency=medium
+
+ [ Alexander Couzens ]
+ * Initial release.
+ * debian/rules: show testsuite.log when tests are failing
+
+ [ Neels Hofmeyr ]
+ * build: check for -lgsm
+ * am: msc_vlr_tests: use AM_LDFLAGS instead of COMMON vars
+ * jenkins: fix build: osmo-mgw from master, not pre_release
+ * jenkins: drop unused build matrix vars, always --enable-smpp
+ * configure.ac: fix to "AC_INIT[osmo-msc]"
+ * rewrite README
+ * rename openbsc.pc to osmo-msc.pc
+ * debian: fix web and VCS links, tweak osmo-msc.install
+ * drop files unrelated to osmo-msc
+ * rename include/openbsc to include/osmocom/msc
+ * doc/examples: add detailed cs7 config examples
+ * use separated libosmo-mgcp-client, apply rename to mgcp_client_*
+ * ctrl: subscriber-list-active: list only attached subscribers
+ * debian: fix dependency to mgcp library
+ * main: remove cmdline args no longer available for osmo-msc
+ * vty: fix: missing default cmds at hlr node
+ * ctrl: remove unimplemented cmds subscriber-{modify,delete}
+ * fix build: remove obsolete header legacy_mgcp/mgcp.h
+ * fix debian: fix erratic doc/examples install path
+ * fix memory leak: vlr: vlr_gsupc_read_cb() must msgb_free()
+ * fix vty tests: long timeout due to unreachable STP address
+ * cosmetic: vlr: declare a struct in .h; drop unused header
+ * add ';' after OSMO_ASSERT()
+
+ [ Philipp Maier ]
+ * a_iface: fix memory leaks
+ * a_iface: fix typo
+
+ [ Max ]
+ * Remove rest_octets.h
+ * Remove SI-related code
+ * Remove BTS-specific attributes
+ * Remove unused osmo_bsc_rf.h header
+ * Remove pkg-config file
+
+ [ Harald Welte ]
+ * Update .gitignore for post-nitb-split
+ * remove further files and autotest/autoconf bits irrelevant to osmo-msc
+ * Rename osmo_fsm to avoid illegal space in name + more meaningful name
+ * Debian: remove obsolete Dependencies
+ * configure.ac: Depend on latest tagged/released libosmo-* versions
+ * Debian: Build with enabled SMPP support
+ * osmo-msc: Don't link against libasn1c
+ * Debian: Include systemd.service in package
+ * Debian: include all (not just one) example config files
+
+ -- Harald Welte <laforge at gnumonks.org> Sat, 28 Oct 2017 14:45:58 +0200
+
osmo-msc (0.1.0) UNRELEASED; urgency=low
* Initial release.
--
To view, visit https://gerrit.osmocom.org/4525
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic24d937658e5b467c6643ae3cd54e5b6d9db3175
Gerrit-PatchSet: 4
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder