aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-28 20:53:22 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-28 20:54:17 +0200
commita5ed03fe5c2cf79949e6c06a39d310e59ebac608 (patch)
tree03144c68ec6d88e874875d1ea4d55fd033032469 /debian/changelog
parent6bf97927f1415ec133fcb17e2c87c4436b9d890a (diff)
Tag/Release 0.7.00.7.0
This marks a new release that's compatible with libosmocore >= 0.10.0, and which no longer depends on openbsc-dev. Change-Id: I67405cb5f0f4dea85c67febfdef80f49ae1d41a6
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog36
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 61c46c64..1f6e9700 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,39 @@
+osmo-bts (0.7.0) unstable; urgency=medium
+
+ [ Max ]
+ * Use value string check from osmo-ci
+ * Support sending SI13 to PCU
+ * Support removing SI13 from PCU
+ * trx: avoid deactivating lchan on LCHAN_REL_ACT_REACT
+ * Check readv() return value to prevent crash
+ * OML: print actual type of report sent to BSC
+ * Replace dead code
+ * vty: print version and description for each phy
+ * Remove build dependency on legacy OpenBSC
+ * Fix multiple SI2q reception
+ * jenkins: remove openbsc dependency
+ * sysmo: use clock calibration source wrapper
+ * sysmo: don't override clock source with defaults
+ * Fix race condition in attribute reporting
+ * Move power loop to generic tests
+ * Make power test more verbose
+
+ [ Neels Hofmeyr ]
+ * vty: mgr: sysmobts, lc15: install default commands for ACT_NORM_NODE
+ * osmo-bts-trx: vty: various fixes of 'write file' and doc
+ * jenkins: use osmo-clean-workspace.sh before and after build
+
+ [ Pau Espin Pedrol ]
+ * l1sap: Improve log msg when frame diff >1
+ * vty: Print string for Administrative state
+
+ [ Harald Welte ]
+ * Fix Downlink AMR FSM name to avoid illegal space character
+ * update dependencies to latest libosmo-*
+ * configure.ac: Fix Mailing list address
+
+ -- Harald Welte <laforge@gnumonks.org> Sat, 28 Oct 2017 20:53:21 +0200
+
osmo-bts (0.6.0) unstable; urgency=medium
[ Holger Hans Peter Freyther ]