Bump version: 0.2.1.5-5e0d-dirty → 0.2.2

Change-Id: I640c4503260e50d412a8c66260c61f9224fef8d2
This commit is contained in:
Pau Espin 2021-11-16 18:10:15 +01:00
parent 5e0dfdcfe4
commit 932c57e468
3 changed files with 18 additions and 5 deletions

View File

@ -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])

13
debian/changelog vendored
View File

@ -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

4
debian/control vendored
View File

@ -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/