From a6b06fd41a62078433d9bb63887f5175aee0b1ca Mon Sep 17 00:00:00 2001 From: csoler Date: Sat, 14 Mar 2015 15:15:27 +0000 Subject: [PATCH] updated ubuntu changelog git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8018 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- build_scripts/Debian+Ubuntu/changelog | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/build_scripts/Debian+Ubuntu/changelog b/build_scripts/Debian+Ubuntu/changelog index 5d080c599..bbe94d5e3 100644 --- a/build_scripts/Debian+Ubuntu/changelog +++ b/build_scripts/Debian+Ubuntu/changelog @@ -1,5 +1,33 @@ retroshare06 (0.6.0-0.XXXXXX~YYYYYY) YYYYYY; urgency=low + Improvements + * Identities + - moved signature validation and encryption one level up into p3IdService. + - Added timestamp for GXS identities and auto-removal after 30 days. Updated display in IdDialog + + * GUI + - Moved TokenQueue, TokenResponse, UIStateHelper and mGroupId from the classes GxsMessageFramePostWidget/GxsForumThreadWidget + to the base class GxsMessageFrameWidget. + - Optimized search of feed items in RSFeedWidget by using a map instead of QTreeWidgetItemIterator. + - Fixed missing notify of changed message ids to the gui. + - use right status ions + + * GXS + - Reduced locking time of mutex in RsGenExchange::processMsgMetaChanges and RsGenExchange::processGrpMetaChanges. + + * Chat lobbies + - Added re-check of "Not found" identities for chat lobby participants list. + - Added check of RsAutoUpdatePage::eventsLocked to GxsIdDetails::timerEvent. + + * Packaging + - fixed packaging script modifying wrong version file + Bugs + * attempt to fix the deadlock situations in pqithreadstreamer. Also solves the crash when quitting + + -- Cyril Soler Tue, 14 Mar 2015 16:00:00 +0100 + +retroshare06 (0.6.0-0.8004~precise) precise; urgency=low + Improvements * GUI - Fixed display of version information.