From 9586868ae03bfb300c12498592eeb239bbb13b58 Mon Sep 17 00:00:00 2001 From: defnax Date: Fri, 31 Jul 2009 15:26:44 +0000 Subject: [PATCH] update git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1457 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/retroshare-gui/src/changelog.txt b/retroshare-gui/src/changelog.txt index b80ebe39d..7400fdc39 100644 --- a/retroshare-gui/src/changelog.txt +++ b/retroshare-gui/src/changelog.txt @@ -1,5 +1,12 @@ Changes for v0.* +* Changes to startup / login function to handle multiple accounts. +* Switched on OpenPGP version by default +* Major change to the way certificates are stored now defaults to ~/.retroshare/SSLID/ +* Changend mods to use miniupnpc v1.3 +* Fixed Bug to use WriteFile instead of write under windows with gpgme. +* Redesign of dwl queue - dwls will be enqueued and picked from there. +* Changed to display the dwl queue in the transfers dialog * Added implementation for priority download queue * Added switching colors for different uploads * Changend Quit RetroShare MessageBox with "Yes" and not more with "OK"