diff --git a/retroshare-gui/src/changelog.txt b/retroshare-gui/src/changelog.txt index 0df62310e..5e10e8812 100644 --- a/retroshare-gui/src/changelog.txt +++ b/retroshare-gui/src/changelog.txt @@ -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)