[Xfce4-commits] r29607 - xfce4-appfinder/trunk

Stephan Arts stephan at xfce.org
Wed Feb 25 21:51:42 CET 2009


Author: stephan
Date: 2009-02-25 20:51:42 +0000 (Wed, 25 Feb 2009)
New Revision: 29607

Modified:
   xfce4-appfinder/trunk/ChangeLog
   xfce4-appfinder/trunk/NEWS
   xfce4-appfinder/trunk/configure.in.in
Log:
Update Changelog, News and version data for 4.6.0 release



Modified: xfce4-appfinder/trunk/ChangeLog
===================================================================
--- xfce4-appfinder/trunk/ChangeLog	2009-02-25 20:28:59 UTC (rev 29606)
+++ xfce4-appfinder/trunk/ChangeLog	2009-02-25 20:51:42 UTC (rev 29607)
@@ -1,3 +1,9 @@
+2009-02-25  Stephan Arts <stephan at xfce.org>
+
+	* == 4.6.0 Released! ==
+	* NEWS: Update NEWS
+	* configure.in.in: Update version info
+
 2009-02-01	Jannis Pohlmann <jannis at xfce.org>
 
 	* NEWS: Update NEWS with the latest change.

Modified: xfce4-appfinder/trunk/NEWS
===================================================================
--- xfce4-appfinder/trunk/NEWS	2009-02-25 20:28:59 UTC (rev 29606)
+++ xfce4-appfinder/trunk/NEWS	2009-02-25 20:51:42 UTC (rev 29607)
@@ -1,8 +1,12 @@
-4.5.99.2
+4.6.0
 ========
 - Try to load items from xfce-applications.menu before trying 
   applications.menu in order to provide the same items as xfdesktop
   does (reported by Mark Trompell).
+- Translation updates: gl (Leandro Regueiro), id (Andhika Padmawan), 
+  pl (Piotr Sokół), en_GB (Jeff Bailes), tr (Gökmen Görgen, Samed Beyribey),
+  uk (Dmitry Nikitin)
+  
 
 4.5.99.1
 ========

Modified: xfce4-appfinder/trunk/configure.in.in
===================================================================
--- xfce4-appfinder/trunk/configure.in.in	2009-02-25 20:28:59 UTC (rev 29606)
+++ xfce4-appfinder/trunk/configure.in.in	2009-02-25 20:51:42 UTC (rev 29607)
@@ -7,9 +7,9 @@
 dnl *** Version information ***
 dnl ***************************
 m4_define([xfce4_appfinder_version_major], [4])
-m4_define([xfce4_appfinder_version_minor], [5])
-m4_define([xfce4_appfinder_version_micro], [99])
-m4_define([xfce4_appfinder_version_nano],  [1]) dnl leave this empty to have no nano version
+m4_define([xfce4_appfinder_version_minor], [6])
+m4_define([xfce4_appfinder_version_micro], [0])
+m4_define([xfce4_appfinder_version_nano],  []) dnl leave this empty to have no nano version
 m4_define([xfce4_appfinder_version_build], [r at REVISION@])
 m4_define([xfce4_appfinder_version_tag],   [])
 m4_define([xfce4_appfinder_version], [xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(), [], [], [.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [svn], [xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], [xfce4_appfinder_version_tag()])])
@@ -75,11 +75,11 @@
 XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.12.0])
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.12.0])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.5.99.1])
-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.5.99.1])
-XDT_CHECK_PACKAGE([LIBXFCE4MENU], [libxfce4menu-0.1], [4.5.99.1])
-XDT_CHECK_PACKAGE([LIBXFCONF], [libxfconf-0], [4.5.99.1])
-XDT_CHECK_PACKAGE([THUNAR_VFS], [thunar-vfs-1], [0.9.99.1])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.6.0])
+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.6.0])
+XDT_CHECK_PACKAGE([LIBXFCE4MENU], [libxfce4menu-0.1], [4.6.0])
+XDT_CHECK_PACKAGE([LIBXFCONF], [libxfconf-0], [4.6.0])
+XDT_CHECK_PACKAGE([THUNAR_VFS], [thunar-vfs-1], [1.0.0])
 
 dnl ***********************************
 dnl *** Check for debugging support ***




More information about the Xfce4-commits mailing list