aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog68
1 files changed, 68 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ec65036..20bbfa0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,71 @@
+osmo-trx (0.3.0) unstable; urgency=medium
+
+ [ Neels Hofmeyr ]
+ * jenkins: use osmo-clean-workspace.sh before and after build
+
+ [ Harald Welte ]
+ * SocketsTest: Fix printing of non-nul-terminated string
+
+ [ Piotr Krysik ]
+ * UHDDevice.cpp: add USRP B205mini support
+
+ [ Max ]
+ * Mark release target as virtual
+ * Remove outdated references to OpenBTS
+ * Remove unused headers
+ * Update installation instructions
+ * Update legal disclaimer
+ * Update license notes
+ * tests: null-terminate buffer
+
+ [ Pau Espin Pedrol ]
+ * cosmetic: Remove trailing whitespace
+ * Logger: Stop using Log.Alarms.Max from config
+ * Logger: Stop using Log.File and Log.Level from config
+ * Drop use of ConfigurationTable gConfig
+ * Remove Configuration module and libsqlite dependency
+ * cosmetic: AUTHORS: fix trailing whitespace
+ * Set up GNU Autotest infrastructure
+ * tests: InterThread: adapt to have reproducible output and enable autotest
+ * tests: Timeval: adapt to have reproducible output and enable autotest
+ * tests: Log: adapt to have reproducible output and enable autotest
+ * Sockets.cpp: Fix initialization of UDD socket
+ * tests: Sockets: adapt to have reproducible output and enable autotest
+ * utils/convolvtest: Remove uneeded libosmocore dependency
+ * Move ARCH_LA to Makefile.common
+ * tests: Migrate convtest util to autotest infrastructure
+ * arm/convert.c: Fix compilation error
+ * arm/convert.c: Add missing convert_init implementation
+ * .gitignore: Add missing test related files
+ * Remove UDDSocket class
+ * tests: SocketTests: Pick OS-assigned instead of setting one manually
+ * tests: SocketsTest: Avoid hang forever if test fails
+ * tests: SocketsTest: Fail test on write fail
+ * tests: TimevalTest: refactor and avoid double comparison
+ * contrib/jenkins.sh: Use qemu+proot+debootstrap to run tests with ARM instruction set
+ * tests: convolve: Disable due to difference in output in different archs
+ * Remove unneeded libdl dependency
+ * Fix whitespace
+ * Add support to set Rx/TxAntenna
+ * UHDDevice: Initialize async_event_thrd in constructor
+ * Logger: Drop unused gLogEarly
+ * Logger: Remove unused logging macros
+ * Logger: get rid of alarm APIs
+ * Logger: Drop syslog support
+ * Logger: Drop support to log into file
+ * Logger: Remove unused includes
+ * Logger: Remove gLogToConsole flag
+ * configure.ac: Check for pkg-config
+
+ [ Alexander Huemer ]
+ * Unbreak `./configure --with-usrp1` build
+ * Fix USRP1 build with support for setting Rx/TxAntenna
+
+ [ Alexander Couzens ]
+ * jenkins.sh: fix the download url if the qemu image wasn't setup
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Mon, 05 Mar 2018 16:49:42 +0100
+
osmo-trx (0.2.0) unstable; urgency=medium
[ Alexander Chemeris ]