Author: colossus
Date: 2006-11-23 14:01:05 +0000 (Thu, 23 Nov 2006)
New Revision: 23940

Modified:
   xarchiver/trunk/ChangeLog
   xarchiver/trunk/configure.in.in
Log:
Post release version bump.
Corrected 0.4.4 release date in the Changelog file.


Modified: xarchiver/trunk/ChangeLog
===================================================================
--- xarchiver/trunk/ChangeLog   2006-11-23 13:16:56 UTC (rev 23939)
+++ xarchiver/trunk/ChangeLog   2006-11-23 14:01:05 UTC (rev 23940)
@@ -1,10 +1,11 @@
 Xarchiver changelog:
 
-0x/11/06 - 0.4.4:
+23/11/06 - 0.4.4:
                - G R E A T L Y improved speed and memory usage.
                - Added documentation. It will be showed in the system browser 
(currently supported are firefox, opera and mozilla).
+               - Added Firefox like tabs.
                - Added comment support for ARJ and ZIP. The rar one is more 
difficult since it's compressed in the archive itself.
-               - The files/ directories to add can be dropped into the add 
dialog window.
+               - The files and directories to add can be dropped into the add 
dialog window.
                - Extracting files in encrypted archives with DnD no more fails 
since the password it's now asked.
                - Better behaviour of the GUI while archive operations are in 
progress.
                - Fixed unsuccessful open of rpm archives when the cpio archive 
was compressed with bzip2.c.

Modified: xarchiver/trunk/configure.in.in
===================================================================
--- xarchiver/trunk/configure.in.in     2006-11-23 13:16:56 UTC (rev 23939)
+++ xarchiver/trunk/configure.in.in     2006-11-23 14:01:05 UTC (rev 23940)
@@ -11,10 +11,10 @@
 dnl ***************************
 m4_define([xarchiver_version_major], [0])
 m4_define([xarchiver_version_minor], [4])
-m4_define([xarchiver_version_micro], [4])
+m4_define([xarchiver_version_micro], [9])
 m4_define([xarchiver_version_nano], []) # Leave empty for no nano version
 m4_define([xarchiver_version_build], [EMAIL PROTECTED]@])
-m4_define([xarchiver_version_tag], []) # Leave empty for releases
+m4_define([xarchiver_version_tag], [svn]) # Leave empty for releases
 m4_define([xarchiver_version], 
[xarchiver_version_major().xarchiver_version_minor().xarchiver_version_micro()ifelse(xarchiver_version_nano(),
 [], [], [.xarchiver_version_nano()])ifelse(xarchiver_version_tag(), [svn], 
[xarchiver_version_tag()-xarchiver_version_build()], 
[xarchiver_version_tag()])])
 
 dnl ***************************

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to