aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-18 11:04:27 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-18 11:04:27 +0100
commit899e8f897737882a886b9c35831278dbb4cd5249 (patch)
tree08ed9942691163b185ab34a4172e10937db491c1
parent6bc86ddfe898075f434f39599a8a233b7d86e9cf (diff)
downloadayatana-indicator-display-899e8f897737882a886b9c35831278dbb4cd5249.tar.gz
ayatana-indicator-display-899e8f897737882a886b9c35831278dbb4cd5249.tar.bz2
ayatana-indicator-display-899e8f897737882a886b9c35831278dbb4cd5249.zip
release 0.9.00.9.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS26
-rw-r--r--debian/changelog4
3 files changed, 29 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6cff765..389b9db 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
##
include(GNUInstallDirs)
-set(PROJECT_VERSION "0.2")
+set(PROJECT_VERSION "0.9.0")
set(PACKAGE ${CMAKE_PROJECT_NAME})
set(SERVICE_LIB ${PACKAGE})
set(SERVICE_EXEC "${PACKAGE}-service")
diff --git a/NEWS b/NEWS
index e69de29..e37a905 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,26 @@
+Overview of changes in ayatana-indicator-display 0.9.0
+
+ - Rename Lomiri-specific properties to x-lomiri.
+ - Rename com.ubuntu.touch.system to com.lomiri.touch.system.
+ - Rename x-canonical properties to x-ayatana.
+ - tests/CMakeFiles.txt: Suppress some cppchecks.
+ - tests/integration/usb-manager-test.cpp: Fix cppcheck test in Ubuntu
+ 20.04. Mark unused adbd_server and usb_manager as such.
+ - po/CMakeLists.txt: Don't touch .pot file during builds.
+ - Add info and install instructions.
+ - Only create UsbManager instance if ADBD socket is available.
+ (Allows running this indicator on systems without ADBD support).
+ - Add XDG autostart stuff.
+ - Use -no-pie build flag for tests only.
+ - Fix rotation lock switch display.
+ - Create desktop profile. Allows using this indicator on systems that
+ are not phones.
+ - tests/test-dbus-fixture.h: Turn TestDBusFixture::TestDBusFixture
+ into an explicitly declared constructor.
+ - src/adbd-client.cpp: Fix several type warnings.
+ - Drop all references to upstart.
+ - Replace x-canonical attributes.
+ - Start indicator in systemd when ayatana-indicators.target is started.
+ - Add Travis CI configuration.
+ - Translation updates.
+ - Fork from Ubuntus' indicator-display project.
diff --git a/debian/changelog b/debian/changelog
index e75a952..3347c98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-ayatana-indicator-display (0.2-0) UNRELEASED; urgency=medium
+ayatana-indicator-display (0.9.0-0) unstable; urgency=medium
* Fork ayatana-indicator-datetime from Ubuntu's indicator-display.
* Upstream-provided Debian package for ayatana-indicator-display.
See upstream ChangeLog for recent changes.
- -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 24 Nov 2017 10:04:00 +0100
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 18 Nov 2021 10:45:46 +0100
indicator-display (0.1+17.04.20170210-0ubuntu1) zesty; urgency=medium