diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-02-04 23:46:08 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-02-04 23:46:08 +0100 |
commit | 7b78fec55d631c7a54714c9d7dea22fd2291071b (patch) | |
tree | 818dcab26fc8057d20655468b8c5ff551035cc1b | |
parent | decf609140cf7f756ac3fe084ac220ff9bcf34b5 (diff) | |
download | ayatana-indicator-display-7b78fec55d631c7a54714c9d7dea22fd2291071b.tar.gz ayatana-indicator-display-7b78fec55d631c7a54714c9d7dea22fd2291071b.tar.bz2 ayatana-indicator-display-7b78fec55d631c7a54714c9d7dea22fd2291071b.zip |
release 22.9.422.9.4
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 44 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | debian/changelog | 7 |
4 files changed, 56 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c8fdcd1..25c5ff4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) ## include(GNUInstallDirs) -set(PROJECT_VERSION "22.9.3") +set(PROJECT_VERSION "22.9.4") set(PACKAGE ${CMAKE_PROJECT_NAME}) set(SERVICE_LIB ${PACKAGE}) set(SERVICE_EXEC "${PACKAGE}-service") @@ -1,6 +1,48 @@ +2023-02-04 Mike Gabriel + + * release 22.9.4 (HEAD -> main, tag: 22.9.4) + +2023-01-12 Robert Tari + + * .build.yml: Add geoclue build dependency (decf609) + * debian/control: Add libgeoclue-2 dependencies (4e5098b) + +2023-02-02 Robert Tari + + * Skip geoclue calls during the rotation lock test (94df80b) + +2023-01-12 Robert Tari + + * Implement adaptive colour temperature profiles (0db5d4e) + * src/solar.*: Add solar elevation calculation from Redshift + (2d4a732) + * data/org.ayatana.indicator.display.gschema.xml: Store colour + profile + change default temperature (5b36667) + +2023-01-13 Quentin PAGÈS + + * Translated using Weblate (Occitan) (b13b8b9) + +2022-12-30 Milo Ivir + + * Translated using Weblate (Croatian) (ef654f0) + +2022-12-18 Wellington Terumi Uemura + + * Translated using Weblate (Portuguese (Brazil)) (723be17) + +2022-12-17 Yaron Shahrabani + + * Translated using Weblate (Hebrew) (729d822) + +2022-12-16 Oğuz Ersen + + * Translated using Weblate (Turkish) (70c1f4d) + 2022-12-15 Mike Gabriel - * release 22.9.3 (HEAD -> main, tag: 22.9.3) + * Translated using Weblate (German) (fa13859) + * release 22.9.3 (868f232) (tag: 22.9.3) * Translated using Weblate (German) (29c9429) * po/: Update translation files. (cf39314) * release 22.9.2 (663e4db) (tag: 22.9.2) @@ -1,3 +1,8 @@ +Overview of changes in ayatana-indicator-display 22.9.4 + + - Implement adaptive colour temperature profiles. + - Translation updates. + Overview of changes in ayatana-indicator-display 22.9.3 - German translation update. diff --git a/debian/changelog b/debian/changelog index 70a7a04..6727061 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-display (22.9.4-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-display. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 04 Feb 2023 23:44:04 +0100 + ayatana-indicator-display (22.9.3-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-display. |