diff options
| author | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-03-27 22:42:51 +0200 |
|---|---|---|
| committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-03-27 22:42:51 +0200 |
| commit | 74da2abfb1d95ab4493444c9820acf6ce886b2a3 (patch) | |
| tree | d5e85577d449fcbef0a06eb2f17c0cd58d65b070 | |
| parent | 8a63b932ca7466cf049096a1c7912d11239fe41d (diff) | |
| -rw-r--r-- | NEWS | 14 | ||||
| -rw-r--r-- | configure.ac | 4 | ||||
| -rw-r--r-- | data/plank.appdata.xml.in | 1 |
3 files changed, 17 insertions, 2 deletions
@@ -2,6 +2,20 @@ Plank: Stupidly simple. Note: There is no stability of ABI/API until further notice! +0.10.3 "Bartonschmeer" (2017-03-27) +=============================================================================== + * Fix underscores not being shown in some menu items (LP: #1662968) + * Hide tooltips if the user performed action on a dockitem (LP: #1638680) + * Use the file's display-name where possible + * SurfaceCache: Never clear the cache completely + * tests: Fix build with valac 0.35+ + * Drop references to gthread-2.0 + * Add and enforce some file-count limits + * ApplicationDockItem: Use child-* signals of Bamf.View and force + indicator-update if running-state changed + * Actually emit DockController.elements_changed() to make DBusClient work + * Update appdata + 0.10.2 "Bartonschmeer" (2016-03-23) =============================================================================== * Use non-linear transition in/out of the "zoom" state diff --git a/configure.ac b/configure.ac index 242c0b3..2d04587 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], [10]) -m4_define([plank_micro_version], [2]) +m4_define([plank_micro_version], [3]) 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 6da4981..d3524a9 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.10.3" timestamp="1490644800"/> <release version="0.10.2" timestamp="1458730800"/> <release version="0.10.1" timestamp="1444388400"/> <release version="0.10.0" timestamp="1441623600"/> |
