aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-18 11:59:49 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-18 11:59:50 +0100
commitcf2029ce4f96c14bf4bf711fd971983201a7be00 (patch)
tree5286d4f00e46d05c8f3bb77e83b4be1262f4fc66
parente3049a5c9ef52e052a756b9ffbfcb3e0c35ab326 (diff)
downloadayatana-indicator-sound-cf2029ce4f96c14bf4bf711fd971983201a7be00.tar.gz
ayatana-indicator-sound-cf2029ce4f96c14bf4bf711fd971983201a7be00.tar.bz2
ayatana-indicator-sound-cf2029ce4f96c14bf4bf711fd971983201a7be00.zip
release 22.2.022.2.0
-rw-r--r--AUTHORS4
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog170
-rw-r--r--NEWS24
-rw-r--r--debian/changelog7
-rw-r--r--tests/integration/test-sound.wavbin7665640 -> 7665641 bytes
6 files changed, 200 insertions, 7 deletions
diff --git a/AUTHORS b/AUTHORS
index 8f6acb7..1977bca 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -97,6 +97,7 @@ Mingun <Alexander_Sergey@mail.ru>
Mirco Müller <mirco.mueller@canonical.com>
Mirco Müller <mirco.mueller@ubuntu.com>
Mirco Müller <mirco.muller@canonical.com>
+MonsieurBibo <biboselim1308@gmail.com>
Moo <hazap@hotmail.com>
Mr Liau <joseph.liau@sd41.bc.ca>
Nathan <bonnemainsnathan@gmail.com>
@@ -109,6 +110,8 @@ Omer Akram <om26er@ubuntu.com>
Patrick Heijmann <wh33ly@gmail.com>
Pavel Borecki <pavel.borecki@gmail.com>
Pete Woods <pete.woods@canonical.com>
+Phil Clifford <philip.clifford@gmail.com>
+phlostically <phlostically@mailinator.com>
Quentin PAGÈS <quentinantonin@free.fr>
Ratchanan Srirattanamet <ratchanan@ubports.com>
Reza Almanda <rezaalmanda27@gmail.com>
@@ -141,6 +144,7 @@ WaldiS <admin@sto.ugu.pl>
wdggg <wdggg7@gmail.com>
Weblate <noreply@weblate.org>
Wellington Terumi Uemura <wellingtonuemura@gmail.com>
+wigy <wigy@tuta.io>
Xavi Garcia Mena <xavi.garcia.mena@canonical.com>
Xavi Garcia <xavi.garcia.mena@canonical.com>
yagoub fadel <yagoub76@gmail.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 89fd075..ac370b2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" "${CMAKE_MODULE_PATH}")
set(PACKAGE ${CMAKE_PROJECT_NAME})
-set(PROJECT_VERSION 0.9.0)
+set(PROJECT_VERSION 22.2.0)
find_package(PkgConfig REQUIRED)
include(GNUInstallDirs)
include(UseVala)
diff --git a/ChangeLog b/ChangeLog
index b70de64..977c52c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,172 @@
+2022-02-18 Mike Gabriel
+
+ * release 22.2.0 (HEAD -> main, tag: 22.2.0)
+ * Merge branch 'tari01-pr/build-with-werror' (e3049a5)
+
+2022-02-17 Robert Tari
+
+ * .build.yml: Build with -Werror (d61f835)
+
+2022-02-18 Robert Tari
+
+ * Fix build warnings (e112ae9)
+ * Whitespace fix (412bb6e)
+
+2022-02-18 Mike Gabriel
+
+ * Merge branch 'tari01-pr/cleanup-compile-flags' (4d32459)
+
+2022-02-17 Robert Tari
+
+ * .build.yml: Drop extra compilation flags (f12504a)
+ * Clean up compilation flags (901192f)
+
+2022-02-17 Mike Gabriel
+
+ * Merge branch 'tari01-pr/drop-pkglibexecdir' (be9c06c)
+
+2022-02-16 Robert Tari
+
+ * data/CMakeLists.txt: Drop unused pkglibexecdir definition (863342c)
+
+2022-02-17 Mike Gabriel
+
+ * Merge branch 'tari01-pr/add-lomiri-features-flag' (7312089)
+
+2021-12-16 Robert Tari
+
+ * .build.yml: Add ENABLE_LOMIRI_FEATURES flag and adapt build flow
+ (672e4c4)
+ * Make Lomiri features configurable at build time (61d803b)
+
+2022-02-08 Robert Tari
+
+ * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system
+ (111165e)
+
+2022-01-29 MonsieurBibo
+
+ * Translated using Weblate (French) (4651e97)
+
+2022-01-22 Anders Jonsson
+
+ * Translated using Weblate (Swedish) (a843c1b)
+
+2022-01-07 wigy
+
+ * Translated using Weblate (Hungarian) (4d140a1)
+
+2022-01-02 ssantos
+
+ * Translated using Weblate (Portuguese) (431e56d)
+
+2021-12-15 Mike Gabriel
+
+ * Merge branch
+ 'tari01-pr/build-libayatana-common-with-enable-lomiri-features'
+ (a5ba89a)
+
+2021-12-06 Robert Tari
+
+ * .build.yml: Build libayatana-common with ENABLE_LOMIRI_FEATURES
+ (ef79258)
+ * .build.yml: Some cppcheck tweaks (d0d1975)
+
+2021-12-09 Robert Tari
+
+ * Fix cppcheck warnings (f696e54)
+ * Whitespace fix (09dde52)
+
+2021-12-08 Mike Gabriel
+
+ * Merge branch 'tari01-pr/fix-qt5-use-modules-warning' (1a36cae)
+
+2021-12-07 Robert Tari
+
+ * Fix qt5_use_modules warning (c5eee42)
+
+2021-12-08 Mike Gabriel
+
+ * Merge branch 'tari01-pr/drop-accountsservice-file-check' (92df05b)
+
+2021-11-24 Robert Tari
+
+ * CMakeLists.txt: Drop unneeded com.lomiri.AccountsService.Sound.xml
+ check (e974127)
+
+2021-12-07 phlostically
+
+ * Translated using Weblate (Esperanto) (c6bc3c8)
+
+2021-11-23 phlostically
+
+ * Translated using Weblate (Esperanto) (823b75f)
+
+2021-11-21 phlostically
+
+ * Translated using Weblate (Esperanto) (1c30e0b)
+
+2021-11-22 Robert Tari
+
+ * Merge branch 'sunweaver-pr/drop-copy-of-test-sound-file' (b6cf63d)
+
+2021-11-19 Mike Gabriel
+
+ * license headers: Stop using the '©' character. (f64efb1)
+ * tests/*: Use one spelling for "Canonical Ltd." in copyright
+ headers. (2c16abc)
+
+2021-11-20 phlostically
+
+ * Translated using Weblate (Esperanto) (d271071)
+
+2021-11-18 phlostically
+
+ * Translated using Weblate (Esperanto) (57a0ff0)
+
+2021-11-16 Phil Clifford
+
+ * Translated using Weblate (Gaelic) (27e6a7a)
+
+2021-11-22 Robert Tari
+
+ * Merge branch 'sunweaver-pr/copyright-punctuation-fix' (fef40c1)
+
+2021-11-20 phlostically
+
+ * Translated using Weblate (Esperanto) (4796bb9)
+
+2021-11-18 phlostically
+
+ * Translated using Weblate (Esperanto) (1f57a01)
+
+2021-11-16 Phil Clifford
+
+ * Translated using Weblate (Gaelic) (a016f48)
+
+2021-11-20 phlostically
+
+ * Translated using Weblate (Esperanto) (571abe5)
+
+2021-11-18 phlostically
+
+ * Translated using Weblate (Esperanto) (e52e627)
+
+2021-11-19 Mike Gabriel
+
+ * tests/integration/Copy of test-sound.wav: Drop superfluous file.
+ (4b5ec61)
+ * license headers: Stop using the '©' character. (8f2a1d4)
+ * tests/*: Use one spelling for "Canonical Ltd." in copyright
+ headers. (ba6a8e3)
+
+2021-11-16 Phil Clifford
+
+ * Translated using Weblate (Gaelic) (f34d980)
+
2021-11-17 Mike Gabriel
- * release 0.9.0 (HEAD -> main, tag: 0.9.0)
+ * release 0.9.0 (454a7c0) (tag: 0.9.0)
* Merge branch 'tari01-pr/scroll-message' (a6b0676)
2021-11-15 Robert Tari
@@ -1017,7 +1183,7 @@
2020-07-24 Robert Tari
- * Added option to disable Tests/Coverage (628f1d4) (tag: v0.1)
+ * Added option to disable Tests/Coverage (628f1d4)
2020-07-19 ssantos
diff --git a/NEWS b/NEWS
index 744af6f..73a1a03 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
-Overview of changes in ayatana-indicator-session 0.9.0
+Overview of changes in ayatana-indicator-sound 22.2.0
+
+ - Upstream version bump to new release versioning scheme:
+ <year>.<month>.<revision>, where <year>.<month> will be
+ bumped in Ayatana Indicators bundle releases and <revision>
+ gets incremented with minor changeset releases.
+ - Fix build warnings.
+ - Clean up compilation flags.
+ - data/CMakeLists.txt: Drop unused pkglibexecdir definition.
+ - Make Lomiri features configurable at build time.
+ - Fix cppcheck warnings.
+ - Fix qt5_use_modules warning.
+ - CMakeLists.txt: Drop unneeded com.lomiri.AccountsService.Sound.xml check.
+ - tests/integration/Copy of test-sound.wav: Drop superfluous file.
+ - Translation updates.
+
+Overview of changes in ayatana-indicator-sound 0.9.0
- Clean up GSetings and AccountsService schema detection and conditional
code.
@@ -35,17 +51,17 @@ Overview of changes in ayatana-indicator-session 0.9.0
- Add Travis CI configuration.
- Translation updates.
-Overview of changes in ayatana-indicator-session 0.8.2
+Overview of changes in ayatana-indicator-sound 0.8.2
- Switch to building against Lomiri (rather than deprecated
Unity).
- Translation updates.
-Overview of changes in ayatana-indicator-session 0.8.1
+Overview of changes in ayatana-indicator-sound 0.8.1
- Translation updates.
-Overview of changes in ayatana-indicator-session 0.8.0
+Overview of changes in ayatana-indicator-sound 0.8.0
- Fork from Ubuntu's sound indicator.
- Translation updates.
diff --git a/debian/changelog b/debian/changelog
index a657cc8..3b94ce1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ayatana-indicator-sound (22.2.0-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-sound.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 18 Feb 2022 11:54:28 +0100
+
ayatana-indicator-sound (0.9.0-0) unstable; urgency=medium
* Upstream-provided Debian package for ayatana-indicator-sound.
diff --git a/tests/integration/test-sound.wav b/tests/integration/test-sound.wav
index 9997f80..0744295 100644
--- a/tests/integration/test-sound.wav
+++ b/tests/integration/test-sound.wav
Binary files differ