From f7f7bfd8b5cafb15c455c6246f750a3c68c16bc7 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 17 Feb 2022 22:51:01 +0100 Subject: release 0.9.7 --- AUTHORS | 2 ++ CMakeLists.txt | 2 +- ChangeLog | 48 +++++++++++++++++++++++++++++++++++++++++++++++- NEWS | 7 +++++++ debian/changelog | 7 +++++++ 5 files changed, 64 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index c66839c..6a2b90c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,6 +17,8 @@ Oğuz Ersen phlostically Quentin PAGÈS Robert Tari +ssantos Weblate Wellington Terumi Uemura +wigy Yaron Shahrabani diff --git a/CMakeLists.txt b/CMakeLists.txt index ad433a6..2812f5c 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.6") +set(PROJECT_VERSION "0.9.7") set(PACKAGE ${CMAKE_PROJECT_NAME}) set(GETTEXT_PACKAGE "ayatana-common") set(API_VERSION 0) diff --git a/ChangeLog b/ChangeLog index 6da3a8e..3b2f280 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,52 @@ +2022-02-17 Mike Gabriel + + * release 0.9.7 (HEAD -> main, tag: 0.9.7) + * NEWS: Create manually from Git history. (97b620e) + * Merge branch 'tari01-pr/drop-extra-compile-flags' (90854b7) + +2022-02-17 Robert Tari + + * .build.yml: Drop extra compilation flags (f6abf81) + +2022-02-16 Mike Gabriel + + * Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir' + (a0cb25c) + +2022-02-14 Robert Tari + + * CMakeLists.txt: Drop unused CMAKE_INSTALL_*PKGLIBEXECDIR (6af0973) + +2022-02-08 Robert Tari + + * Merge branch 'sunweaver-pr/use-focal-base-image-for-travis-ci' + (2e7f36f) + +2022-02-07 Mike Gabriel + + * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system + and disable ppc64el builds. (f5dd60c) + +2022-01-27 Mike Gabriel + + * Merge branch 'tari01-pr/cleanup-compile-flags' (abbda62) + +2022-01-13 Robert Tari + + * CMakeLists.txt: Clean up compilation flags (82f20e9) + * src/utils.h: Fix build warnings (fa1e414) + +2022-01-07 wigy + + * Translated using Weblate (Hungarian) (9ee70e7) + +2022-01-02 ssantos + + * Translated using Weblate (Portuguese) (7e4c530) + 2021-12-14 Mike Gabriel - * release 0.9.6 (HEAD -> main, tag: 0.9.6) + * release 0.9.6 (b3364c1) (tag: 0.9.6) * Merge branch 'tari01-pr/gir-typelib-without-vala' (cb3b249) 2021-12-07 Robert Tari diff --git a/NEWS b/NEWS index f07ad59..8a20b05 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Overview of changes in ayatana-indicator-session 0.9.7 + + - CMakeLists.txt: Drop unused CMAKE_INSTALL_*PKGLIBEXECDIR. + - CMakeLists.txt: Clean up compilation flags. + - src/utils.h: Fix build warnings. + - Translation updates. + Overview of changes in libayatana-common 0.9.6 - src/CMakeLists.txt: Build .gir and .typelib when Vala is not present. diff --git a/debian/changelog b/debian/changelog index cc94f24..d944057 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libayatana-common (0.9.7-0) unstable; urgency=medium + + * Upstream-provided Debian package for libayatana-common. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Thu, 17 Feb 2022 22:33:27 +0100 + libayatana-common (0.9.6-0) unstable; urgency=medium * Upstream-provided Debian package for libayatana-common. -- cgit v1.2.3