Bläddra i källkod

Adding 0.14.4 to CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/branches/branch-0.15@593856 13f79535-47bb-0310-9956-ffa450edef68
Nigel Daley 17 år sedan
förälder
incheckning
96cbe5a02a
1 ändrade filer med 16 tillägg och 0 borttagningar
  1. 16 0
      CHANGES.txt

+ 16 - 0
CHANGES.txt

@@ -478,6 +478,22 @@ Release 0.15.0 - 2007-11-2
     (Jim Kellerman via acmurthy) 
 
 
+Release 0.14.4 -
+
+  BUG FIXES
+
+    HADOOP-2140.  Add missing Apache Licensing text at the front of several
+    C and C++ files.
+
+    HADOOP-2169.  Fix the DT_SONAME field of libhdfs.so to set it to the
+    correct value of 'libhdfs.so', currently it is set to the absolute path of
+    libhdfs.so. (acmurthy)
+
+    HADOOP-2001.  Make the job priority updates and job kills synchronized on
+    the JobTracker. Deadlock was seen in the JobTracker because of the lack of
+    this synchronization.  (Arun C Murthy via ddas)
+
+
 Release 0.14.3 - 2007-10-19
 
   BUG FIXES