Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfrey committed Mar 12, 2013
1 parent 647ed92 commit d835158
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
PROJECT(darner)

SET(DARNER_VERSION 0.1.4)
SET(DARNER_VERSION 0.1.5)

CMAKE_MINIMUM_REQUIRED(VERSION 2.4)

Expand Down
12 changes: 12 additions & 0 deletions ChangeLog
@@ -1,3 +1,15 @@
2013.03.12, 0.1.5

* Homebrew install instructions [Henrik Bjørnskov]

* Be permissive to clients using extra whitespace in requests.

* Supports older Boost. (1.40.0)

* Fix /close returning the next item when it shouldn't.

* Add /sync flag for synchronous writes for set. [anight]

2012.08.26, 0.1.4

* Fix bad cast sometimes causing memory fault.
Expand Down

0 comments on commit d835158

Please sign in to comment.