linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #06169
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 3083: Update changelog entries
------------------------------------------------------------
revno: 3083
committer: iceman50 <bdcdevel@xxxxxxxxx>
branch nick: dcplusplus
timestamp: Sat 2012-10-20 11:24:50 -0500
message:
Update changelog entries
modified:
changelog.txt
--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk
Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'changelog.txt'
--- changelog.txt 2012-10-19 10:40:17 +0000
+++ changelog.txt 2012-10-20 16:24:50 +0000
@@ -5,6 +5,8 @@
* Plug resource leaks (poy)
* [L#411484] [ADC] Fix BLOM when h > 32 (thanks yorhel)
* [L#198416] Fix a crash when closing the download queue (poy)
+* [L#668548] Fix a potential infinite loop in BufferedSocket->setDataMode (crise)
+* Add "chunked" transfer encoding as per the HTTP/1.1 Spec
-- 0.801 2012-09-29 --
* [L#1029629] Prevent crashes on heavy use by updating Boost.Atomic