diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-08-24 17:10:22 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-08-24 17:10:23 +0200 |
commit | 13402a2cc4616b4b5f4244413599e635fcfc1401 (patch) | |
tree | b0ad9c89f4e0dfb4b66ef78e4cae6a802bf04089 | |
parent | c9bfd1b55c29ee58577898b156fd8e976daa6e9f (diff) | |
download | ayatana-ido-13402a2cc4616b4b5f4244413599e635fcfc1401.tar.gz ayatana-ido-13402a2cc4616b4b5f4244413599e635fcfc1401.tar.bz2 ayatana-ido-13402a2cc4616b4b5f4244413599e635fcfc1401.zip |
release 0.10.10.10.1
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 35 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | debian/changelog | 11 |
5 files changed, 53 insertions, 4 deletions
@@ -29,3 +29,4 @@ Robert Tari <robert@tari.in> Sebastien Bacher <seb128@ubuntu.com> Sylvain POULAIN <kikislater@users.noreply.github.com> Ted Gould <ted@gould.cx> +Till Maas <opensource@till.name> diff --git a/CMakeLists.txt b/CMakeLists.txt index 02a751c..4e1e84a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ pkg_check_modules(PROJECT_DEPS REQUIRED ${DEPS}) # Set global variables include(GNUInstallDirs) -set(PROJECT_VERSION "0.10.0") +set(PROJECT_VERSION "0.10.1") # Make everything @@ -1,6 +1,39 @@ +2023-08-24 Mike Gabriel + + * release 0.10.1 (HEAD -> main, tag: 0.10.1) + * COPYING: Symlink to COPYING.GPL-3, the licensed used by the + majority of code files. (c9bfd1b5) + * Rename COPYING to COPYING.GPL-3 and use Debian's version of it. + (cc276098) + * COPYING files: Ship a copy of LGPL-2(+) and LGPL-3. Some code files + in this project use either of those licenses. (b040a375) + * COPYING.LGPL.2.1: Rename to COPYING.LGPL-2.1 (and use layout from + Debian's LGPL-2.1 license file shipped in + /usr/share/common-licenses/). (20d65627) + * Merge branch 'tyll-executable_so' (39277de1) + +2023-08-24 Till Maas + + * cmake: Install library as library (610ddb96) + +2023-08-07 Mike Gabriel + + * Merge branch 'tari01-pr/no-hardcoded-icon-sizes' (b1998c6a) + +2023-08-05 Robert Tari + + * Do not hardcode icon sizes (e487b162) + * Fix possible memory leaks (ebb915b5) + * src/idoalarmmenuitem.c: Do not free non memory-allocated variable + (579cad6e) + * src/idoplaybackmenuitem.c: Drop unused variable (c2bade07) + * src/idoplaybackmenuitem.c: Fix undefined variable (be68b43c) + 2023-06-09 Mike Gabriel - * release 0.10.0 (HEAD -> main, tag: 0.10.0) + * d/libayatana-ido3-0.4-0.symbols: Update symbols. (09c5052d) + * d/changelog: amend revision (5263257c) + * release 0.10.0 (75f61898) (tag: 0.10.0) 2023-05-05 Mike Gabriel @@ -1,3 +1,11 @@ +Overview of changes in ayatana-ido 0.10.1 + + - src/idoalarmmenuitem.c: Do not free non memory-allocated variable + - Fix possible memory leaks. + - Do not hardcode icon sizes. + - cmake: Install library as library. + - Update/add COPYING files, ship COPYING files for all licensed used. + Overview of changes in ayatana-ido 0.10.0 - Add level menu item. diff --git a/debian/changelog b/debian/changelog index af6fe0a..07a4914 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,16 @@ -ayatana-ido (0.10.0-0) UNRELEASED; urgency=medium +ayatana-ido (0.10.1-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-ido. See upstream ChangeLog for recent changes. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 09 Jun 2023 07:55:31 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 24 Aug 2023 17:06:52 +0200 + +ayatana-ido (0.10.0-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-ido. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 09 Jun 2023 08:01:24 +0200 ayatana-ido (0.9.3-0) unstable; urgency=medium |