From 78b5e71b2130f78bed2583041a346ee837f0ee7d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 26 Dec 2023 13:17:25 +0100 Subject: release 0.9.10 --- AUTHORS | 1 + CMakeLists.txt | 2 +- ChangeLog | 19 ++++++++++++++++++- NEWS | 4 ++++ debian/changelog | 7 +++++++ 5 files changed, 31 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 1958f73..f0afa1d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,6 +5,7 @@ Anders Jonsson Boyuan Yang <073plan@gmail.com> 이정희 Gediminas Murauskas +Heimen Stoffels J. Lavoie Joan CiberSheep Kevin Zhou diff --git a/CMakeLists.txt b/CMakeLists.txt index b2e54cd..be7c96c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project (libayatana-common VERSION "0.9.9" LANGUAGES C CXX) +project (libayatana-common VERSION "0.9.10" LANGUAGES C CXX) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" "${CMAKE_MODULE_PATH}") diff --git a/ChangeLog b/ChangeLog index dd1ad82..0b8f898 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,23 @@ +2023-12-26 Mike Gabriel + + * release 0.9.10 (HEAD -> main, tag: 0.9.10) + +2023-10-11 Heimen Stoffels + + * Translated using Weblate (Dutch) (1417d54) + +2023-10-10 Mike Gabriel + + * Merge branch 'tari01-pr/add-zenity' (ab476c5) + +2023-10-07 Robert Tari + + * debian/control: Add zenity dependency (or lomiri alternative to + avoid pulling in zenity on lomiri). (c2968ff) + 2023-10-06 Mike Gabriel - * release 0.9.9 (HEAD -> main, tag: 0.9.9) + * release 0.9.9 (2b845a9) (tag: 0.9.9) 2023-10-05 Mike Gabriel diff --git a/NEWS b/NEWS index 6eec3cb..50ac14f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Overview of changes in libayatana-common 0.9.10 + + - Translation updates. + Overview of changes in libayatana-common 0.9.9 - Add a Zenity question function. diff --git a/debian/changelog b/debian/changelog index 7ac17a8..ba739f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libayatana-common (0.9.10-0) unstable; urgency=medium + + * Upstream-provided Debian package for libayatana-common. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Tue, 26 Dec 2023 13:16:38 +0100 + libayatana-common (0.9.9-0) unstable; urgency=medium * Upstream-provided Debian package for libayatana-common. -- cgit v1.2.3