From 9f5ea5fb89fbfe4412c38fbf04b5aa54a3f28d58 Mon Sep 17 00:00:00 2001 From: defnax Date: Mon, 5 Apr 2010 19:58:56 +0000 Subject: [PATCH] update Changelog git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2685 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/changelog.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/retroshare-gui/src/changelog.txt b/retroshare-gui/src/changelog.txt index 2ccb05733..c8ea9244d 100644 --- a/retroshare-gui/src/changelog.txt +++ b/retroshare-gui/src/changelog.txt @@ -1,3 +1,31 @@ +Changes for v0.5.0 + +* corrected small bug in max search determination +* Fixed translations on StatusBar display. +* added a state message for examining files. +* suppressed bug in settings +* cleaned the code and debugged the icons +* suppressed notify callback in main thread, resulting in deadlock, and explicitely askes for queued message passing for notifyError +* bug fixed for deleting selected messages +* change the timings and add some randomness for tcp connections +* corrected one nasty bug due to missing return +* added security to fd management, corrected bug causing bad fseeks +* suppressed some uninitialized memory reads +* made the key font Courier New to allow fixed-size display (makes the key much more readable) +* suppressed uninitialized memory read in file transfer, also made the TransferDialog more secure +* reset only ComboBox when close all search results +* Fixed to display Dir Count in search +* fixed to display Certificate in CryptoPage userfriendly +* restored the courier new font, to allow the user to quickly vizualize errors in the keys (and to make the display less messy) +* fixed open file, removed file action menu (already handled by the system) +* fixed the update of message icon when there is a new message +* fixed: enabled translation for Hide/Expand Button in Messages +* cleaned some debug text, suppressed a few memory leaks +* suppressed some memory leaks due to bad use of QMenu +* fixed Folder Age with min_age +* Change the status bar network display +* add the ability to copy file details text + Changes for v0.5.0 alpha 2 * fixed a bug in download queue when ticking inactive files. Added a checkbox for showing cache transfers. Cleaned the dialog cleaning method.