[Xfce4-commits] [xfce/xfce4-panel] 02/03: Updates for the release and make distcheck fix

noreply at xfce.org noreply at xfce.org
Mon Oct 24 23:45:15 CEST 2016


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

andrzejr pushed a commit to branch master
in repository xfce/xfce4-panel.

commit 39f4f76b1760cddb49792fee741bc567f9d4c441
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Mon Oct 24 22:43:02 2016 +0100

    Updates for the release and make distcheck fix
---
 NEWS             | 11 +++++++++++
 configure.ac.in  |  4 ++--
 po/POTFILES.skip | 24 ++++++++++++++++++++++++
 3 files changed, 37 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index f5a62f5..9eb09d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+4.12.1
+======
+- Long overdue maintenance release.
+- Translation updates.
+- Clock: fixed compiler warnings.
+- Preferences: support for xfpanel-switch (if installed).
+- DirectoryMenu: fixed bugs #10331 and #11742
+- Tasklist: fixed background color issue.
+- ApplicationsMenu: fixed uninitialized variable.
+- make distcheck fix/workaround.
+
 4.12.0
 ======
 - Actions: Use localization for confirmation dialog titles (bug #11949)
diff --git a/configure.ac.in b/configure.ac.in
index 1c05c7c..9a180b9 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], [12])
-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 *******************************************
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 440c501..f1b13ac 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -20,3 +20,27 @@ plugins/showdesktop/showdesktop.desktop.in
 plugins/systray/systray.desktop.in
 plugins/tasklist/tasklist.desktop.in
 plugins/windowmenu/windowmenu.desktop.in
+
+# https://bugs.launchpad.net/intltool/+bug/111794
+sub/plugins/actions/actions.desktop.in
+sub/plugins/applicationsmenu/applicationsmenu.desktop.in
+sub/plugins/clock/clock.desktop.in
+sub/plugins/directorymenu/directorymenu.desktop.in
+sub/plugins/launcher/launcher.desktop.in
+sub/plugins/pager/pager.desktop.in
+sub/plugins/separator/separator.desktop.in
+sub/plugins/showdesktop/showdesktop.desktop.in
+sub/plugins/systray/systray.desktop.in
+sub/plugins/tasklist/tasklist.desktop.in
+sub/plugins/windowmenu/windowmenu.desktop.in
+sub/plugins/actions/actions.desktop.in
+sub/plugins/applicationsmenu/applicationsmenu.desktop.in
+sub/plugins/clock/clock.desktop.in
+sub/plugins/directorymenu/directorymenu.desktop.in
+sub/plugins/launcher/launcher.desktop.in
+sub/plugins/pager/pager.desktop.in
+sub/plugins/separator/separator.desktop.in
+sub/plugins/showdesktop/showdesktop.desktop.in
+sub/plugins/systray/systray.desktop.in
+sub/plugins/tasklist/tasklist.desktop.in
+sub/plugins/windowmenu/windowmenu.desktop.in

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


More information about the Xfce4-commits mailing list