summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-08-06 16:22:25 +0000
committerNick Mathewson <nickm@torproject.org>2008-08-06 16:22:25 +0000
commit2905291af2c3719bdd482e8c6f59ec983fe0e827 (patch)
treecd2dc819ebdff3ee8f520b4016ac3738cf2572c1 /ChangeLog
parent37432c06ef9d763d6751e2a78c85d52d8b77d327 (diff)
downloadtor-2905291af2c3719bdd482e8c6f59ec983fe0e827.tar.gz
tor-2905291af2c3719bdd482e8c6f59ec983fe0e827.zip
r17659@tombo: nickm | 2008-08-06 12:22:11 -0400
Fix bug 794: recover 3 bytes wasted per memory chunk. Fix from rovv. svn:r16447
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5460de2087..490d93c5d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@ Changes in version 0.2.1.5-alpha - 2008-08-??
IPv6 addresses.
- Generate and accept IPv6 addresses in many protocol elements.
+ o Minor bugfixes:
+ - Recover 3-7 bytes that were wasted per memory chunk. Fixes bug
+ 794; bug spotted by rovv. Bugfix on 0.2.0.1-alpha.
+
Changes in version 0.2.1.4-alpha - 2008-08-04
o Major bugfixes: