diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-10-13 08:43:41 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-10-13 08:43:42 +0200 |
commit | 238c8b02718fa5b4af95ede72beeed762094f4cc (patch) | |
tree | 623462c0ea1f74f39b4bd5ad9a9bfe59e01738d3 | |
parent | a80f3b7440d4a3ae3c86fb32f9276c49dfdc970e (diff) | |
download | libayatana-appindicator-main.tar.gz libayatana-appindicator-main.tar.bz2 libayatana-appindicator-main.zip |
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 86 | ||||
-rw-r--r-- | NEWS | 20 | ||||
-rw-r--r-- | bindings/mono/AssemblyInfo.cs | 2 | ||||
-rw-r--r-- | debian/changelog | 7 |
6 files changed, 116 insertions, 3 deletions
@@ -54,6 +54,8 @@ Sense Hofstede <qense@ubuntu.com> Sense Hofstede <sense@ubuntu.com> Ted Gould <ted@canonical.com> Ted Gould <ted@gould.cx> +Till Maas <opensource@till.name> unknown <evgeni@debian.org> unknown <robert.ancell@canonical.com> +William Pettersson <william.pettersson@glasgow.ac.uk> Артём Попов <artfwo@gmail.com> diff --git a/CMakeLists.txt b/CMakeLists.txt index f9ecba1..047c956 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.92") +set(PROJECT_VERSION "0.5.93") set(PROJECT_NAME "libayatana-appindicator") if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) @@ -1,6 +1,90 @@ +2023-10-13 Mike Gabriel + + * release 0.5.93 (HEAD -> master, tag: 0.5.93) + +2023-09-10 Mike Gabriel + + * Merge branch 'tari01-pr/enable-docs' (a80f3b7) + +2023-09-07 Robert Tari + + * CMakeLists.txt: Generate GTK documentation by default (277f584) + +2023-08-10 Robert Tari + + * README.md: Fix title copy-paste mistake (05ee0c7) + +2023-09-07 Robert Tari + + * Merge branch 'tyll-executable_so' (54fc06c) + +2023-09-06 Till Maas + + * cmake: Install library as library (12dc6d2) + +2023-08-10 Mike Gabriel + + * debian/libayatana-appindicator*.symbols: Update .symbols after + having limited the number of exported symbols. (86f8bb3) + * Merge branch 'tari01-pr/limit-symbols' (ef6ee22) + +2023-08-09 Robert Tari + + * Limit exported symbols (4d97676) + +2023-08-10 Mike Gabriel + + * Merge branch 'tari01-pr/build-instructions' (2a3ed01) + +2023-08-09 Robert Tari + + * Add info and build instructions (e0c8e15) + +2023-08-10 Mike Gabriel + + * Merge branch 'tari01-pr/drop-dbus-glib' (3b69c23) + +2023-08-09 Robert Tari + + * .build.yml: Drop dbus-glib and dbus dependencies (d6cdc24) + * debian/control: Drop libdbus-glib-1-dev and libdbus-1-dev (1ac50df) + * Replace DBus-GLib with GDBus and drop libdus (f3cf535) + * tests/test-libappindicator.c: Drop unread value (25001b0) + +2023-08-07 Mike Gabriel + + * Merge branch 'WPettersson-document-status' (9201035) + +2023-07-20 William Pettersson + + * Document the status property a bit more clearly. (864b830) + +2023-06-07 Mike Gabriel + + * Merge branch 'tari01-pr/build-fixes' (2b32292) + +2023-03-11 Robert Tari + + * .build.yml: Add doc requirements and build with GTKDOC (05913e6) + * bindings/mono/CMakeLists.txt: Drop path from linked resource file + (e67e62e) + * src/app-indicator.c: Don't use GNU old-style field designator + extension (d848644) + +2023-03-10 Robert Tari + + * src/app-indicator.c: Fix documentation related errors (f7f4a8d) + * Explicitly mark deprecated functions and use substitutes (aec1741) + * src/AyatanaAppIndicator*-0.1.metadata: Drop unused metadata + (483cd99) + * bindings/mono/CMakeLists.txt: Drop unused properties (6f8cdd5) + * bindings/mono/libayatana-appindicator*-api.metadata: Drop/fix + properties, methods and signals (833d2c9) + * Whitespace fix (9f92d34) + 2023-02-02 Mike Gabriel - * release 0.5.92 (HEAD -> master, tag: 0.5.92) + * release 0.5.92 (d214fe3) (tag: 0.5.92) * Merge branch 'tari01-pr/fix-build-warnings' (4f9c4e9) 2022-07-15 Robert Tari @@ -1,3 +1,23 @@ +Overview of changes in libayatana-appindicator 0.5.93 + + - bindings/mono/libayatana-appindicator*-api.metadata: Drop/fix + properties, methods and signals. + - bindings/mono/CMakeLists.txt: Drop unused properties. + - src/AyatanaAppIndicator*-0.1.metadata: Drop unused metadata. + - Explicitly mark deprecated functions and use substitutes. + - src/app-indicator.c: Fix documentation related errors + extension. + - src/app-indicator.c: Don't use GNU old-style field designator. + - bindings/mono/CMakeLists.txt: Drop path from linked resource file. + - Document the status property a bit more clearly. + - tests/test-libappindicator.c: Drop unread value. + - Replace DBus-GLib with GDBus and drop libdus. + - Add info and build instructions. + - Limit exported symbols. + - cmake: Install library as library. + - README.md: Fix title copy-paste mistake. + - CMakeLists.txt: Generate GTK documentation by default. + Overview of changes in libayatana-appindicator 0.5.92 - Fix/silence plenty deprecation warnings. diff --git a/bindings/mono/AssemblyInfo.cs b/bindings/mono/AssemblyInfo.cs index 16bb441..8b327da 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.92.0")] +[assembly: AssemblyVersion ("0.5.93.0")] diff --git a/debian/changelog b/debian/changelog index 281b45e..502d264 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libayatana-appindicator (0.5.93-0) unstable; urgency=medium + + * Upstream-provided Debian package for libayatana-appindicator. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 13 Oct 2023 08:41:36 +0200 + libayatana-appindicator (0.5.92-0) unstable; urgency=medium * Upstream-provided Debian package for libayatana-appindicator. |