You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/08/14 17:30:49 UTC

[lucy-commits] svn commit: r1157547 - in /incubator/lucy/branches/0.2: CHANGES perl/Build.PL perl/lib/Lucy.pm perl/lib/Lucy.pod

Author: marvin
Date: Sun Aug 14 15:30:49 2011
New Revision: 1157547

URL: http://svn.apache.org/viewvc?rev=1157547&view=rev
Log:
Updating CHANGES and version number for release 0.2.1.

Modified:
    incubator/lucy/branches/0.2/CHANGES
    incubator/lucy/branches/0.2/perl/Build.PL
    incubator/lucy/branches/0.2/perl/lib/Lucy.pm
    incubator/lucy/branches/0.2/perl/lib/Lucy.pod

Modified: incubator/lucy/branches/0.2/CHANGES
URL: http://svn.apache.org/viewvc/incubator/lucy/branches/0.2/CHANGES?rev=1157547&r1=1157546&r2=1157547&view=diff
==============================================================================
--- incubator/lucy/branches/0.2/CHANGES (original)
+++ incubator/lucy/branches/0.2/CHANGES Sun Aug 14 15:30:49 2011
@@ -1,5 +1,12 @@
 Revision history for Lucy
 
+0.2.1  2011-08-14
+
+  Bugfixes:
+
+    * [LUCY-174] - Filepath naming glitch breaks CPAN build process
+
+
 0.2.0  2011-07-24
 
   Bugfixes:

Modified: incubator/lucy/branches/0.2/perl/Build.PL
URL: http://svn.apache.org/viewvc/incubator/lucy/branches/0.2/perl/Build.PL?rev=1157547&r1=1157546&r2=1157547&view=diff
==============================================================================
--- incubator/lucy/branches/0.2/perl/Build.PL (original)
+++ incubator/lucy/branches/0.2/perl/Build.PL Sun Aug 14 15:30:49 2011
@@ -24,7 +24,7 @@ my $builder = Lucy::Build->new(
     license     => 'apache',
     dist_author =>
         'The Apache Lucy Project <lucy-dev at incubator dot apache dot org>',
-    dist_version => '0.2.0',
+    dist_version => '0.2.1',
     requires     => {
         'JSON::XS' => 1.53,
         'perl'     => '5.8.3',

Modified: incubator/lucy/branches/0.2/perl/lib/Lucy.pm
URL: http://svn.apache.org/viewvc/incubator/lucy/branches/0.2/perl/lib/Lucy.pm?rev=1157547&r1=1157546&r2=1157547&view=diff
==============================================================================
--- incubator/lucy/branches/0.2/perl/lib/Lucy.pm (original)
+++ incubator/lucy/branches/0.2/perl/lib/Lucy.pm Sun Aug 14 15:30:49 2011
@@ -21,12 +21,12 @@ package Lucy;
 use 5.008003;
 use Exporter;
 
-our $VERSION = '0.002000';
+our $VERSION = '0.002001';
 $VERSION = eval $VERSION;
 
 use XSLoader;
 # This loads a large number of disparate subs.
-BEGIN { XSLoader::load( 'Lucy', '0.002000' ) }
+BEGIN { XSLoader::load( 'Lucy', '0.002001' ) }
 
 BEGIN {
     push our @ISA, 'Exporter';

Modified: incubator/lucy/branches/0.2/perl/lib/Lucy.pod
URL: http://svn.apache.org/viewvc/incubator/lucy/branches/0.2/perl/lib/Lucy.pod?rev=1157547&r1=1157546&r2=1157547&view=diff
==============================================================================
--- incubator/lucy/branches/0.2/perl/lib/Lucy.pod (original)
+++ incubator/lucy/branches/0.2/perl/lib/Lucy.pod Sun Aug 14 15:30:49 2011
@@ -19,7 +19,7 @@ Lucy - Apache Lucy search engine library
 
 =head1 VERSION
 
-0.2.0
+0.2.1
 
 =head1 SYNOPSIS