You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by si...@apache.org on 2006/09/24 08:15:03 UTC

svn commit: r449364 - in /lucene/nutch/branches/branch-0.8: CHANGES.txt conf/nutch-default.xml default.properties

Author: siren
Date: Sat Sep 23 23:15:02 2006
New Revision: 449364

URL: http://svn.apache.org/viewvc?view=rev&rev=449364
Log:
preparing for 0.8.1 release

Modified:
    lucene/nutch/branches/branch-0.8/CHANGES.txt
    lucene/nutch/branches/branch-0.8/conf/nutch-default.xml
    lucene/nutch/branches/branch-0.8/default.properties

Modified: lucene/nutch/branches/branch-0.8/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/nutch/branches/branch-0.8/CHANGES.txt?view=diff&rev=449364&r1=449363&r2=449364
==============================================================================
--- lucene/nutch/branches/branch-0.8/CHANGES.txt (original)
+++ lucene/nutch/branches/branch-0.8/CHANGES.txt Sat Sep 23 23:15:02 2006
@@ -1,6 +1,6 @@
 Nutch Change Log
 
-Unreleased changes (0.8.1)
+Release 0.8 - 2006-09-24
 
  1. Changed log4j confiquration to log to stdout on commandline
     tools (siren)

Modified: lucene/nutch/branches/branch-0.8/conf/nutch-default.xml
URL: http://svn.apache.org/viewvc/lucene/nutch/branches/branch-0.8/conf/nutch-default.xml?view=diff&rev=449364&r1=449363&r2=449364
==============================================================================
--- lucene/nutch/branches/branch-0.8/conf/nutch-default.xml (original)
+++ lucene/nutch/branches/branch-0.8/conf/nutch-default.xml Sat Sep 23 23:15:02 2006
@@ -98,7 +98,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>Nutch-0.8</value>
+  <value>Nutch-0.8.1</value>
   <description>A version string to advertise in the User-Agent 
    header.</description>
 </property>

Modified: lucene/nutch/branches/branch-0.8/default.properties
URL: http://svn.apache.org/viewvc/lucene/nutch/branches/branch-0.8/default.properties?view=diff&rev=449364&r1=449363&r2=449364
==============================================================================
--- lucene/nutch/branches/branch-0.8/default.properties (original)
+++ lucene/nutch/branches/branch-0.8/default.properties Sat Sep 23 23:15:02 2006
@@ -1,6 +1,6 @@
 Name=Nutch
 name=nutch
-version=0.8
+version=0.8.1
 final.name=${name}-${version}
 year=2006