diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 20 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | debian/changelog | 9 |
4 files changed, 31 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1997e12..424e44e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.9) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" "${CMAKE_MODULE_PATH}") set(PACKAGE ${CMAKE_PROJECT_NAME}) -set(PROJECT_VERSION 0.8.0) +set(PROJECT_VERSION 0.8.1) find_package(PkgConfig REQUIRED) include(GNUInstallDirs) include(UseVala) @@ -1,6 +1,22 @@ -2020-08-20 14:45:03 +0200 Mike Gabriel +2020-09-10 21:45:59 +0200 Mike Gabriel - * release 0.8.0 (HEAD -> master, tag: 0.8.0) + * release 0.8.1 (HEAD -> master, tag: 0.8.1) + +2020-09-08 01:10:17 +0000 Milo Ivir (de8a375) + + * Translated using Weblate (Croatian) + +2020-09-06 06:37:04 +0000 Baka Gaijin (020f2a1) + + * Translated using Weblate (Japanese) + +2020-09-04 11:13:01 +0000 antuketot76 (581efe5) + + * Translated using Weblate (Malay) + +2020-08-20 14:45:03 +0200 Mike Gabriel (9e7e221) + + * release 0.8.0 (tag: 0.8.0) 2020-08-19 21:03:57 +0200 Mike Gabriel (2dcac5b) @@ -1,3 +1,7 @@ +Overview of changes in ayatana-indicator-session 0.8.1: + + - Translation updates. + Overview of changes in ayatana-indicator-session 0.8.0: - Fork from Ubuntu's sound indicator. diff --git a/debian/changelog b/debian/changelog index 523287f..80315c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,11 @@ -ayatana-indicator-sound (0.8.0-0) UNRELEASED; urgency=medium +ayatana-indicator-sound (0.8.1-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-notifications. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 10 Sep 2020 21:44:51 +0200 + +ayatana-indicator-sound (0.8.0-0) unstable; urgency=medium * Fork from Ubuntu's indicator-sound. |