update changelog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1096 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-03-25 21:55:31 +00:00
parent ef54d9d176
commit 12f263f75b

View File

@ -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.