Updates for the release and make distcheck fix

Desktop / Xfce / xfce4-panel - Andrzej [gmail.com] - 24 October 2016 16:43 UTC



###

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

39f4f76 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(-)

Upstream: git.xfce.org


  • Share