aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 18:10:15 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 18:10:15 +0100
commit932c57e468359f7c4ed6259f508a01c4162173f2 (patch)
treec42ca50e0924dd7d8daed7c842c3c12ce9721b4b
parent5e0dfdcfe4f30335348d3ea8cc1c29719fcc823a (diff)
Bump version: 0.2.1.5-5e0d-dirty → 0.2.20.2.2
-rw-r--r--configure.ac6
-rw-r--r--debian/changelog13
-rw-r--r--debian/control4
3 files changed, 18 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 6ecfe09..f5c15f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,9 +34,9 @@ PKG_PROG_PKG_CONFIG([0.20])
PKG_CHECK_MODULES(TALLOC, [talloc >= 2.0.1])
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMOUSB, libosmousb >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOUSB, libosmousb >= 1.6.0)
PKG_CHECK_MODULES(LIBUSB, libusb-1.0 >= 1.0.21)
AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index 2bd31b3..3e7dbb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+osmo-e1d (0.2.2) unstable; urgency=medium
+
+ [ Harald Welte ]
+ * e1d-prbs-test: Initialize libosmocore logging
+ * ctl: properly set the timeslot mode in E1DP_CMD_TS_QUERY
+ * make compile-time default logging configuration less verbose
+
+ [ Pau Espin Pedrol ]
+ * Use new stat item/ctr getter APIs
+ * gitignore: Add configure~
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 16 Nov 2021 18:10:15 +0100
+
osmo-e1d (0.2.1) unstable; urgency=medium
* add README.md describing what this repository is about
diff --git a/debian/control b/debian/control
index 1f35d65..f1e35b7 100644
--- a/debian/control
+++ b/debian/control
@@ -10,9 +10,9 @@ Build-Depends: debhelper (>=9),
libtool,
pkg-config,
python3-minimal,
- libosmocore-dev (>= 1.5.0),
+ libosmocore-dev (>= 1.6.0),
libusb-1.0-0-dev,
- osmo-gsm-manuals-dev (>= 1.1.0)
+ osmo-gsm-manuals-dev (>= 1.2.0)
Standards-Version: 3.9.8
Vcs-Git: git://git.osmocom.org/osmo-e1d.git
Vcs-Browser: https://git.osmocom.org/osmo-e1d/