From 932c57e468359f7c4ed6259f508a01c4162173f2 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 16 Nov 2021 18:10:15 +0100 Subject: =?UTF-8?q?Bump=20version:=200.2.1.5-5e0d-dirty=20=E2=86=92=200.2.?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I640c4503260e50d412a8c66260c61f9224fef8d2 --- configure.ac | 6 +++--- debian/changelog | 13 +++++++++++++ debian/control | 4 ++-- 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 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/ -- cgit v1.2.3