From 80dae4063c70af0c0038aa7facf475bdc962d4f7 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 17 Feb 2022 21:39:20 +0100 Subject: release 0.9.1 --- CMakeLists.txt | 2 +- ChangeLog | 31 ++++++++++++++++++++++++++++++- NEWS | 6 ++++++ debian/changelog | 8 ++++---- 4 files changed, 41 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5370ec..89f934f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,7 @@ endif (HAVE_LIB_M) include(GNUInstallDirs) set(ABI_VERSION "7") set(API_VERSION "4") -set(PROJECT_VERSION "0.9.0") +set(PROJECT_VERSION "0.9.1") set(PROJECT_NAME "libayatana-indicator") # Make everything diff --git a/ChangeLog b/ChangeLog index b15f813..1883ba1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,35 @@ +2022-02-17 Mike Gabriel + + * release 0.9.1 (HEAD -> main, tag: 0.9.1) + * Merge branch 'tari01-pr/cleanup-compile-flags' (4231e8b) + +2022-02-17 Robert Tari + + * .build.yml: Drop extra compilation flags (cf542e4) + * Clean up compilation flags (4b442de) + +2022-02-08 Robert Tari + + * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system + (47244a9) + +2021-11-18 Robert Tari + + * Merge branch 'sunweaver-pr/dont-export-private-symbols' (7c5e41b) + +2021-11-18 Mike Gabriel + + * debian/libayatana-indicator*-7.symbols: Drop private symbols again. + (ceb487f) + * src/{CMakeLists.txt,indicator.symbols}: Don't export private + symbols. Immitate symbol exports as previously done with + libtool. (7cfded8) + 2021-11-17 Mike Gabriel - * release 0.9.0 (HEAD -> main, tag: 0.9.0) + * d/changelog: Raise upstream version of DEB builds, due to wrong + package revision in 0.9.0 release. (659cc9c) + * release 0.9.0 (6a16c6f) (tag: 0.9.0) 2021-11-10 Mike Gabriel diff --git a/NEWS b/NEWS index eda6cbc..1df4f95 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Overview of changes in libayatana-indicator 0.9.1 + + - Clean up compilation flags. + - src/{CMakeLists.txt,indicator.symbols}: Don't export private symbols. + Immitate symbol exports as previously done with libtool. + Overview of changes in libayatana-indicator 0.9.0 - src/indicator-ng.c: Make sure old menu item name is not NULL before diff --git a/debian/changelog b/debian/changelog index d635793..1b36ee5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -libayatana-indicator (0.9.0.90-0) UNRELEASED; urgency=medium +libayatana-indicator (0.9.1-0) unstable; urgency=medium - * Raise upstream version of DEB builds, due to wrong - package revision in 0.9.0 release. + * Upstream-provided Debian package for libayatana-indicator. + See upstream ChangeLog for recent changes. - -- Mike Gabriel Wed, 17 Nov 2021 14:18:39 +0100 + -- Mike Gabriel Thu, 17 Feb 2022 21:36:58 +0100 libayatana-indicator (0.9.0-0) unstable; urgency=medium -- cgit v1.2.3