summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--configure.ac.in4
2 files changed, 12 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 457935b2..0983fc94 100644
--- a/NEWS
+++ b/NEWS
@@ -35,7 +35,16 @@
- Panel: Add confirmation before creating launchers from dnd (bug #6926).
- Applicationsmenu: Allow non-squared icons in applications button (bug #7381).
- Panel: Save plugin-ids when removing and moving items in ed.
-- Translation updates ().
+- Tasklist: Bringing back 4.8 max-button-size property.
+- Tasklist: Capping buttons height when button labels are visible.
+- Tasklist: Reverting "ceil" to "floor" (as in 4.8).
+- Actions: Query visibility and save as strings.
+- Translation updates: Arabic, Catalan (Valencian), Czech, Danish,
+ German, Esperanto, Spanish (Castilian), Basque, Finnish, French,
+ Hebrew, Hungarian, Indonesian, Italian, Kazakh, Korean, Lithuanian,
+ Dutch (Flemish), Norwegian Nynorsk, Polish, Portuguese, Portuguese
+ (Brazilian), Russian, Slovak, Telugu, Turkish, Ukrainian, Chinese
+ (China), Chinese (Taiwan).
4.9.0
=====
diff --git a/configure.ac.in b/configure.ac.in
index 9fbe0db7..2d09d633 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [1.0])
m4_define([xfce4_panel_config_version], [2])
m4_define([xfce4_panel_version_major], [4])
m4_define([xfce4_panel_version_minor], [9])
-m4_define([xfce4_panel_version_micro], [0])
+m4_define([xfce4_panel_version_micro], [1])
m4_define([xfce4_panel_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag], [git])
+m4_define([xfce4_panel_version_tag], [])
m4_define([xfce4_panel_version], [xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(), [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], [xfce4_panel_version_tag()-xfce4_panel_version_build()], [xfce4_panel_version_tag()])])
dnl *******************************************