From 5c72d42a801e536ffbb5d1a9b1dfa1a896528b3f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 30 Oct 2020 15:00:16 +0100 Subject: release 0.8.1 --- CMakeLists.txt | 2 +- ChangeLog | 25 +++++++++++++++++++++++-- NEWS | 8 ++++++++ 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) 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 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. -- cgit v1.2.3