summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorAsif Saif Uddin (Auvi) <auvipy@gmail.com>2020-07-31 22:27:52 +0600
committerAsif Saif Uddin (Auvi) <auvipy@gmail.com>2020-07-31 22:27:52 +0600
commit4cbb5c46fc461bbf516e346aaca2aadc015544f6 (patch)
treecd597f3dcf8db2e55974ca2f925d821c4ebb490a /Changelog
parentd431062c3848e5053b0d5f944af8a652beaa44a6 (diff)
downloadpy-amqp-4cbb5c46fc461bbf516e346aaca2aadc015544f6.tar.gz
Vhangelog entry for v2.6.1
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index f92aeb5..2d63132 100644
--- a/Changelog
+++ b/Changelog
@@ -7,6 +7,19 @@ http://code.google.com/p/py-amqplib/source/browse/CHANGES
.. _version-2.6.0:
+2.6.1
+=====
+:release-date: 2020-07-31 10.30 P.M UTC+6:00
+:release-by: Asif Saif Uddin
+
+- Fix buffer overflow in frame_writer after frame_max is increased. `frame_writer`
+allocates a `bytearray` on intialization with a length based on the `connection.frame_max`
+value. If `connection.frame_max` is changed to a larger value, this causes an
+error like `pack_into requires a buffer of at least 408736 bytes`.
+
+
+.. _version-2.6.0:
+
2.6.0
=====
:release-date: 20-06-01 12.00 P.M UTC+6:00