[Rt-commit] r7735 - in rtfm/branches/2.1-TESTING: .

ruz at bestpractical.com ruz at bestpractical.com
Sun Apr 29 18:16:07 EDT 2007


Author: ruz
Date: Sun Apr 29 18:16:07 2007
New Revision: 7735

Modified:
   rtfm/branches/2.1-TESTING/   (props changed)
   rtfm/branches/2.1-TESTING/MANIFEST
   rtfm/branches/2.1-TESTING/META.yml
   rtfm/branches/2.1-TESTING/lib/RT/FM.pm

Log:
 r307 at cubic-pc:  cubic | 2007-04-30 02:14:50 +0400
 * bump version, new RC
 * update manifest and meta


Modified: rtfm/branches/2.1-TESTING/MANIFEST
==============================================================================
--- rtfm/branches/2.1-TESTING/MANIFEST	(original)
+++ rtfm/branches/2.1-TESTING/MANIFEST	Sun Apr 29 18:16:07 2007
@@ -137,9 +137,14 @@
 Makefile.PL
 MANIFEST			This list of files
 META.yml
+po/es.po
+po/fr.po
+po/pt_BR.po
 po/RTFM/fr.po
 po/RTFM/ru.po
 po/RTFM/zh_tw.po
+po/ru.po
+po/zh_tw.po
 README
 sbin/factory
 sbin/migrate-2.0-to-2.1

Modified: rtfm/branches/2.1-TESTING/META.yml
==============================================================================
--- rtfm/branches/2.1-TESTING/META.yml	(original)
+++ rtfm/branches/2.1-TESTING/META.yml	Sun Apr 29 18:16:07 2007
@@ -1,10 +1,10 @@
 abstract: RT FM Extension
 distribution_type: module
-generated_by: Module::Install version 0.560
+generated_by: Module::Install version 0.64
 license: GPL version 2
 name: RTFM
-no_index:
-  directory:
+no_index: 
+  directory: 
     - bin
     - etc
     - html
@@ -12,7 +12,7 @@
     - sbin
     - inc
     - t
-requires:
+requires: 
   HTML::FormatText: 0
   HTML::TreeBuilder: 0
   RT: 3.4.2
@@ -21,4 +21,4 @@
   Tree::Simple: 0
   YAML: 0
   perl: 5.8.0
-version: 2.2.0RC3
+version: 2.2.0RC6

Modified: rtfm/branches/2.1-TESTING/lib/RT/FM.pm
==============================================================================
--- rtfm/branches/2.1-TESTING/lib/RT/FM.pm	(original)
+++ rtfm/branches/2.1-TESTING/lib/RT/FM.pm	Sun Apr 29 18:16:07 2007
@@ -22,7 +22,7 @@
 use RT::FM::System;
 
 
-our $VERSION = '2.2.0RC4';
+our $VERSION = '2.2.0RC6';
 
 # Create a system object for RTFM
 $RT::FM::System = RT::FM::System->new($RT::SystemUser);


More information about the Rt-commit mailing list