From 42deb4edea05759a81774c1b6160bfc95cff3a71 Mon Sep 17 00:00:00 2001 From: csoler Date: Thu, 1 Nov 2012 12:12:24 +0000 Subject: [PATCH] updated ubuntu changelog git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5755 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- build_scripts/Ubuntu_src/changelog | 50 ++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/build_scripts/Ubuntu_src/changelog b/build_scripts/Ubuntu_src/changelog index b9d7c77af..13130e7d4 100644 --- a/build_scripts/Ubuntu_src/changelog +++ b/build_scripts/Ubuntu_src/changelog @@ -1,5 +1,55 @@ retroshare (0.5.4-0.XXXXXX~YYYYYY) YYYYYY; urgency=low + * Improvements + - GUI + * Added icons for the Channel TreeWidget + * Added placeholder text for Search Filter items on Group TreeWidget + * Added placeholder text for Search Filter items in Messages Dialog + * update the authors on the help page + * Redesigned GenCertDialog for the usage in Profile Manager. + * Removed the filter comboboxes and replaced it with a menu in LineEditClear. + * Added settings for the blinking icons + - private chat window/tab + - chat lobby tab + - all tray notifier + * Added a find Icon Button for the class LineEditClear + * Removed all not needed find icons from the Dialogs. + * Enabled sorting for the Lobby Dialog + * Added a placeholder text for the Search Forum filter + + * Added blinking of the chat icon for private chat window and chat lobby + * Added blinking of the systray icon for the notifier and enabled it + for private chat. + * Cleaned includes in FriendsDialog.cpp + * Fixed switching between combined and not combined tray icon notify + with available messages. + * Added sounds when message has arrived and download was finished. + * The next unread button in forums search for child items and start + at the top when the end of the list is reached. + * Changed SoundManger to allow the plugins to play sounds. + * Added example to VOIP (commented out). + * Added more PRE_TARGETDEPS for Windows compile. + + - DHT + * Improved the dht msg history storage. + * specify how long we store for. + * cleanup old msgs. + * improve printing of history. + * add timeline storage as well. + * disabled by default, enable USE_HISTORY in bdnode.c + + There appears to be a bug related to copying bdId's around. + Some of the bootstrap ids are malformed, and this crashes rs. + + * Bugs + * Fixed stupid bug inDHT. Labels are the wrong way around. + This meant limit is set to HIGH (50msg/sec) when it should be LOW + (5msg/sec) + + -- Cyril Soler Sat, 27 Oct 2012 14:30:00 +0100 + +retroshare (0.5.4-0.5697~natty) natty; urgency=low + * Improvements - GUI