Author: rangadi
Date: Tue Sep 23 15:49:39 2008
New Revision: 698385
URL: http://svn.apache.org/viewvc?rev=698385&view=rev
Log:
Move change log for HADOOP-4006 and HADOOP-4242 to 0.19
since these two are committed to 0.19 branch.
Modified:
hadoop/core/trunk/CHANGES.txt
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=698385&r1=698384&r2=698385&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Tue Sep 23 15:49:39 2008
@@ -8,16 +8,10 @@
IMPROVEMENTS
- HADOOP-4006. Clean up FSConstants and move some of the constants to
- better places. (Sanjay Radia via rangadi)
-
OPTIMIZATIONS
BUG FIXES
- HADOOP-4242. Remove extra ";" in FSDirectory that blocks compilation
- in some IDE's. (szetszwo via omalley)
-
Release 0.19.0 - Unreleased
INCOMPATIBLE CHANGES
@@ -433,6 +427,9 @@
HADOOP-4227. Remove the deprecated class org.apache.hadoop.fs.ShellCommand.
(szetszwo)
+ HADOOP-4006. Clean up FSConstants and move some of the constants to
+ better places. (Sanjay Radia via rangadi)
+
OPTIMIZATIONS
HADOOP-3556. Removed lock contention in MD5Hash by changing the
@@ -733,6 +730,9 @@
HADOOP-4090. The hive scripts pick up hadoop from HADOOP_HOME
and then the path. (Raghotham Murthy via dhruba)
+ HADOOP-4242. Remove extra ";" in FSDirectory that blocks compilation
+ in some IDE's. (szetszwo via omalley)
+
Release 0.18.1 - 2008-09-17
IMPROVEMENTS