Sfoglia il codice sorgente

Branching for 0.14 releases.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@557050 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 18 anni fa
parent
commit
7f997172e4
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      CHANGES.txt

+ 3 - 0
CHANGES.txt

@@ -3,6 +3,9 @@ Hadoop Change Log
 
 Trunk (unreleased changes)
 
+
+Branch 0.14 (unreleased changes)
+
   1. HADOOP-1197.  In Configuration, deprecate getObject() and add
      getRaw(), which skips variable expansion. (omalley via cutting)