updated changelog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6473 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-07-03 16:14:48 +00:00
parent 12e228eba6
commit 2be8033c7c

View File

@ -1,5 +1,30 @@
retroshare (0.5.4-0.XXXXXX~YYYYYY) YYYYYY; urgency=low
* Improvements
- added last time of transfer (Patch from Phenom)
- Added quick fix to show the plain name and title in the chat lobby
- Use the best network interface to route an ip instead of the first interface in getLocalInterfaces on Windows
- Fixed showing utf8 characters in chat lobby name
- Updated build instruction in file readme.txt (Patch from Henry)
- Patch (modified) from Phenom to allow auto-subscribe to chat lobbies
- added display of SSL encryption parameters in PeerDetails dialog
- fixed packaging with GXS (sqlite linkage, define for encrypted database
- patch from Henry morgan to fix soem typos (e.g misspelled connexion into connection)
- Made pqiStore accept packets even after deserialization error, so that it is retrocompatible (Patch from Phenom)
- GxsIdChooser
* Sort items
* Added timer to load not cached RsGxsId's
- Set path to sqlcipher instead of sqlite for Windows compile.
- new db for release, TESTNET5, old TESTNET4 db's are not keyed
- Updated english translation
* Bugs
- fixed deadlock in notifyQt
-- Cyril Soler <csoler@users.sourceforge.net> Tue, 02 Jun 2013 22:00:00 +0100
retroshare (0.5.4-0.6455~precise) precise; urgency=low
* Improvements
- GUI
* added/enabled GUI for distant chat (Invitation handler in config->chat, handling of Distant chat links)