aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-07-27 21:56:39 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-07-27 21:56:39 +0200
commit448750e4e23009a21ff21e8a96ad0fa56e4094ad (patch)
treea60342b59964843be032ac390faaef1330974c2a /debian/changelog
parent218ee98de0eb1e9cf36c62b87120fa5c470acdcd (diff)
Bump version: 0.5.0.11-218e-dirty → 0.5.10.5.1
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8ece7765..e5df5c77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+osmo-pcu (0.5.1) unstable; urgency=medium
+
+ [ Harald Welte ]
+ * Don't register SIGHUP handler without actually handling SIGHUP
+
+ [ Pau Espin Pedrol ]
+ * tbf: Fix memset(0) on object with no trivial copy-assignment
+ * rlc: Fix memset(0) on object with no trivial copy-assignment
+ * jenkins.sh: use flag --enable-werror for sysmo and none
+ * tbf: Use incrementing id for rate_ctr_group_alloc
+ * tbf: Replace '.' in counter names with ':'
+
+ [ Stefan Sperling ]
+ * fix a one-byte stack buffer overrun in osmo-pcu
+ * read monotonic clock with clock_gettime() instead of gettimeofday()
+ * fix time-delta calculations for measurement reports
+ * change log level of "DL packet loss" log messages
+ * check bssgp_tlv_parse() return code in gprs_bssgp_pcu_rcvmsg()
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Fri, 27 Jul 2018 21:56:38 +0200
+
osmo-pcu (0.5.0) unstable; urgency=medium
[ Neels Hofmeyr ]