aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-09-13 14:48:02 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-09-13 14:48:03 +0200
commit24aa7bf861437c3e6c3dc66c78b69019b43d0f05 (patch)
tree43b48db9bc6e2f784f47da89da025a48f662f8ad
parent706e3d9ba568a6075db29ce583c5cf40ff7aa980 (diff)
Bump version: 0.2.1 → 0.3.00.3.0
-rw-r--r--debian/changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c2bba57..75c8dea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+osmo-python-tests (0.3.0) unstable; urgency=medium
+
+ [ Vadim Yanitskiy ]
+ * InteractVty: re.escape() the VTY prompt in connect()
+ * osmoutil: print return code in end_proc()
+ * setup.py: do not install scripts/{soap,ctrl2cgi}.py
+ * osmoutil: return proc's return code from end_proc()
+
+ [ Oliver Smith ]
+ * debian: set compat level to 10
+ * systemd: depend on networking-online.target
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 13 Sep 2023 14:48:02 +0200
+
osmo-python-tests (0.2.1) unstable; urgency=medium
[ Harald Welte ]