summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2012-07-13 21:28:16 +0900
committerINADA Naoki <songofacandy@gmail.com>2012-07-13 21:28:16 +0900
commit7b1167044b17572126fc69b89eb6fa9c0a5afb91 (patch)
tree8fc6615daebf9c7d1efe75543c47313196cb783f /ChangeLog.rst
parente133c7fd27a515feba7691d6ad37cc9d58dc5b42 (diff)
downloadmsgpack-python-7b1167044b17572126fc69b89eb6fa9c0a5afb91.tar.gz
Add max_buffer_size to Unpacker.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index e255e19..e86e3bd 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,19 @@
+0.2.1
+=======
+:release date: NOT RELEASED YET
+
+Changes
+-------
+* Add ``max_buffer_size`` parameter to Unpacker. It limits internal buffer size
+ and allows unpack data from untrusted source safely.
+
+* Unpacker's buffer reallocation algorithm is less greedy now. It cause perforamce
+ derease in rare case but memory efficient and don't allocate than ``max_buffer_size``.
+
+Bugs fixed
+----------
+
+
0.2.0
=======
:release date: 2012-06-27