You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cu...@apache.org on 2006/12/07 19:43:25 UTC

svn commit: r483602 - /lucene/hadoop/trunk/CHANGES.txt

Author: cutting
Date: Thu Dec  7 10:43:24 2006
New Revision: 483602

URL: http://svn.apache.org/viewvc?view=rev&rev=483602
Log:
Oops.  Forgot to add a new section before the last three commits...

Modified:
    lucene/hadoop/trunk/CHANGES.txt

Modified: lucene/hadoop/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?view=diff&rev=483602&r1=483601&r2=483602
==============================================================================
--- lucene/hadoop/trunk/CHANGES.txt (original)
+++ lucene/hadoop/trunk/CHANGES.txt Thu Dec  7 10:43:24 2006
@@ -1,21 +1,25 @@
 Hadoop Change Log
 
-Release 0.9.1 - 2006-12-06
-
- 1. HADOOP-780. Use ReflectionUtils to instantiate key and value
-    objects. (ab)
 
- 2. HADOOP-779. Fix contrib/streaming to work correctly with gzipped
-    input files.  (Hairong Kuang via cutting)
+Trunk (unreleased changes)
 
- 3. HADOOP-763. Change DFS namenode benchmark to not use MapReduce.
+ 1. HADOOP-763. Change DFS namenode benchmark to not use MapReduce.
     (Nigel Daley via cutting)
 
- 4. HADOOP-777. Use fully-qualified hostnames for tasktrackers and
+ 2. HADOOP-777. Use fully-qualified hostnames for tasktrackers and
     datanodes.  (Mahadev Konar via cutting)
 
- 5. HADOOP-621. Change 'dfs -cat' to exit sooner when output has been
+ 3. HADOOP-621. Change 'dfs -cat' to exit sooner when output has been
     closed.  (Dhruba Borthakur via cutting) 
+
+
+Release 0.9.1 - 2006-12-06
+
+ 1. HADOOP-780. Use ReflectionUtils to instantiate key and value
+    objects. (ab)
+
+ 2. HADOOP-779. Fix contrib/streaming to work correctly with gzipped
+    input files.  (Hairong Kuang via cutting)
 
 
 Release 0.9.0 - 2006-12-01