update changelog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/0.5.1@4081 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2011-03-06 15:29:10 +00:00
parent 90ccf47d16
commit fa6e9d8518

View File

@ -1,3 +1,18 @@
Changes for v0.5.1b
* Added missing return... which was crashing OSX during directory creation.
* fixed a toolbar icon to display with a correct size on macosx
* The working (hashing) thread FileIndexMonitor is now stopped when RetroShare is closed.
* Removed tab focus from the toolbar and image buttons.
* Fixd german translation.
* supressed memory leak due to not deleting a RsItem
* suppressed potential SIGSEGV as exit time
* suppressed memory leak in GUI
* Added a confirm to the delete history action.
* Added the RetroShare icon to the password input window.
* fixed soem other potential SIGSEGVs
* fixed potential SIGSEGV because of not checking returned pointer
Changes for v0.5.1a
New features (DHT, Channels, Network View)