updated ubuntu changelog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4668 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2011-11-09 21:34:15 +00:00
parent 43cbc153ed
commit e315d4e48f

View File

@ -1,5 +1,20 @@
retroshare (0.5.2-0.XXXXXX~YYYYYY) YYYYYY; urgency=low
* Improvements
- implemented handling and creation of collection files
- improved computation of CRC32 maps (separate thread, cache keeping, sending of keep-alive packets)
- fixed compilation of some tests in libretroshare/src/tests/ft/
- updated german language
- started implementing a file mapper to allow linear download of data with automatic de-fragmentation (not enabled yet)
* Bug fixes
- bug in CRC32 map cross-checking: only downloaded chunks would be checked.
- fixed bug in file transfer re-allocating a local variable
-- Cyril Soler <csoler@users.sourceforge.net> Wed, 09 Nov 2011 20:30:00 +0100
retroshare (0.5.2-0.4653~lucid) lucid; urgency=low
* Improvements
- removed delay in file checking that would cause excessively long file update cycle
- implemented slice sharing between peers.