You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by cw...@apache.org on 2011/06/15 06:58:34 UTC

svn commit: r1135918 - in /hive/branches/branch-0.7: RELEASE_NOTES.txt build.properties

Author: cws
Date: Wed Jun 15 04:58:33 2011
New Revision: 1135918

URL: http://svn.apache.org/viewvc?rev=1135918&view=rev
Log:
HIVE-BUILD. Update release notes. Set version=0.7.1 (cws)

Modified:
    hive/branches/branch-0.7/RELEASE_NOTES.txt
    hive/branches/branch-0.7/build.properties

Modified: hive/branches/branch-0.7/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/RELEASE_NOTES.txt?rev=1135918&r1=1135917&r2=1135918&view=diff
==============================================================================
--- hive/branches/branch-0.7/RELEASE_NOTES.txt (original)
+++ hive/branches/branch-0.7/RELEASE_NOTES.txt Wed Jun 15 04:58:33 2011
@@ -1,3 +1,24 @@
+Release Notes - Hive - Version 0.7.1
+
+** Bug
+    * [HIVE-2054] - Exception on windows when using the jdbc driver.
+                    "IOException: The system cannot find the path specified"
+    * [HIVE-2176] - Schema creation scripts are incomplete since they leave
+                    out tables that are specific to DataNucleus
+
+** Improvement
+    * [HIVE-1731] - Improve miscellaneous error messages
+    * [HIVE-2140] - Return correct Major / Minor version numbers for
+                    JDBC Hive Driver
+    * [HIVE-2158] - Add the HivePreparedStatement implementation based
+                    on current HIVE supported data-type
+
+** Task
+    * [HIVE-1095] - Hive in Maven
+    * [HIVE-2076] - Provide Metastore upgrade scripts and default schemas
+                    for PostgreSQL
+
+
 Release Notes - Hive - Version 0.7.0
 
 ** New Feature

Modified: hive/branches/branch-0.7/build.properties
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.7/build.properties?rev=1135918&r1=1135917&r2=1135918&view=diff
==============================================================================
--- hive/branches/branch-0.7/build.properties (original)
+++ hive/branches/branch-0.7/build.properties Wed Jun 15 04:58:33 2011
@@ -1,6 +1,6 @@
 Name=Hive
 name=hive
-version=0.7.1-SNAPSHOT
+version=0.7.1
 year=2011
 
 javac.debug=on