aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-20 15:40:14 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-20 15:40:14 +0100
commit8e990c91411ce1fe798eb16019e2543b40fc828b (patch)
tree8c1518482fdf527223fd841903c59b8aed4899df
parentbc16de10e7757fc78e0d70fe3c46a9bab67e7873 (diff)
downloadayatana-indicator-power-8e990c91411ce1fe798eb16019e2543b40fc828b.tar.gz
ayatana-indicator-power-8e990c91411ce1fe798eb16019e2543b40fc828b.tar.bz2
ayatana-indicator-power-8e990c91411ce1fe798eb16019e2543b40fc828b.zip
release 22.2.022.2.0
-rw-r--r--AUTHORS1
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog92
-rw-r--r--NEWS12
-rw-r--r--debian/changelog7
5 files changed, 112 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 5486007..eb1ceb2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -95,6 +95,7 @@ Pavel Borecki <pavel.borecki@gmail.com>
Pedro Alexandre <minimizar340@gmail.com>
Petter Reinholdtsen <pere-weblate@hungry.com>
Phillip Susi <Unknown>
+phlostically <phlostically@mailinator.com>
Quentin PAGÈS <quentinantonin@free.fr>
Reza Almanda <rezaalmanda27@gmail.com>
Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5762fb8..b8df4a8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
-set(PROJECT_VERSION "2.2.0")
+set(PROJECT_VERSION "22.2.0")
set(PACKAGE ${CMAKE_PROJECT_NAME})
# Options
diff --git a/ChangeLog b/ChangeLog
index abb4c68..e145ebd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,96 @@
+2022-02-20 Mike Gabriel
+
+ * release 22.2.0 (HEAD -> main, tag: 22.2.0)
+ * Merge branch 'tari01-pr/add-lomiri-features-flag' (bc16de1)
+
+2022-02-18 Robert Tari
+
+ * .build.yml: Add ENABLE_LOMIRI_FEATURES flag and adapt build flow
+ (e6f52e9)
+ * Make Lomiri features configurable at build time (627d685)
+
+2022-02-16 Mike Gabriel
+
+ * Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir'
+ (b12fb0e)
+
+2022-02-14 Robert Tari
+
+ * Drop pkglibexecdir and use native CMake file configuration
+ (a9e3f58)
+
+2022-02-08 Robert Tari
+
+ * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system
+ (47544b8)
+
+2022-01-27 Mike Gabriel
+
+ * Merge branch 'tari01-pr/cleanup-compile-flags' (d70bd10)
+
+2021-12-17 Robert Tari
+
+ * .build.yml: Drop extra compilation flags and build with -Werror
+ (6cf7604)
+ * Clean up compilation flags (f342689)
+
+2021-12-15 Mike Gabriel
+
+ * Merge branch
+ 'tari01-pr/build-libayatana-common-with-enable-lomiri-features'
+ (eeb9ddc)
+
+2021-12-06 Robert Tari
+
+ * .build.yml: Build libayatana-common with ENABLE_LOMIRI_FEATURES
+ (0d84ced)
+
+2021-12-15 Mike Gabriel
+
+ * Merge branch 'tari01-pr/detect-lomiri-schemas' (809fa0a)
+
+2021-11-24 Robert Tari
+
+ * Check for lomiri-schemas package instead of individual files
+ (14726b0)
+
+2021-12-15 Mike Gabriel
+
+ * Merge branch 'tari01-pr/drop-makevars' (01b36c8)
+
+2021-11-23 Robert Tari
+
+ * po/Makevars: Drop file (d52a3d7)
+
+2021-11-21 phlostically
+
+ * Translated using Weblate (Esperanto) (cf5df47)
+
+2021-11-22 Mike Gabriel
+
+ * Merge branch 'tari01-pr/drop-sounds' (ddd9347)
+
+2021-11-19 Robert Tari
+
+ * Drop Low battery.ogg and adapt code to use Lomiri sounds (c8591cc)
+
+2021-11-20 phlostically
+
+ * Translated using Weblate (Esperanto) (f71a7c1)
+
+2021-11-18 phlostically
+
+ * Translated using Weblate (Esperanto) (3bd0e41)
+
+2021-11-18 Mike Gabriel
+
+ * src/service.c: Assign copyright to Robert Tari, not
+ AyatanaIndicators project. (3572663)
+ * src/: Typo fix in license header. (084f344)
+
2021-11-17 Mike Gabriel
- * release 2.2.0 (HEAD -> main, tag: 2.2.0)
+ * release 2.2.0 (9e26f76) (tag: 2.2.0)
2021-11-10 Mike Gabriel
diff --git a/NEWS b/NEWS
index 3ee705f..5744d63 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes in ayatana-indicator-power 22.2.0
+
+ - Make Lomiri features configurable at build time.
+ - Drop pkglibexecdir and use native CMake file configuration.
+ - Clean up compilation flags.
+ - Check for lomiri-schemas package instead of individual files.
+ - Drop Low battery.ogg and adapt code to use Lomiri sounds.
+ - src/service.c: Assign copyright to Robert Tari, not AyatanaIndicators
+ project.
+ - src/: Typo fix in license header.
+ - Translation updates.
+
Overview of changes in ayatana-indicator-power 2.2.0
- Rename Lomiri-specific properties to x-lomiri.
diff --git a/debian/changelog b/debian/changelog
index 0444e76..7e960ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ayatana-indicator-power (22.2.0-0) unstable; urgency=medium
+
+ * Upstream-provided Debian package for ayatana-indicator-power.
+ See upstream ChangeLog for recent changes.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 20 Feb 2022 15:34:34 +0100
+
ayatana-indicator-power (2.2.0-0) unstable; urgency=medium
* Upstream-provided Debian package for ayatana-indicator-power.