diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2012-08-27 23:55:23 -0700 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2012-08-27 23:55:23 -0700 |
commit | 1f420bd31b94b8145832ad13c2cd22cab596587c (patch) | |
tree | c522ebb3e8630dc9510ebd8147947b9d35ac2928 | |
parent | 05d0608ab9311f48be9b95495e0ea9d7eee5f148 (diff) |
Mention changes in CHANGELOG
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d41db8a..4a57b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### 0.11.0 + +* Increase the maximum multi-bulk reply depth to 8. + +* Increase the read buffer size from 2k to 16k. + +* Use poll(2) instead of select(2) to support large fds (>= 1024). + ### 0.10.1 * Makefile overhaul. Important to check out if you override one or more |