From 59b883c268a661743d9fd7ec021ea46ae9c399a8 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 15 Sep 2022 08:41:06 +0200 Subject: release 0.9.8 --- AUTHORS | 3 +++ CMakeLists.txt | 2 +- ChangeLog | 36 +++++++++++++++++++++++++++++++++++- NEWS | 7 ++++++- debian/changelog | 7 +++++++ 5 files changed, 52 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 6a2b90c..8243528 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,6 +3,7 @@ Adolfo Jayme Barrientos Allan Nordhøy Anders Jonsson Boyuan Yang <073plan@gmail.com> +이정희 Gediminas Murauskas J. Lavoie Joan CiberSheep @@ -17,6 +18,8 @@ Oğuz Ersen phlostically Quentin PAGÈS Robert Tari +Sergii Horichenko +sgg ssantos Weblate Wellington Terumi Uemura diff --git a/CMakeLists.txt b/CMakeLists.txt index 2812f5c..49c093b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) -set(PROJECT_VERSION "0.9.7") +set(PROJECT_VERSION "0.9.8") set(PACKAGE ${CMAKE_PROJECT_NAME}) set(GETTEXT_PACKAGE "ayatana-common") set(API_VERSION 0) diff --git a/ChangeLog b/ChangeLog index 3b2f280..bbfcd5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,40 @@ +2022-09-15 Mike Gabriel + + * release 0.9.8 (HEAD -> main, tag: 0.9.8) + +2022-09-14 Mike Gabriel + + * update-po{,t}.sh: Also catch multi-file source file references. + (e83ee44) + * po/*.po: Update translation strings. (85509c7) + +2022-09-12 Robert Tari + + * Merge branch 'sunweaver-pr/simplify-gschema-xml-translation' + (f991bca) + +2022-09-11 Mike Gabriel + + * po/ayatana-common.pot: Update translation template file. (b75bd36) + * Simplify .gschema.xml translation. (2a5d647) + * update-po{,t}.sh: Omit ../ at beginning of file names in .po(t) + file(s). (ae716f5) + +2022-04-23 Sergii Horichenko + + * Translated using Weblate (Russian) (b86a71f) + +2022-04-23 sgg + + * Translated using Weblate (Ukrainian) (96411d4) + +2022-02-27 이정희 + + * Translated using Weblate (Korean) (5af434e) + 2022-02-17 Mike Gabriel - * release 0.9.7 (HEAD -> main, tag: 0.9.7) + * release 0.9.7 (f7f7bfd) (tag: 0.9.7) * NEWS: Create manually from Git history. (97b620e) * Merge branch 'tari01-pr/drop-extra-compile-flags' (90854b7) diff --git a/NEWS b/NEWS index 8a20b05..c800447 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,9 @@ -Overview of changes in ayatana-indicator-session 0.9.7 +Overview of changes in libayatana-common 0.9.8 + + - Simplify .gschema.xml translation. + - Translation updates. + +Overview of changes in libayatana-common 0.9.7 - CMakeLists.txt: Drop unused CMAKE_INSTALL_*PKGLIBEXECDIR. - CMakeLists.txt: Clean up compilation flags. diff --git a/debian/changelog b/debian/changelog index d944057..61a51c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libayatana-common (0.9.8-0) unstable; urgency=medium + + * Upstream-provided Debian package for libayatana-common. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Thu, 15 Sep 2022 08:38:28 +0200 + libayatana-common (0.9.7-0) unstable; urgency=medium * Upstream-provided Debian package for libayatana-common. -- cgit v1.2.3