From 12f263f75b9369cf80420314e24bd7d689a8aa4d Mon Sep 17 00:00:00 2001 From: defnax Date: Wed, 25 Mar 2009 21:55:31 +0000 Subject: [PATCH] update changelog git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1096 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/changelog.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/retroshare-gui/src/changelog.txt b/retroshare-gui/src/changelog.txt index 5256a5b8f..660ac914f 100644 --- a/retroshare-gui/src/changelog.txt +++ b/retroshare-gui/src/changelog.txt @@ -1,5 +1,23 @@ Changes for v0.4.12c +For the sake of increased stability, internal file formats have slightly +changed. As a result, prople using the new version will have to re-trust +their friends. This can be done efficiently using the drop down menu in +the network view. + +* Fixed win32 compatibility +* Suppressed #ifdef TURTLE_HOPPING from libretroshare, as it s not anymore needed. +* Added a direct make friend button in the drop down list of network dialog +* Suppressed misleading ssl error. +* Secured the output of .cfg files and cache files. Now closing RS or serializing errors while saving these files cannot corrupt them anymore. +* Added a callback to notify when clicking on make friend button +* Made own avatar persistent. Next task will be to make friends avatars persistent too +* Fixed file moving between different file systems, which forced people to have their Incoming directory on the same file system than the Partials directory +* Invitation text contains only certificate information; +* Buttons for saving/opening pqi-files become more noticeable. +* Removed "Email" button from invite dialog. +* Update, during the GUI for invitation changes +* Turtle search now connected to the gui. Next move: digg turtle tunnels for fast download. * Turtle dev. Worked on serialisation, mainly, and connexion to gui. * Finished turtle router.Next task: turtle serializer * Fixed bug: the MainWindow object wasn't deleted.