[Goodies-commits] r5129 - xfce4-screenshooter-plugin/trunk

Jerome Guelfucci jeromeg at xfce.org
Thu Jul 17 17:02:11 CEST 2008


Author: jeromeg
Date: 2008-07-17 15:02:11 +0000 (Thu, 17 Jul 2008)
New Revision: 5129

Modified:
   xfce4-screenshooter-plugin/trunk/ChangeLog
   xfce4-screenshooter-plugin/trunk/NEWS
   xfce4-screenshooter-plugin/trunk/configure.ac.in
   xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1
Log:
Get ready for bugfix release

Modified: xfce4-screenshooter-plugin/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter-plugin/trunk/ChangeLog	2008-07-17 14:40:31 UTC (rev 5128)
+++ xfce4-screenshooter-plugin/trunk/ChangeLog	2008-07-17 15:02:11 UTC (rev 5129)
@@ -1,3 +1,10 @@
+2008-07-17 jeromeg
+
+  === 1.3.1 ===
+  
+  * NEWS: updated.
+  * configure.ac.in: get ready for new realease.
+
 2008-07-16 jeromeg
 
   * src/main.c: g_build_filename should be NULL terminated ! Fixes the warning.

Modified: xfce4-screenshooter-plugin/trunk/NEWS
===================================================================
--- xfce4-screenshooter-plugin/trunk/NEWS	2008-07-17 14:40:31 UTC (rev 5128)
+++ xfce4-screenshooter-plugin/trunk/NEWS	2008-07-17 15:02:11 UTC (rev 5129)
@@ -1,3 +1,7 @@
+=== Version 1.3.1 ===
+
+  * BUGFIX: Fix -s switch with relative path.
+
 === Version 1.3.0 ===
   * Code cleanup, remove deprecated code.
   * Reduce code duplication between the executable and the plugin.
@@ -9,18 +13,18 @@
   * A lot of updated/new translations.
 
 === Version 1.2.0 ===
-	* Fix gcc warnings.
-	* Add manpage taken from Debian package.
-	* Cleaned the preferences dialog to make it look like the ones of
-	  others panel plugins. Use frames to separate different options.
-	* Added default save location to the plugin.
-	* BUGFIX: the executable sometimes opened the save dialog in weird places,
-	  now it shows the home directory by default.
-	* Some others code cleanups.
+  * Fix gcc warnings.
+  * Add manpage taken from Debian package.
+  * Cleaned the preferences dialog to make it look like the ones of
+    others panel plugins. Use frames to separate different options.
+  * Added default save location to the plugin.
+  * BUGFIX: the executable sometimes opened the save dialog in weird places,
+    now it shows the home directory by default.
+  * Some others code cleanups.
 
 === Version 1.1.0 ===
-	* Delay now works.
-	* Canceling save now works.
-	* Executable to take screenshots from cli or with a keybinding.
-	* Many code improvements.
-	* Updated Brasilian, Croatian, Dutch, French and German translations.
+  * Delay now works.
+  * Canceling save now works.
+  * Executable to take screenshots from cli or with a keybinding.
+  * Many code improvements.
+  * Updated Brasilian, Croatian, Dutch, French and German translations.

Modified: xfce4-screenshooter-plugin/trunk/configure.ac.in
===================================================================
--- xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-07-17 14:40:31 UTC (rev 5128)
+++ xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-07-17 15:02:11 UTC (rev 5129)
@@ -5,7 +5,7 @@
 
 m4_define([xfce4_screenshooter_plugin_version_major], [1])
 m4_define([xfce4_screenshooter_plugin_version_minor], [3])
-m4_define([xfce4_screenshooter_plugin_version_micro], [0])
+m4_define([xfce4_screenshooter_plugin_version_micro], [1])
 m4_define([xfce4_screenshooter_plugin_version_nano],  []) dnl leave this empty to have no nano version
 m4_define([xfce4_screenshooter_plugin_version_build], [r at REVISION@])
 m4_define([xfce4_screenshooter_plugin_version_tag],   [])

Modified: xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1
===================================================================
--- xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1	2008-07-17 14:40:31 UTC (rev 5128)
+++ xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1	2008-07-17 15:02:11 UTC (rev 5129)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH XFCE4-SCREENSHOOTER-PLUGIN "1" "June 2008" "xfce4-screenshooter-plugin 1.3.0" "User Commands"
+.TH XFCE4-SCREENSHOOTER-PLUGIN "1" "June 2008" "xfce4-screenshooter-plugin 1.3.1" "User Commands"
 .SH NAME
 xfce4-screenshooter-plugin \- panel plugin and standalone application to take screenshots
 .SH DESCRIPTION




More information about the Goodies-commits mailing list