[Bps-public-commit] r9213 - in RT-OnlineDocs/trunk: .

ruz at bestpractical.com ruz at bestpractical.com
Wed Oct 3 07:21:52 EDT 2007


Author: ruz
Date: Wed Oct  3 07:21:48 2007
New Revision: 9213

Modified:
   RT-OnlineDocs/trunk/ChangeLog
   RT-OnlineDocs/trunk/META.yml
   RT-OnlineDocs/trunk/lib/RT/OnlineDocs.pm

Log:
* bump version to 0.06, update change log

Modified: RT-OnlineDocs/trunk/ChangeLog
==============================================================================
--- RT-OnlineDocs/trunk/ChangeLog	(original)
+++ RT-OnlineDocs/trunk/ChangeLog	Wed Oct  3 07:21:48 2007
@@ -1,7 +1,13 @@
-0.05
+0.06 - 2007-10-03 15:14:39 +0400
+
+    - update list of dependencies
+    - enable auto_install
+
+0.05 - 2007-09-24 06:03:45 +0400
 
     - support .pod files as well as .pm files
-0.04 Tue Jul 24 11:23:53 PDT 2007
+
+0.04 - Tue Jul 24 11:23:53 PDT 2007
 
     - only skip modules with an _ if they're _Vendor, _Overlay or _Local.
         Again, Thanks to Carlos

Modified: RT-OnlineDocs/trunk/META.yml
==============================================================================
--- RT-OnlineDocs/trunk/META.yml	(original)
+++ RT-OnlineDocs/trunk/META.yml	Wed Oct  3 07:21:48 2007
@@ -19,4 +19,4 @@
   File::Spec: 0
   File::Temp: 0
   Pod::Simple::HTML: 0
-version: 0.05
+version: 0.06

Modified: RT-OnlineDocs/trunk/lib/RT/OnlineDocs.pm
==============================================================================
--- RT-OnlineDocs/trunk/lib/RT/OnlineDocs.pm	(original)
+++ RT-OnlineDocs/trunk/lib/RT/OnlineDocs.pm	Wed Oct  3 07:21:48 2007
@@ -4,6 +4,6 @@
 use strict;
 use warnings;
 
-our $VERSION = "0.05";
+our $VERSION = "0.06";
 
 1;



More information about the Bps-public-commit mailing list