Skip to content

Commit

Permalink
Prepared release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jayjwylie committed Oct 31, 2012
1 parent ba8c6fb commit 84eda3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.properties
Expand Up @@ -39,5 +39,6 @@ tomcat.manager.password=tomcat
tomcat.context=/voldemort

## Release
curr.release=1.1.1
curr.release=1.1.2


9 changes: 8 additions & 1 deletion release_notes.txt
@@ -1,6 +1,13 @@
Release 1.1.2 on 10/31/2012

Changes made since release 1.1.1
* Reverted a change to voldemort.versioning.Versioned.getVersion() so
that a Version is returned as our clients expect.


Release 1.1.1 on 10/30/2012

Changed made since release 1.1.0
Changes made since release 1.1.0
* Fixed connection leak in ClientRequestExecutorFactory
* Changed client to default to DefaultStoreClient

Expand Down
1 change: 0 additions & 1 deletion src/java/voldemort/versioning/Versioned.java
Expand Up @@ -44,7 +44,6 @@ public Versioned(T object, Version version) {
this.object = object;
}

// public VectorClock getVersion() {
public Version getVersion() {
return version;
}
Expand Down

0 comments on commit 84eda3a

Please sign in to comment.