aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-01-01 15:42:20 +0100
committerHarald Welte <laforge@osmocom.org>2022-01-01 15:42:20 +0100
commitd7aae908900df13deefb007def05c8552bc4f0cf (patch)
tree8f2d0801dc2ade4a71cd69defe455f4f744cfe51
parent890e1531707dc0b3d940db6f2ceb47dac27fd2d9 (diff)
Bump version: 0.2.2 → 0.3.00.3.0
Tag a new version due to the 'EOF detection' and 'HDLC overflow' fixes committed sicne 0.2.2. Change-Id: Icedc836a345f22ab7b1ccd274d57867a7018c08e
-rw-r--r--debian/changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3e7dbb7..3b3e20f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+osmo-e1d (0.3.0) unstable; urgency=medium
+
+ * e1d: reliably detect EOF in _e1_ts_{read,write} (RAW mode)
+ * e1d: reliably detect EOF (HDLC-FCS mode)
+ * Introduce a #define for the maximum HDLC buffer size (264)
+ * e1d-ts-pipe: Don't write more HDLC bytes than e1d supports
+ * e1d: Add watchdog timer to detect dead lines / USB devices
+ * update ice1usb_proto.h to current master
+
+ -- Harald Welte <laforge@osmocom.org> Sat, 01 Jan 2022 15:42:20 +0100
+
osmo-e1d (0.2.2) unstable; urgency=medium
[ Harald Welte ]