pespin has uploaded this change for review.

View Change

Bump version: 0.1.4.13-1590-dirty → 0.2.0

Change-Id: I7205197806eda26a19a6e09838fce096280baa28
---
M configure.ac
M debian/changelog
M debian/control
3 files changed, 29 insertions(+), 6 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-uecups refs/changes/70/28470/1
diff --git a/configure.ac b/configure.ac
index ba36b3f..e4d13c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,9 +26,9 @@
fi
PKG_PROG_PKG_CONFIG([0.20])

-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.1.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.1.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.7.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.2.0)
PKG_CHECK_MODULES(LIBJANSSON, jansson)
PKG_CHECK_MODULES(LIBNLROUTE3, libnl-route-3.0)

diff --git a/debian/changelog b/debian/changelog
index cc5c6ea..6fbcba1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+osmo-uecups (0.2.0) unstable; urgency=medium
+
+ [ Pau Espin Pedrol ]
+ * debian/control: Drop dependency on autoconf-archive
+ * main.c: Fix typo in comment
+ * main: Remove duplicate call to child_terminated()
+ * main.c: Improve logging
+ * Fix use-after-free by tun thread after tun obj destroyed
+ * Add optarg support
+ * Move several objects outside of main.c
+ * tun_device: Avoid deadlocks logging while thread is cancelled
+ * .gitignore: Add configure~
+
+ [ Vadim Yanitskiy ]
+ * daemon: enable multithread logging in main()
+ * daemon: log more details when netdev_add_defaultroute() fails
+
+ [ Harald Welte ]
+ * update git URLs (git -> https; gitea)
+ * README.md: Fix copy+paste mistke
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 29 Jun 2022 12:24:31 +0200
+
osmo-uecups (0.1.4) unstable; urgency=medium

[ Harald Welte ]
diff --git a/debian/control b/debian/control
index 93d121d..d1bbc92 100644
--- a/debian/control
+++ b/debian/control
@@ -11,10 +11,10 @@
pkg-config,
libjansson-dev,
libnl-route-3-dev,
- libosmocore-dev (>= 1.1.0),
- libosmo-netif-dev,
+ libosmocore-dev (>= 1.7.0),
+ libosmo-netif-dev (>= 1.2.0),
libsctp-dev,
- osmo-gsm-manuals-dev
+ osmo-gsm-manuals-dev (>= 1.3.0)
Standards-Version: 3.9.8
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-uecups

To view, visit change 28470. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-uecups
Gerrit-Branch: master
Gerrit-Change-Id: I7205197806eda26a19a6e09838fce096280baa28
Gerrit-Change-Number: 28470
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange