aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-30 15:00:16 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-30 15:00:17 +0100
commit5c72d42a801e536ffbb5d1a9b1dfa1a896528b3f (patch)
tree8d7da91537392cab9b7f430848b5257bed031083
parent0ee1eb78c6da59f31727d0d20f1385b4013dac8e (diff)
downloadayatana-indicator-bluetooth-0.8.1.tar.gz
ayatana-indicator-bluetooth-0.8.1.tar.bz2
ayatana-indicator-bluetooth-0.8.1.zip
release 0.8.10.8.1
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog25
-rw-r--r--NEWS8
-rw-r--r--debian/changelog7
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)
diff --git a/ChangeLog b/ChangeLog
index 7a59285..bff759c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
diff --git a/NEWS b/NEWS
index 7a0a13f..9a3b0f2 100644
--- a/NEWS
+++ b/NEWS
@@ -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.