diff --git a/build.properties b/build.properties index 3f89641a8b..bf3957dae6 100644 --- a/build.properties +++ b/build.properties @@ -39,6 +39,6 @@ tomcat.manager.password=tomcat tomcat.context=/voldemort ## Release -curr.release=1.1.3 +curr.release=1.1.4 diff --git a/release_notes.txt b/release_notes.txt index 33cce0b1a1..337bc381bd 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,18 @@ +Release 1.1.4 on 11/29/2012 + +Changes made since release 1.1.3 +* Added BDB parameters to control LRU behavior in cache & proactive cleaner migration +* Added a mlock fix for pinning the indexes of RO stores in memory + + +Release 1.1.3 on 11/28/2012 + +Changes made since release 1.1.2 +* Fixed a bug in the build and push job, specifically the Mapper + that caused collisions +* Added retry mechanism with the HDFS fetcher for hftp + + Release 1.1.2 on 10/31/2012 Changes made since release 1.1.1