pespin has uploaded this change for review.

View Change

Bump version: 0.2.3.13-aeea-dirty → 0.3.0

Change-Id: I3cbf26467dd90c3fc56dae76324f5eb9cdd0f4ef
---
M configure.ac
M contrib/osmo-cbc.spec.in
M debian/changelog
M debian/control
4 files changed, 33 insertions(+), 10 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/65/28465/1
diff --git a/configure.ac b/configure.ac
index 8f701e5..3f5eaf8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,10 +31,10 @@
fi
PKG_PROG_PKG_CONFIG([0.20])

-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.1.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.2.0)
PKG_CHECK_MODULES(ULFIUS, libulfius)
PKG_CHECK_MODULES(JANSSON, jansson)
PKG_CHECK_MODULES(ORCANIA, liborcania)
diff --git a/contrib/osmo-cbc.spec.in b/contrib/osmo-cbc.spec.in
index c27e7d2..814f298 100644
--- a/contrib/osmo-cbc.spec.in
+++ b/contrib/osmo-cbc.spec.in
@@ -30,10 +30,10 @@
%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros
%endif
-BuildRequires: pkgconfig(libosmocore) >= 1.5.0
-BuildRequires: pkgconfig(libosmogsm) >= 1.5.0
-BuildRequires: pkgconfig(libosmovty) >= 1.5.0
-BuildRequires: pkgconfig(libosmo-netif) >= 1.1.0
+BuildRequires: pkgconfig(libosmocore) >= 1.7.0
+BuildRequires: pkgconfig(libosmogsm) >= 1.7.0
+BuildRequires: pkgconfig(libosmovty) >= 1.7.0
+BuildRequires: pkgconfig(libosmo-netif) >= 1.2.0
BuildRequires: pkgconfig(talloc)
BuildRequires: pkgconfig(libulfius)
%{?systemd_requires}
diff --git a/debian/changelog b/debian/changelog
index b6e70e5..cc5f8c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+osmo-cbc (0.3.0) unstable; urgency=medium
+
+ [ Vadim Yanitskiy ]
+ * doc/examples: make osmo-cbc.cfg file more informative
+ * VTY: cosmetic: use VTY_IPV46_CMD in the command string
+ * VTY: fix incomplete 'remote-ip' command description
+
+ [ Harald Welte ]
+ * CBSP: Set Channel Indication IE in KILL for CBS
+ * CBSP: Append/store results in KILL COMPLETE + KILL FAIL
+ * cbc: Don't crash if peer->remote_host is NULL
+ * update git URLs (git -> https; gitea)
+
+ [ Pau Espin Pedrol ]
+ * vty. Fix several typos and missing param descriptions
+ * src/Makefile: Reformat files one per line
+ * cbsp_server.h: Move function to the proper section
+ * Rework cbsp_cbc_create() params
+ * cbsp_server: Reorder logged message
+ * .gitignore: add configure~
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 29 Jun 2022 12:00:03 +0200
+
osmo-cbc (0.2.3) unstable; urgency=medium

[ Harald Welte ]
diff --git a/debian/control b/debian/control
index f895eef..f971922 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@
pkg-config,
python3-minimal,
libtalloc-dev,
- libosmocore-dev (>= 1.5.0),
- libosmo-netif-dev (>= 1.1.0),
+ libosmocore-dev (>= 1.7.0),
+ libosmo-netif-dev (>= 1.2.0),
libulfius-dev,
libjansson-dev,
osmo-gsm-manuals-dev

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

Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I3cbf26467dd90c3fc56dae76324f5eb9cdd0f4ef
Gerrit-Change-Number: 28465
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange