diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-07-29 18:19:16 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-07-29 18:19:16 +0200 |
commit | 413cbba2a435de17f963d57cc9735269c442c363 (patch) | |
tree | 2b55a413edf1b28192841a97a696e2b7b7f32769 | |
parent | e7f2629167e523c5124d1f3e1ff1e8a481b5f210 (diff) | |
download | ayatana-indicator-datetime-413cbba2a435de17f963d57cc9735269c442c363.tar.gz ayatana-indicator-datetime-413cbba2a435de17f963d57cc9735269c442c363.tar.bz2 ayatana-indicator-datetime-413cbba2a435de17f963d57cc9735269c442c363.zip |
release 0.4.10.4.1
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 26 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | debian/changelog | 7 |
4 files changed, 36 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7923c6b..99dac2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 2.8.9) list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) -set (PROJECT_VERSION "0.4.0") +set (PROJECT_VERSION "0.4.1") set (PACKAGE ${CMAKE_PROJECT_NAME}) option (enable_tests "Build the package's automatic tests." ON) option (enable_lcov "Generate lcov code coverage reports." ON) @@ -1,6 +1,28 @@ -2020-07-24 10:26:31 +0200 Mike Gabriel +2020-07-29 18:19:16 +0200 Mike Gabriel - * release 0.4.0 (HEAD -> master, tag: 0.4.0) + * release 0.4.1 (HEAD -> master, tag: 0.4.1) + +2020-07-26 19:01:02 +0200 Robert Tari (e7f2629) + + * Fix calendar going into update loop + +2020-07-24 12:05:24 +0200 Mike Gabriel (d754849) + + * CMakeLists.txt: Drop workaround for missing libexec dir on Debian. + Debian moved forward and now supports FHS 3.0 (since + Debian Policy 4.1.5). + +2020-07-24 11:47:55 +0200 Mike Gabriel (068e34a) + + * src/engine-eds.cpp: Typo fix in g_debug output. + +2020-07-24 10:28:09 +0200 Mike Gabriel (5930dc4) + + * debian/changelog: Don't use my debian.org address. + +2020-07-24 10:26:31 +0200 Mike Gabriel (5204262) + + * release 0.4.0 (tag: 0.4.0) 2020-07-18 22:02:22 +0000 Mike Gabriel (027b23a) @@ -1,3 +1,7 @@ +Overview of changes in ayatana-indicator-datetime 0.4.1 + + - Fix calendar going into update loop. + Overview of changes in ayatana-indicator-datetime 0.4.0 - Fork form Ubuntu's indicator-datetime. diff --git a/debian/changelog b/debian/changelog index f972dbc..3145c47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-datetime (0.4.1-0) unstable; urgency=medi + + * Upstream-provided Debian package for ayatana-indicator-power. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 29 Jul 2020 18:17:50 +0200 + ayatana-indicator-datetime (0.4.0-0) unstable; urgency=medium * Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime. |