This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-e1d/+/26291 )
Change subject: Bump version: 0.2.1.5-5e0d-dirty → 0.2.2
......................................................................
Bump version: 0.2.1.5-5e0d-dirty → 0.2.2
Change-Id: I640c4503260e50d412a8c66260c61f9224fef8d2
---
M configure.ac
M debian/changelog
M debian/control
3 files changed, 18 insertions(+), 5 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/configure.ac b/configure.ac
index 6ecfe09..f5c15f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,9 +34,9 @@
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 at 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 @@
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/
--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/26291
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: I640c4503260e50d412a8c66260c61f9224fef8d2
Gerrit-Change-Number: 26291
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211116/2d69cf19/attachment.htm>