[Xfce4-commits] [xfce/xfce4-panel] 01/01: Updates for development release

noreply at xfce.org noreply at xfce.org
Wed Dec 13 23:40:27 CET 2017


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-panel.

commit 9d0439ecf432d8aadb9d1ef8c0f4f7827f92fe7a
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Wed Dec 13 23:38:48 2017 +0100

    Updates for development release
---
 NEWS            | 31 +++++++++++++++++++++++++++++++
 configure.ac.in |  4 ++--
 2 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 756ade0..e43aa8c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+4.13.2
+======
+- Add support for gobject-introspection (Vidar Haarr)
+- Bugfixes:
+  - actions: Fix GPtrArray usage (Bug #13981)
+  - actions: Show Hybrid Sleep option (Bug #12771)
+  - clock: Fix invalid datetime formats appearing in list (Bug #11527)
+  - clock: Use freedesktop.org compliant icon (Bug #13779)
+  - clock: Add a validator for digital custom formats (Bug #11527)
+  - clock: Fix format validation (Bug #11527)
+  - launcher: Fix custom images
+  - tasklist: Fix scrolling to cycle through open windows (Bug #13789)
+  - tasklist: Define cosmetic default padding for images (Bug #13865)
+  - tasklist: Fix alignment of labels when orientation is changed (Bug #13864)
+  - tasklist: Allow to hide label decorations (Bug #10546)
+  - systray: Fix crash when systray is empty (Bug #13927)
+  - systray: Don't lookup hash table for null keys (Bug #11929)
+  - systray: Add option to display icons with square sizing (Bug #12093)
+  - Pass socket id to D-Bus service to embed settings window (Bug #13854)
+  - Make "Automatic" the default selection in the panel config dialog
+  - Fix make distcheck (But #14040)
+  - Improve gtkdoc
+- Translation updates: Arabic, Asturian, Basque, Bengali, Bulgarian, Catalan,
+   Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech,
+   Danish, Dutch (Flemish), English (Australia), English (Great Britain),
+   Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
+   Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
+   Norwegian Bokmål, Norwegian Nynorsk, Occitan, Panjabi, Polish, Portuguese,
+   Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian,
+   Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese
+
 4.13.1
 ======
 - Port to GDBus (Ali)
diff --git a/configure.ac.in b/configure.ac.in
index 7c4d63d..07d1cf9 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [2.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [13])
-m4_define([xfce4_panel_version_micro], [1])
+m4_define([xfce4_panel_version_micro], [2])
 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 *******************************************

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list