From ba743dc3315dc49109913b3253da8e841b08f2de Mon Sep 17 00:00:00 2001 From: Bhavani Sudha Saktheeswaran Date: Tue, 27 May 2014 12:57:06 -0700 Subject: [PATCH] Releasing Voldemort 1.8.3 --- gradle.properties | 2 +- release_notes.txt | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ecc47c54d..687d592ca 100644 --- a/gradle.properties +++ b/gradle.properties @@ -48,5 +48,5 @@ javac.version=1.5 scalac.version=2.10 ## Release -curr.release=1.8.2 +curr.release=1.8.3 diff --git a/release_notes.txt b/release_notes.txt index d4126d6c6..c23b5b0d9 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,14 @@ +Release 1.8.3 on 05/27/2014 + +* Add debug log messages for CoordinatorService +* Fix NetworkClassLoader bug when running in Windows OS (Carlos Tasada) +* Add junit support for gradle +* Fix bind failures while running tests +* Add overwrite option to fork lift tool +* Use standard logger in the StreamingClient constructor +* [python client] Fixed reconnect in _execute_request (Søren Holbech) +* Fix the admin metadata check command and did same change for old admin command. + Release 1.8.2 on 05/09/2014 * Bug fix in MetadataStore regarding updation of routing strategy -- 2.11.4.GIT