diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 25 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | debian/changelog | 7 |
4 files changed, 39 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2318395..b5f66c1 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,27 @@ -2020-10-27 15:44:27 +0100 Mike Gabriel +2020-10-30 15:00:16 +0100 Mike Gabriel - * release 0.8.0 (HEAD -> master, tag: 0.8.0) + * release 0.8.1 (HEAD -> master, tag: 0.8.1) + +2020-10-30 14:59:36 +0100 Mike Gabriel (0ee1eb7) + + * locale: Add more languages. + +2020-10-30 14:53:59 +0100 Mike Gabriel (bdb852e) + + * debian/copyright: Adopt from official Debian package. + +2020-10-30 14:53:01 +0100 Mike Gabriel (dd2f32e) + + * src/*.vala: Fix license headers having been a mix of GPL and LGPL + license text fragments. Adapt to GPL-3, fully. + +2020-10-28 23:22:28 +0000 Milan Korecky (60858e9) + + * Translated using Weblate (Czech) + +2020-10-27 15:44:27 +0100 Mike Gabriel (17eb55d) + + * release 0.8.0 (tag: 0.8.0) 2020-10-27 15:40:11 +0100 Mike Gabriel (128e70b) @@ -1,3 +1,11 @@ +Overview of changes in indicator-bluetooth 0.8.1 + + - Fix license headers in src/*.vala. They contained a mix of + GPL-3 and some LGPL license fragments. Updated to GPL-3. + - Translation updates. + - locale: Add more languages to this project's translation + scheme. + Overview of changes in indicator-bluetooth 0.8.0 - Port from Ubuntu Indicators to Ayatana Indicators. diff --git a/debian/changelog b/debian/changelog index a35d7c6..77c4635 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-bluetooth (0.8.1-0) UNRELEASED; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-bluetooth. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 30 Oct 2020 14:54:17 +0100 + ayatana-indicator-bluetooth (0.8.0-0) unstable; urgency=medium * Port from Ubuntu Indicators to Ayatana Indicators. |