diff options
author | Matt Stancliff <matt@genges.com> | 2015-01-22 15:34:35 -0500 |
---|---|---|
committer | Matt Stancliff <matt@genges.com> | 2015-01-22 16:00:38 -0500 |
commit | bbd6044e35740a13bcd9951a7d912ec12a9c82b9 (patch) | |
tree | 7b6e29c7b69cc3fc72f0b475e7f5a5f2879b674c | |
parent | dd680fcc14ca2b950fd454577fcf532d58ffa7b5 (diff) | |
download | hiredict-bbd6044e35740a13bcd9951a7d912ec12a9c82b9.tar.xz |
Update changelog for 0.12.0
-rw-r--r-- | CHANGELOG.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 268b15c..7c31015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,42 @@ +### 0.12.0 - January 22, 2015 + +* Add optional KeepAlive support + +* Try again on EINTR errors + +* Add libuv adapter + +* Add IPv6 support + +* Remove possiblity of multiple close on same fd + +* Add ability to bind source address on connect + +* Add redisConnectFd() and redisFreeKeepFd() + +* Fix getaddrinfo() memory leak + +* Free string if it is unused (fixes memory leak) + +* Improve redisAppendCommandArgv performance 2.5x + +* Add support for SO_REUSEADDR + +* Fix redisvFormatCommand format parsing + +* Add GLib 2.0 adapter + +* Refactor reading code into read.c + +* Fix errno error buffers to not clobber errors + +* Generate pkgconf during build + +* Silence _BSD_SOURCE warnings + +* Improve digit counting for multibulk creation + + ### 0.11.0 * Increase the maximum multi-bulk reply depth to 7. |