From e996f9e2750577ee7c27e6455dcca070dba58c2f Mon Sep 17 00:00:00 2001 From: csoler Date: Sat, 11 Oct 2014 13:28:41 +0000 Subject: [PATCH] updated ubuntu changelog git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7596 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- build_scripts/Ubuntu_src/changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/build_scripts/Ubuntu_src/changelog b/build_scripts/Ubuntu_src/changelog index 2e732f0dc..b1ad07819 100644 --- a/build_scripts/Ubuntu_src/changelog +++ b/build_scripts/Ubuntu_src/changelog @@ -1,5 +1,20 @@ retroshare06 (0.6.0-0.XXXXXX~YYYYYY) YYYYYY; urgency=low + * Improvements + - Switched MessagesDialog from QTreeView to QTreeWidget and use GxsIdRSTreeWidgetItem to show the gxs id for a distant message. + - increased sync period in RsGxsNetService so as to reduce network load. Increased transaction timeout to 30 seconds + to avoid wasting too many transactions + - Fixed initial fill of the contact list in message composer when only trusted people is checked. + - Replaced external library libcrypt32-cygwin.a by libcrypt32.a from MinGW for Windows compile. + - added a structure in GxsNetService to record who sends info about groups, so as to dynamically compute group + popularity. The GUI needs to be improved to update regularly so as to reflect current values for + popularity. For now only subscribing/unsubscribing and new messages trigger the update + - fixed display of channels with publish key + + -- Cyril Soler Sat, 11 Oct 2014 15:28:00 +0100 + +retroshare06 (0.6.0-0.7584~precise) precise; urgency=low + * Improvements - implemented publish key sharing between peers for channels. - Added automatic upgrade (cipher_migrate) of the sqlite database.