[Goodies-commits] r6495 - xfce4-clipman-plugin/trunk

Mike Massonnet mmassonnet at xfce.org
Mon Jan 19 00:04:30 CET 2009


Author: mmassonnet
Date: 2009-01-18 23:04:30 +0000 (Sun, 18 Jan 2009)
New Revision: 6495

Modified:
   xfce4-clipman-plugin/trunk/ChangeLog
   xfce4-clipman-plugin/trunk/configure.in.in
Log:
Release version 0.9.0

Modified: xfce4-clipman-plugin/trunk/ChangeLog
===================================================================
--- xfce4-clipman-plugin/trunk/ChangeLog	2009-01-18 18:13:49 UTC (rev 6494)
+++ xfce4-clipman-plugin/trunk/ChangeLog	2009-01-18 23:04:30 UTC (rev 6495)
@@ -1,23 +1,27 @@
-2008-01-15	Mike Massonnet <mmassonnet at xfce.org>
+2009-01-18	Mike Massonnet <mmassonnet at xfce.org>
 
+Release version 0.9.0
+
+2009-01-15	Mike Massonnet <mmassonnet at xfce.org>
+
 	- Fix a leak by freeing the ClipmanAction structs
 	- Fix a free corruption by allocating the correct size for the string array
 	- Don't show the tabs in the settings dialog and use the gtk-paste icon
 	- Backport from xfce-4-6 branch to save/load the history to/from cached
 	files living inside ~/.cache.
 
-2008-01-13	Mike Massonnet <mmassonnet at xfce.org>
+2009-01-13	Mike Massonnet <mmassonnet at xfce.org>
 
 	- Lookup the GdkWindow of the owner to notice if the clipboard was set
 	from within Clipman and drop the IgnoreSignal variable (patch from
 	David Collins)
 
-2008-01-09	Mike Massonnet <mmassonnet at xfce.org>
+2009-01-09	Mike Massonnet <mmassonnet at xfce.org>
 
 	- Update the settings dialog
 	- Move everything to the General tab
 
-2008-01-09	Mike Massonnet <mmassonnet at xfce.org>
+2009-01-09	Mike Massonnet <mmassonnet at xfce.org>
 
 A quick review over the changes.
 
@@ -28,7 +32,7 @@
 	- Left two topics as TODO inside the code
 	- At last but not least, bump release to 0.9.0
 
-2008-01-02	Mike Massonnet <mmassonnet at xfce.org>
+2009-01-02	Mike Massonnet <mmassonnet at xfce.org>
 
 This is the second part of the rewrite that introduces the storage of an image
 inside the panel plugin.  This part already marks the end of David's work.

Modified: xfce4-clipman-plugin/trunk/configure.in.in
===================================================================
--- xfce4-clipman-plugin/trunk/configure.in.in	2009-01-18 18:13:49 UTC (rev 6494)
+++ xfce4-clipman-plugin/trunk/configure.in.in	2009-01-18 23:04:30 UTC (rev 6495)
@@ -14,7 +14,7 @@
 m4_define([clipman_version_minor], [9])
 m4_define([clipman_version_micro], [0])
 m4_define([clipman_version_build], [r at REVISION@])
-m4_define([clipman_version_tag], [svn])
+m4_define([clipman_version_tag], [])
 m4_define([clipman_version], [clipman_version_major().clipman_version_minor().clipman_version_micro()ifelse(clipman_version_tag(), [svn], [clipman_version_tag()-clipman_version_build()], [clipman_version_tag()])])
 
 dnl ***************************




More information about the Goodies-commits mailing list