From 2b845a9936d3332549526ede816bafa6044adfe4 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 6 Oct 2023 14:37:49 +0200 Subject: release 0.9.9 --- AUTHORS | 1 + CMakeLists.txt | 2 +- ChangeLog | 27 ++++++++++++++++++++++++++- NEWS | 7 +++++++ debian/changelog | 7 +++++++ 5 files changed, 42 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 8243528..1958f73 100644 --- a/AUTHORS +++ b/AUTHORS @@ -7,6 +7,7 @@ Boyuan Yang <073plan@gmail.com> Gediminas Murauskas J. Lavoie Joan CiberSheep +Kevin Zhou Kristjan Räts mamuiz Marius Gripsgard diff --git a/CMakeLists.txt b/CMakeLists.txt index 2da6637..b2e54cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project (libayatana-common VERSION "0.9.8" LANGUAGES C CXX) +project (libayatana-common VERSION "0.9.9" LANGUAGES C CXX) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" "${CMAKE_MODULE_PATH}") diff --git a/ChangeLog b/ChangeLog index bbfcd5b..dd1ad82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,31 @@ +2023-10-06 Mike Gabriel + + * release 0.9.9 (HEAD -> main, tag: 0.9.9) + +2023-10-05 Mike Gabriel + + * Merge branch 'tari01-pr/zenity-question' (04d4738) + +2023-10-04 Robert Tari + + * Add a Zenity question function (1668609) + +2023-10-02 Mike Gabriel + + * Merge branch 'tari01-pr/execute-command-warn' (9bdaeab) + +2023-10-02 Robert Tari + + * Add an execute_command with warning (254ae9a) + * CMakeLists.txt: Some build warning fixes (6b6c2f9) + +2022-12-03 Kevin Zhou + + * Translated using Weblate (Chinese (Simplified)) (2097646) + 2022-09-15 Mike Gabriel - * release 0.9.8 (HEAD -> main, tag: 0.9.8) + * release 0.9.8 (59b883c) (tag: 0.9.8) 2022-09-14 Mike Gabriel diff --git a/NEWS b/NEWS index c800447..6eec3cb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Overview of changes in libayatana-common 0.9.9 + + - Add a Zenity question function. + - Add an execute_command with warning. + - CMakeLists.txt: Some build warning fixes. + - Translation updates. + Overview of changes in libayatana-common 0.9.8 - Simplify .gschema.xml translation. diff --git a/debian/changelog b/debian/changelog index 61a51c1..7ac17a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libayatana-common (0.9.9-0) unstable; urgency=medium + + * Upstream-provided Debian package for libayatana-common. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Fri, 06 Oct 2023 14:35:57 +0200 + libayatana-common (0.9.8-0) unstable; urgency=medium * Upstream-provided Debian package for libayatana-common. -- cgit v1.2.3