From d214fe3e7a6b1ba8faea68d70586310b34dc643c Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 2 Feb 2023 10:00:44 +0100 Subject: release 0.5.92 --- CMakeLists.txt | 2 +- ChangeLog | 29 ++++++++++++++++++++++++++++- NEWS | 4 ++++ bindings/mono/AssemblyInfo.cs | 2 +- debian/changelog | 7 +++++++ 5 files changed, 41 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d6d749..6fd080d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(libayatana-appindicator C) -set(PROJECT_VERSION "0.5.91") +set(PROJECT_VERSION "0.5.92") set(PROJECT_NAME "libayatana-appindicator") if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) diff --git a/ChangeLog b/ChangeLog index 2d8612a..64676ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,33 @@ +2023-02-02 Mike Gabriel + + * release 0.5.92 (HEAD -> master, tag: 0.5.92) + * Merge branch 'tari01-pr/fix-build-warnings' (4f9c4e9) + +2022-07-15 Robert Tari + + * Fix all remaining build warnings (694ab4e) + +2022-08-19 Robert Tari + + * src/app-indicator.c: Fix wrong function signatures (0231964) + +2022-07-15 Robert Tari + + * Silence warnings generated by Vala (d305bda) + +2022-07-14 Robert Tari + + * Fix remaining deprecation warnings (44a82a0) + +2022-07-13 Robert Tari + + * src/app-indicator.c: Silence GtkStatusIcon deprecation warnings + (cc27f13) + * Whitespace fix (28d2178) + 2022-04-08 Mike Gabriel - * release 0.5.91 (HEAD -> master, tag: 0.5.91) + * release 0.5.91 (f225dcc) (tag: 0.5.91) * Merge branch 'pr/discord-segfaulting' (59e472a) 2022-04-01 Mike Gabriel diff --git a/NEWS b/NEWS index b071fc7..92c387b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Overview of changes in libayatana-appindicator 0.5.92 + + - Fix/silence plenty deprecation warnings. + Overview of changes in libayatana-appindicator 0.5.91 - src/appindicator.c: Clean up all g_signal_emit and g_signal_new calls diff --git a/bindings/mono/AssemblyInfo.cs b/bindings/mono/AssemblyInfo.cs index 6964ebe..16bb441 100644 --- a/bindings/mono/AssemblyInfo.cs +++ b/bindings/mono/AssemblyInfo.cs @@ -27,4 +27,4 @@ using System.Reflection; [assembly: AssemblyCopyright ("© 2010 Canonical, Ltd.; © 2015 Mike Gabriel; © 2021 Robert Tari")] [assembly: AssemblyTrademark ("")] [assembly: AssemblyCulture ("")] -[assembly: AssemblyVersion ("0.5.91.0")] +[assembly: AssemblyVersion ("0.5.92.0")] diff --git a/debian/changelog b/debian/changelog index 2860b65..281b45e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libayatana-appindicator (0.5.92-0) unstable; urgency=medium + + * Upstream-provided Debian package for libayatana-appindicator. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Thu, 02 Feb 2023 09:59:14 +0100 + libayatana-appindicator (0.5.91-0) unstable; urgency=medium * Upstream-provided Debian package for libayatana-appindicator. -- cgit v1.2.3