From 6324b4eb8bbc4b2ea446015d016a1d49b089665e Mon Sep 17 00:00:00 2001 From: defnax Date: Thu, 12 Feb 2009 15:17:22 +0000 Subject: [PATCH] update Changelog git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1042 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 4f8ac2e8f..6f143199b 100644 --- a/retroshare-gui/src/changelog.txt +++ b/retroshare-gui/src/changelog.txt @@ -1,3 +1,21 @@ +Changes for v0.4.12b + +* Suppressed an initialized memory read +* Changed PreMods() and postMods() functions into signals in notifyqt +* Added functionality for Bandwidth Graph +* Suppressed bug when creating new certificate +* Added Reply to all Button for Messages +* Changed pointer cast from int to void +* Changed retroshare invite so that it does not contain signatures anymore. +* Small fix to upload transfer rates +* Plugin system: plugin management features added (loading and unloading) +* Fixed bugs in upload speed computation +* Added info for upload peers and rate in Transfer tab +* Enabled translations for QString's in RemoteDirModel +* Fixed Bug: incorrect creation of the plugin +* Fixed Launch Email Bug +* Fixed Save cert to File + Changes for v0.4.12a * Implemented plugin system: first demo version