[Goodies-commits] r7874 - xfce4-places-plugin/trunk

Diego Ongaro ongardie at xfce.org
Fri Jul 31 08:14:48 CEST 2009


Author: ongardie
Date: 2009-07-31 06:14:48 +0000 (Fri, 31 Jul 2009)
New Revision: 7874

Modified:
   xfce4-places-plugin/trunk/ChangeLog
   xfce4-places-plugin/trunk/NEWS
   xfce4-places-plugin/trunk/configure.in.in
Log:
Prep for 1.2 release

Modified: xfce4-places-plugin/trunk/ChangeLog
===================================================================
--- xfce4-places-plugin/trunk/ChangeLog	2009-07-31 05:53:36 UTC (rev 7873)
+++ xfce4-places-plugin/trunk/ChangeLog	2009-07-31 06:14:48 UTC (rev 7874)
@@ -1,5 +1,6 @@
 2009-07-31	Diego Ongaro <ongardie at gmail.com>
 
+	* NEWS, configure.in.in: Prep for 1.2 release
 	* model_volumes.c: Show "Eject" option when Thunar 1.0 does. See
 	bug #4136.
 	* xfce46-compat.c: Remove inconsistent static declarations

Modified: xfce4-places-plugin/trunk/NEWS
===================================================================
--- xfce4-places-plugin/trunk/NEWS	2009-07-31 05:53:36 UTC (rev 7873)
+++ xfce4-places-plugin/trunk/NEWS	2009-07-31 06:14:48 UTC (rev 7874)
@@ -1,3 +1,22 @@
+2009-07-31
+================================================================================
+xfce4-places-plugin v1.2.0 released
+
+ * Updates a ton of translations
+   (thanks to the i18n team)
+ * Adds XDG user dirs support
+   (thanks to Andea Santilli, bug #4461)
+ * Uses XDG icon names
+   (thanks to Yves-Alexis Perez, bug #5034)
+ * Shows "Eject" option on removable volumes when Thunar 1.0 does
+   (bug #4136)
+ * Makes the properties dialog non-modal
+ * Honors GTK's menu icon size (bug #4744)
+ * Calls the file browser through exo instead of directly opening Thunar
+   (thanks to Christian Dywan, bug #4463)
+ * Fixes some issues on shutdown
+ * Takes advantage of the panel's menu positioning on Xfce 4.6
+
 2008-06-07
 ================================================================================
 xfce4-places-plugin v1.1.0 released

Modified: xfce4-places-plugin/trunk/configure.in.in
===================================================================
--- xfce4-places-plugin/trunk/configure.in.in	2009-07-31 05:53:36 UTC (rev 7873)
+++ xfce4-places-plugin/trunk/configure.in.in	2009-07-31 06:14:48 UTC (rev 7874)
@@ -1,10 +1,10 @@
 dnl xfce4-places-plugin
 
 dnl version info
-m4_define([places_version], [1.1.0])
+m4_define([places_version], [1.2.0])
 
 dnl initialize autoconf
-AC_COPYRIGHT([Copyright (c) 2007-2008 Diego Ongaro <ongardie at gmail.com>])
+AC_COPYRIGHT([Copyright (c) 2007-2009 Diego Ongaro <ongardie at gmail.com>])
 AC_INIT([xfce4-places-plugin], [places_version], [ongardie at gmail.com])
 AC_PREREQ([2.50])
 




More information about the Goodies-commits mailing list