[Xfce4-commits] <xfce4-session:xfce-4.8> Updates for release.

Nick Schermer noreply at xfce.org
Sun Feb 12 16:48:01 CET 2012


Updating branch refs/heads/xfce-4.8
         to b5674aecf7ba459c3e503b1bfcdd5ce8385857a8 (commit)
       from e44652f5b478e50980084b2625acfee873a47abc (commit)

commit b5674aecf7ba459c3e503b1bfcdd5ce8385857a8
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Feb 12 16:38:58 2012 +0100

    Updates for release.

 Makefile.am         |    3 +++
 NEWS                |    6 ++++++
 configure.in.in     |    4 ++--
 doc/manual/po/hr.po |    3 +--
 4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 59f1896..f1069f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,6 +17,9 @@ if HAVE_LIBXFCE4PANEL
 panel_plugin_dir = panel-plugin
 endif
 
+distuninstallcheck_listfiles = \ 
+	find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
+
 EXTRA_DIST =								\
 	BUGS								\
 	intltool-extract.in						\
diff --git a/NEWS b/NEWS
index 600b177..378b139 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+4.8.3
+=====
+- Link to gmodule (bug #8340).
+- Updated translations: bg, ca, fi, is, nl, nn, sq, te, zh_CN,
+  pt_BR, hr.
+
 4.8.2
 =====
 - Fix crash if save timeout for a client is triggered (bug #7320).
diff --git a/configure.in.in b/configure.in.in
index 9364eea..d4fd352 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -8,10 +8,10 @@ dnl
 dnl Version information
 m4_define([xfsm_version_major], [4])
 m4_define([xfsm_version_minor], [8])
-m4_define([xfsm_version_micro], [2])
+m4_define([xfsm_version_micro], [3])
 m4_define([xfsm_version_nano], []) dnl leave this empty to have no nano version
 m4_define([xfsm_version_build], [@REVISION@])
-m4_define([xfsm_version_tag], [git])
+m4_define([xfsm_version_tag], [])
 m4_define([xfsm_version], [xfsm_version_major().xfsm_version_minor().xfsm_version_micro()ifelse(xfsm_version_nano(), [], [], [.xfsm_version_nano()])ifelse(xfsm_version_tag(), [git], [xfsm_version_tag()-xfsm_version_build()], [xfsm_version_tag()])])
 
 m4_define([xfsm_debug_default], [ifelse(xfsm_version_tag(), [git], [full], [minimum])])
diff --git a/doc/manual/po/hr.po b/doc/manual/po/hr.po
index 01a5bb4..75625fe 100644
--- a/doc/manual/po/hr.po
+++ b/doc/manual/po/hr.po
@@ -16,8 +16,7 @@ msgstr ""
 "X-Poedit-Language: Croatian\n"
 "X-Poedit-Country: CROATIA\n"
 "X-Poedit-SourceCharset: utf-8\n"
-"Plural-Forms:  nplurals=3; \\ plural=n%10==1 && n%100!=11 ? 0 : \\\n"
-"                     n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
+"Plural-Forms:  nplurals=3; \\ plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 
 #. When image changes, this message will be marked fuzzy or untranslated for you.
 #. It doesn't matter what you translate it to: it's not used at all.


More information about the Xfce4-commits mailing list