[Goodies-commits] r3603 - xfce4-weather-plugin/trunk
Nick Schermer
nick at xfce.org
Sun Nov 18 11:35:13 CET 2007
Author: nick
Date: 2007-11-18 10:35:13 +0000 (Sun, 18 Nov 2007)
New Revision: 3603
Modified:
xfce4-weather-plugin/trunk/ChangeLog
xfce4-weather-plugin/trunk/TODO
xfce4-weather-plugin/trunk/configure.in.in
Log:
* Bump version for release to 0.6.1
Modified: xfce4-weather-plugin/trunk/ChangeLog
===================================================================
--- xfce4-weather-plugin/trunk/ChangeLog 2007-11-18 10:25:46 UTC (rev 3602)
+++ xfce4-weather-plugin/trunk/ChangeLog 2007-11-18 10:35:13 UTC (rev 3603)
@@ -1,5 +1,9 @@
2007-11-18 Nick Schermer <nick at xfce.org>
+ * Bump version for release to 0.6.1
+
+2007-11-18 Nick Schermer <nick at xfce.org>
+
* Replace g_error with g_warning to avoid aborts.
* Fix indents in ChangeLog.
@@ -10,10 +14,10 @@
2007-09-12 Nick Schermer <nick at xfce.org>
- * Add fully threaded data update, prevent loops, timeout check,
- better data handling, no cache file. Reschedule an update when
- there is no connection (up to 5 times).
- * Merge new strings (warnings and errors only).
+ * Add fully threaded data update, prevent loops, timeout check,
+ better data handling, no cache file. Reschedule an update when
+ there is no connection (up to 5 times).
+ * Merge new strings (warnings and errors only).
2007-09-10 Nick Schermer <nick at xfce.org>
Modified: xfce4-weather-plugin/trunk/TODO
===================================================================
--- xfce4-weather-plugin/trunk/TODO 2007-11-18 10:25:46 UTC (rev 3602)
+++ xfce4-weather-plugin/trunk/TODO 2007-11-18 10:35:13 UTC (rev 3603)
@@ -1,2 +1,2 @@
* Use the Xfce hvbox
-* Fix plugin when resuming from suspend
\ No newline at end of file
+* Fix plugin when resuming from suspend (partly fixed)
Modified: xfce4-weather-plugin/trunk/configure.in.in
===================================================================
--- xfce4-weather-plugin/trunk/configure.in.in 2007-11-18 10:25:46 UTC (rev 3602)
+++ xfce4-weather-plugin/trunk/configure.in.in 2007-11-18 10:35:13 UTC (rev 3603)
@@ -11,9 +11,9 @@
dnl ***************************
m4_define([weather_version_major], [0])
m4_define([weather_version_minor], [6])
-m4_define([weather_version_micro], [0])
+m4_define([weather_version_micro], [1])
m4_define([weather_version_build], [r at REVISION@])
-m4_define([weather_version_tag], [svn])
+m4_define([weather_version_tag], [])
m4_define([weather_version], [weather_version_major().weather_version_minor().weather_version_micro()ifelse(weather_version_tag(), [svn], [weather_version_tag()-weather_version_build()], [weather_version_tag()])])
dnl ***************************
More information about the Goodies-commits
mailing list