[Xfce4-commits] r29784 - libexo/trunk
Stephan Arts
stephan at xfce.org
Sun Apr 12 23:33:01 CEST 2009
Author: stephan
Date: 2009-04-12 21:33:01 +0000 (Sun, 12 Apr 2009)
New Revision: 29784
Modified:
libexo/trunk/ChangeLog
libexo/trunk/NEWS
libexo/trunk/configure.in.in
Log:
Update NEWS, ChangeLog and version info
Modified: libexo/trunk/ChangeLog
===================================================================
--- libexo/trunk/ChangeLog 2009-04-12 18:07:32 UTC (rev 29783)
+++ libexo/trunk/ChangeLog 2009-04-12 21:33:01 UTC (rev 29784)
@@ -1,3 +1,9 @@
+2009-04-12 Stephan Arts <stephan at xfce.org>
+
+ * == Released 0.3.101 ==
+ * NEWS: Update news for the release.
+ * configure.in.in: Update version number.
+
2009-04-08 Jannis Pohlmann <jannis at xfce.org>
* configure.in.in, docs/manual/da/images/, docs/manual/gl/images/: Fix
Modified: libexo/trunk/NEWS
===================================================================
--- libexo/trunk/NEWS 2009-04-12 18:07:32 UTC (rev 29783)
+++ libexo/trunk/NEWS 2009-04-12 21:33:01 UTC (rev 29784)
@@ -1,6 +1,10 @@
-0.3.xxx
+0.3.101
=======
- Quote arguments passed to exo-open (bug #5132).
+- Add gettext() call around two strings which are already as translatable with
+ N_() (bug #5203).
+- Fix broken build due to incomplete integration of the Danish and Galician
+ manual translations.
0.3.100
=======
Modified: libexo/trunk/configure.in.in
===================================================================
--- libexo/trunk/configure.in.in 2009-04-12 18:07:32 UTC (rev 29783)
+++ libexo/trunk/configure.in.in 2009-04-12 21:33:01 UTC (rev 29784)
@@ -12,10 +12,10 @@
m4_define([libexo_verinfo], [5:0:5])
m4_define([libexo_version_major], [0])
m4_define([libexo_version_minor], [3])
-m4_define([libexo_version_micro], [100])
+m4_define([libexo_version_micro], [101])
m4_define([libexo_version_nano], [])
m4_define([libexo_version_build], [r at REVISION@])
-m4_define([libexo_version_tag], [svn])
+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(), [svn], [libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
dnl ********************************************
More information about the Xfce4-commits
mailing list