You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2010/05/04 01:35:58 UTC

svn commit: r940675 - in /hadoop/hbase/branches/0.20_pre_durability: CHANGES.txt build.xml

Author: stack
Date: Mon May  3 23:35:57 2010
New Revision: 940675

URL: http://svn.apache.org/viewvc?rev=940675&view=rev
Log:
Undo release

Modified:
    hadoop/hbase/branches/0.20_pre_durability/CHANGES.txt
    hadoop/hbase/branches/0.20_pre_durability/build.xml

Modified: hadoop/hbase/branches/0.20_pre_durability/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/CHANGES.txt?rev=940675&r1=940674&r2=940675&view=diff
==============================================================================
--- hadoop/hbase/branches/0.20_pre_durability/CHANGES.txt (original)
+++ hadoop/hbase/branches/0.20_pre_durability/CHANGES.txt Mon May  3 23:35:57 2010
@@ -1,9 +1,6 @@
 HBase Change Log
 
-Release 0.20.5 - Unreleased
-  BUG FIXES
-
-Release 0.20.4 - Mon Apr 26 08:39:23 PDT 2010
+Release 0.20.4 - Mon May  3 16:16:02 PDT 2010
   INCOMPATIBLE CHANGES
    HBASE-2248  Provide new non-copy mechanism to assure atomic reads in get
                and scan (Ryan Rawson via Stack)

Modified: hadoop/hbase/branches/0.20_pre_durability/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/build.xml?rev=940675&r1=940674&r2=940675&view=diff
==============================================================================
--- hadoop/hbase/branches/0.20_pre_durability/build.xml (original)
+++ hadoop/hbase/branches/0.20_pre_durability/build.xml Mon May  3 23:35:57 2010
@@ -18,7 +18,7 @@
 -->
 
 <project name="hbase" default="jar">
-  <property name="version" value="0.20.5-dev"/>
+  <property name="version" value="0.20.4"/>
   <property name="Name" value="HBase"/>
   <property name="final.name" value="hbase-${version}"/>
   <property name="year" value="2010"/>