diff options
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ChangeLog | 9 | ||||
| -rw-r--r-- | NEWS | 5 | ||||
| -rw-r--r-- | debian/changelog | 7 |
4 files changed, 21 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 83b3876..ccd905a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project (libayatana-common VERSION "0.9.12" LANGUAGES C CXX) +project (libayatana-common VERSION "0.9.13" LANGUAGES C CXX) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" "${CMAKE_MODULE_PATH}") @@ -1,6 +1,13 @@ +2026-07-16 Mike Gabriel + + * Release 0.9.13 (HEAD -> main, tag: 0.9.13) + * debian/source/format: use 3.0 (native) (9346d6e) + * Revert "src/CMakeLists.txt: Install GIR files to + gir(|epository)-1.2 (instead of 1.0)." (3e8361b) + 2026-06-13 Mike Gabriel - * Release 0.9.12 (HEAD -> main, tag: 0.9.12) + * Release 0.9.12 (497260f) (tag: 0.9.12) * debian/: Sync in official Debian packaging. (cd8ecab) 2025-03-01 Mike Gabriel @@ -1,3 +1,8 @@ +Overview of changes in libayatana-common 0.9.13 + + - Revert "src/CMakeLists.txt: Install GIR files to + gir(|epository)-1.2 (instead of 1.0).". + Overview of changes in libayatana-common 0.9.12 - src/CMakeLists.txt: Install GIR files to gir(|epository)-1.2 diff --git a/debian/changelog b/debian/changelog index 98b3fcd..5f079c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libayatana-common (0.9.13) unstable; urgency=medium + + * Upstream-provided Debian package for libayatana-common. See upstream + ChangeLog for recent changes. + + -- UBports developers <developers@ubports.com> Thu, 16 Jul 2026 14:36:58 +0200 + libayatana-common (0.9.12) unstable; urgency=medium * Upstream-provided Debian package for libayatana-common. See upstream |
