From e315d4e48f08a01714621a6a4fb310894b4ba4d8 Mon Sep 17 00:00:00 2001 From: csoler Date: Wed, 9 Nov 2011 21:34:15 +0000 Subject: [PATCH] updated ubuntu changelog git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4668 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- build_scripts/Ubuntu_src/changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/build_scripts/Ubuntu_src/changelog b/build_scripts/Ubuntu_src/changelog index bf325ec68..8f4095cc4 100644 --- a/build_scripts/Ubuntu_src/changelog +++ b/build_scripts/Ubuntu_src/changelog @@ -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 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.