Bump version: 1.0.0.21-b896-dirty → 1.1.0

Change-Id: Ie4c2e2c9462746a7a5577a3cc2601ab7dd74bc4a
diff --git a/configure.ac b/configure.ac
index 31ef189..3f38d93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,11 +82,11 @@
 fi
 
 dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.7.0)
 
 AC_MSG_CHECKING([whether to enable direct DSP access for PDCH of sysmocom-bts])
 AC_ARG_ENABLE(sysmocom-dsp,
diff --git a/contrib/osmo-pcu.spec.in b/contrib/osmo-pcu.spec.in
index eec0ce2..1b3f6f5 100644
--- a/contrib/osmo-pcu.spec.in
+++ b/contrib/osmo-pcu.spec.in
@@ -28,11 +28,11 @@
 %if 0%{?suse_version}
 BuildRequires:  systemd-rpm-macros
 %endif
-BuildRequires:  pkgconfig(libosmocore) >= 1.6.0
-BuildRequires:  pkgconfig(libosmogb) >= 1.6.0
-BuildRequires:  pkgconfig(libosmogsm) >= 1.6.0
-BuildRequires:  pkgconfig(libosmovty) >= 1.6.0
-BuildRequires:  pkgconfig(libosmoctrl) >= 1.6.0
+BuildRequires:  pkgconfig(libosmocore) >= 1.7.0
+BuildRequires:  pkgconfig(libosmogb) >= 1.7.0
+BuildRequires:  pkgconfig(libosmogsm) >= 1.7.0
+BuildRequires:  pkgconfig(libosmovty) >= 1.7.0
+BuildRequires:  pkgconfig(libosmoctrl) >= 1.7.0
 %{?systemd_requires}
 
 %description
diff --git a/debian/changelog b/debian/changelog
index 600969c..24a07f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,34 @@
+osmo-pcu (1.1.0) unstable; urgency=medium
+
+  [ Oliver Smith ]
+  * treewide: remove FSF address
+
+  [ Pau Espin Pedrol ]
+  * Fix assert hit if connecting to SGSN fails
+  * llc: Convert to C: s/m_//g
+  * llc: Convert to C
+  * llc: Move static functions below related object
+  * ms: validate codel enabled against proper define
+  * ms: Remove unneeded bts!=NULL check
+  * gprs_ms_storage: MS always has non NULL ms->bts
+  * llc: schedule frames to MS based on SAPI priority
+  * pdch is_enabled: Use API getter instead of accessing field directly
+  * llc_queue: Refactor to handle codel_state per prio queue internally
+  * tests/llc: Add test_llc_meta_pdu_life_expire
+  * tests/llc: Add test_llc_codel
+  * gprs_ms: Use osmo_timer_setup() API
+  * gprs_ms_storage: Use bts_stat_item_inc/dec APIs
+  * tests/tbf: Set up pcu timers in prepare_pcu()
+  * gprs_pcu: Explicitly free all bts objects in list before freeing pcu
+  * bts: Call gprs_bssgp_destroy() in destructor
+  * TbfTest: Reset MS timeout to 0 in test_tbf_dl_llc_loss()
+  * gprs_ms_stoage: Release all MS in ms_storage cleanup()
+
+  [ Harald Welte ]
+  * update git  URLs (git -> https; gitea)
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de>  Wed, 29 Jun 2022 09:48:53 +0200
+
 osmo-pcu (1.0.0) unstable; urgency=medium
 
   [ Pau Espin Pedrol ]
diff --git a/debian/control b/debian/control
index 9ebf712..3efddf3 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@
                dh-autoreconf,
                autotools-dev,
                pkg-config,
-               libosmocore-dev (>= 1.6.0),
-               osmo-gsm-manuals-dev (>= 1.2.0)
+               libosmocore-dev (>= 1.7.0),
+               osmo-gsm-manuals-dev (>= 1.3.0)
 Standards-Version: 3.9.8
 Homepage: http://osmocom.org/projects/osmopcu
 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-pcu