From 04dd3928e254b7cc7ff5345c6d5b29c4ac1b2afe Mon Sep 17 00:00:00 2001 From: csoler Date: Sat, 11 Aug 2012 12:01:31 +0000 Subject: [PATCH] updated ubuntu changelog git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5400 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- build_scripts/Ubuntu_src/changelog | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/build_scripts/Ubuntu_src/changelog b/build_scripts/Ubuntu_src/changelog index 1a1064e30..8bc11e46e 100644 --- a/build_scripts/Ubuntu_src/changelog +++ b/build_scripts/Ubuntu_src/changelog @@ -1,5 +1,37 @@ retroshare (0.5.3-0.XXXXXX~YYYYYY) YYYYYY; urgency=low + * Improvements + - improved GenCertDialog logic, showing import buttons only when necessary, enabled + key import when no key is present + - show count of new messages in the toolbar + - improved chat dialog (enabled colored nicknames) + - Reworked notification code in system tray. + - Added a base class and a possibility for the main dialogs and the plugins (derived from MainPage) to provide a notifier. + - added systray notifications for chat lobbies. + - Enabled some more translations in news feed items and fixed german translation. + - Removed not needed file "Thumbs.db" in skin directory. + - improved pgp cleaning function + + * Bugs + - fixed a few bugs in cert creation window: + * private key was not correctly added to private keyring + * self signature validation was reported unsuccessful when unknown signatures where found + - fixed re-copy of dht bootstrap file when the file is empty + - fixed up memory leak in openpgp + - Trim right spaces from certificate name. + - removed a couple of assert that could crash RS + - Fixed bad default value for filter column in ForumsDialog + - return false when ssl passphrase is of length 0. This should not happen, unless the file is void, since openpgp does not complain about decrypting empty files + - added auto-clean of certificates at load time. Removes many errors. + - fixed bug due to misinterpreting non SSLid drectories as potential locations + + * Ongoing developments + - merged GXS branch into trunk. No visible changes to the end user for now. + + -- Cyril Soler Mon, 25 June 2012 21:30:00 +0100 + +retroshare (0.5.3-0.5327~natty) natty; urgency=low + * Improvements - Merged branch v0.5-OpenPGP into trunk. Please read the following important release notes: