[Xfce4-commits] <exo:master> Updates for release.

Nick Schermer noreply at xfce.org
Thu Dec 29 21:28:01 CET 2011


Updating branch refs/heads/master
         to c732a2bac91bbb6cd9427e238aa3ad39e3300a4d (commit)
       from bc19cf06369df4ce5cfa5275f9282471220cc678 (commit)

commit c732a2bac91bbb6cd9427e238aa3ad39e3300a4d
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Dec 29 21:05:47 2011 +0100

    Updates for release.

 Makefile.am          |    3 +++
 NEWS                 |   31 +++++++++++++++++++++++++++++++
 configure.in.in      |    4 ++--
 docs/manual/po/hr.po |    5 ++---
 4 files changed, 38 insertions(+), 5 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 6190ca1..0ab3853 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,9 @@ AUTOMAKE_OPTIONS =							\
 distclean-local:
 	rm -rf *.cache *~
 
+distuninstallcheck_listfiles = 						\ 
+	find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
+
 .PHONY: ChangeLog
 
 ChangeLog: Makefile
diff --git a/NEWS b/NEWS
index fe41d04..c72ba71 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+0.7.0
+=====
+- Do not insert symlink icons in the icon chooser.
+- Use libxfce4ui instead of support library.
+- Drop the python bindings.
+- Use new libtool macros and versions (bug #6920).
+- Remove spec file and rpm build.
+- Silenty save to local application is permission denied to origional
+  file in exo-desktop-item-edit.
+- Support hexadecimal xid and center exo-desktop-item-edit on parent.
+
+0.6.2
+=====
+- Fix preferred applications handling (bug #7140).
+- Translation updates: Dutch.
+
+0.6.1
+=====
+- Improve exo-open url and email match regexes (bug #7281).
+- Create relative symlinks to doc images (bug #7379).
+- Remove mime-types from the exo helper desktop files (bug #7257).
+- Drop unused variable.
+- Make exo-compose-mail-1 case-insensitive (bug #7472).
+- Use portable abicheck.sh from xfconf.
+- Add missing linker flag.
+- Add Greek manual screenshots.
+- Only compile demo application in make check (bug #7267).
+- Allow installation of the helpers in a custom location.
+- Fix gio-unix 2.27 detection (bug #7124).
+- Translation updates: nl, pt_BR, ru, sk, sv.
+
 0.6.0
 =====
 - Add main category to exo-open desktop files.
diff --git a/configure.in.in b/configure.in.in
index 1206753..b520b24 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -11,11 +11,11 @@ dnl ***************************
 m4_define([libexo_verinfo], [0:0:0])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
-m4_define([libexo_version_minor], [6])
+m4_define([libexo_version_minor], [7])
 m4_define([libexo_version_micro], [0])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+m4_define([libexo_version_tag], [])
 m4_define([libexo_version], [libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(), [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [git], [libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl ********************************************
diff --git a/docs/manual/po/hr.po b/docs/manual/po/hr.po
index 7329fde..87a8be0 100644
--- a/docs/manual/po/hr.po
+++ b/docs/manual/po/hr.po
@@ -14,12 +14,11 @@ msgstr ""
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bits\n"
-"Plural-Forms: \n"
 "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%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+#"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