diff options
| author | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-03-27 21:56:31 +0200 |
|---|---|---|
| committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-03-27 21:56:31 +0200 |
| commit | 3625c010cc58925e377bdd7298645aeb02d8d6a8 (patch) | |
| tree | ca0f3ea03c0b769d303b6f07250d73acfd45c23e | |
| parent | a880b6a2e0ef19ab6cc2b8f94eb71d89bb381209 (diff) | |
| -rw-r--r-- | NEWS | 11 | ||||
| -rw-r--r-- | configure.ac | 4 | ||||
| -rw-r--r-- | data/plank.appdata.xml.in | 1 | ||||
| -rw-r--r-- | docs/plank.1 | 2 |
4 files changed, 15 insertions, 3 deletions
@@ -2,6 +2,17 @@ Plank: Stupidly simple. Note: There is no stability of ABI/API until further notice! +0.11.4 "Eddy" (2017-03-28) +=============================================================================== + * Fix underscores not being shown in some menu items (LP: #1662968) + * Make window-manager aware that empty-trash dialog is part of plank + (LP: #1652653) + * Fix build with -Werror=pointer-to-int-cast, -Werror=format, + -Werror=implicit-function-declaration + * Generate manpage with help2man + * Update appdata + * Update translations + 0.11.3 "Eddy" (2016-12-06) =============================================================================== * Add CPUMonitor docklet (LP: #1611504) diff --git a/configure.ac b/configure.ac index 6cda054..ba5fc17 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ # If not 1, append revision to the version number and enable other development stuff -m4_define([plank_released], [0]) +m4_define([plank_released], [1]) m4_define([plank_major_version], [0]) m4_define([plank_minor_version], [11]) -m4_define([plank_micro_version], [3]) +m4_define([plank_micro_version], [4]) m4_define([plank_nano_version], [0]) # If library source has changed since last release, increment revision diff --git a/data/plank.appdata.xml.in b/data/plank.appdata.xml.in index 9e1e80a..d2c6dbc 100644 --- a/data/plank.appdata.xml.in +++ b/data/plank.appdata.xml.in @@ -31,6 +31,7 @@ <binary>plank</binary> </provides> <releases> + <release version="0.11.4" timestamp="1490644800"/> <release version="0.11.3" timestamp="1481047200"/> <release version="0.11.2" timestamp="1465190929"/> <release version="0.11.1" timestamp="1459324800"/> diff --git a/docs/plank.1 b/docs/plank.1 index e7c9352..c6fe3be 100644 --- a/docs/plank.1 +++ b/docs/plank.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. -.TH PLANK "1" "February 2017" "Plank 0.11.3" "User Commands" +.TH PLANK "1" "March 2017" "Plank 0.11.4" "User Commands" .SH NAME Plank - Stupidly simple. .SH DESCRIPTION |
