From 2be8033c7cb9559215ebec44208bdff2232d96f7 Mon Sep 17 00:00:00 2001 From: csoler Date: Wed, 3 Jul 2013 16:14:48 +0000 Subject: [PATCH] updated changelog git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6473 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- build_scripts/Ubuntu_src/changelog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/build_scripts/Ubuntu_src/changelog b/build_scripts/Ubuntu_src/changelog index b2d7afd25..0e24cfb5b 100644 --- a/build_scripts/Ubuntu_src/changelog +++ b/build_scripts/Ubuntu_src/changelog @@ -1,5 +1,30 @@ retroshare (0.5.4-0.XXXXXX~YYYYYY) YYYYYY; urgency=low + * Improvements + - added last time of transfer (Patch from Phenom) + - Added quick fix to show the plain name and title in the chat lobby + - Use the best network interface to route an ip instead of the first interface in getLocalInterfaces on Windows + - Fixed showing utf8 characters in chat lobby name + - Updated build instruction in file readme.txt (Patch from Henry) + - Patch (modified) from Phenom to allow auto-subscribe to chat lobbies + - added display of SSL encryption parameters in PeerDetails dialog + - fixed packaging with GXS (sqlite linkage, define for encrypted database + - patch from Henry morgan to fix soem typos (e.g misspelled connexion into connection) + - Made pqiStore accept packets even after deserialization error, so that it is retrocompatible (Patch from Phenom) + - GxsIdChooser + * Sort items + * Added timer to load not cached RsGxsId's + - Set path to sqlcipher instead of sqlite for Windows compile. + - new db for release, TESTNET5, old TESTNET4 db's are not keyed + - Updated english translation + + * Bugs + - fixed deadlock in notifyQt + + -- Cyril Soler Tue, 02 Jun 2013 22:00:00 +0100 + +retroshare (0.5.4-0.6455~precise) precise; urgency=low + * Improvements - GUI * added/enabled GUI for distant chat (Invitation handler in config->chat, handling of Distant chat links)