You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by ga...@apache.org on 2011/06/13 17:46:26 UTC

svn commit: r1135196 - /incubator/hcatalog/branches/branch-0.1/CHANGES.txt

Author: gates
Date: Mon Jun 13 17:46:26 2011
New Revision: 1135196

URL: http://svn.apache.org/viewvc?rev=1135196&view=rev
Log:
Fixes to CHANGES.txt to properly include all 0.1 work in the 0.1 section.

Modified:
    incubator/hcatalog/branches/branch-0.1/CHANGES.txt

Modified: incubator/hcatalog/branches/branch-0.1/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.1/CHANGES.txt?rev=1135196&r1=1135195&r2=1135196&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.1/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.1/CHANGES.txt Mon Jun 13 17:46:26 2011
@@ -1,37 +1,6 @@
 Apache HCatalog Change Log
 
-Trunk (unreleased changes)
-
-  INCOMPATIBLE CHANGES
-
-  NEW FEATURES
-    HCAT-16. Add InputFormat/OutputFormat for handling exported tables/partitions.
-    (Krishna Kumar via macyang)
-    
-  IMPROVEMENTS
- 
-    HCAT-30. Need changes.txt (Jakob Homan via hashutosh)
-  
-    HCAT-19. Enable and add decorators for the export/import cli commands 
-    for authorization and permission setting. (Krishna Kumar via macyang)
-
-    HCAT-18. Refactor TestRCFileInputStorageDriver. (Jakob Homan via hashutosh)
-
-  OPTIMIZATIONS
-
-  BUG FIXES
-    HCAT-12. Get trunk to build. (hashutosh)
-
-    HCAT-17. Shouldn't be able to add an HCatFieldSchema with the same name as 
-    existing field. (Jakob Homan via gates)
-
-    HCAT-28. Trunk test not compiling: Upstream Hive changes broke TestPermsGrp.
-    (Jakob Homan via hashutosh)
-
-    HCAT-15. Replace all occurrences of 'howl' with hcat/hcatalog. 
-    (Jakob Homan via macyang)
-
-Release 0.1 - Unreleased
+Release 0.1.0 - Unreleased
 
   INCOMPATIBLE CHANGES
 
@@ -42,6 +11,9 @@ Release 0.1 - Unreleased
 
     HCAT-9. Get a beginning HCatalog website up. (gates)
 
+    HCAT-16. Add InputFormat/OutputFormat for handling exported tables/partitions.
+    (Krishna Kumar via macyang)
+
   IMPROVEMENTS
   	HCAT-40. Remove dependencies from the HCatalog client jar (macyang)
 
@@ -52,7 +24,14 @@ Release 0.1 - Unreleased
     HCAT-20. Create a package target (gates via hashutosh)
 
     HCAT-29. Remove Yahoo copyright from documentation (Jakob Homan via hashutosh)
+
+    HCAT-30. Need changes.txt (Jakob Homan via hashutosh)
   
+    HCAT-19. Enable and add decorators for the export/import cli commands 
+    for authorization and permission setting. (Krishna Kumar via macyang)
+
+    HCAT-18. Refactor TestRCFileInputStorageDriver. (Jakob Homan via hashutosh)
+
   OPTIMIZATIONS
 
   BUG FIXES
@@ -61,3 +40,14 @@ Release 0.1 - Unreleased
     HCAT-7. Ivy fetch of CDH Hadoop versions does not work properly. (gates)
 
     HCAT-6. Unit test TestPermsInheritance fails. (hashutosh)
+
+    HCAT-12. Get trunk to build. (hashutosh)
+
+    HCAT-17. Shouldn't be able to add an HCatFieldSchema with the same name as 
+    existing field. (Jakob Homan via gates)
+
+    HCAT-28. Trunk test not compiling: Upstream Hive changes broke TestPermsGrp.
+    (Jakob Homan via hashutosh)
+
+    HCAT-15. Replace all occurrences of 'howl' with hcat/hcatalog. 
+    (Jakob Homan via macyang)