Bump version: 0.1.4.13-1590-dirty → 0.2.0

Change-Id: I7205197806eda26a19a6e09838fce096280baa28
This commit is contained in:
Pau Espin 2022-06-29 12:24:31 +02:00
parent 15908cdeb4
commit 277669d9fc
3 changed files with 29 additions and 6 deletions

View File

@ -26,9 +26,9 @@ if test "x$PKG_CONFIG_INSTALLED" = "xno"; then
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)

23
debian/changelog vendored
View File

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

6
debian/control vendored
View File

@ -11,10 +11,10 @@ Build-Depends: debhelper (>=9),
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