From 99274d1a055694677f0a75834dd60193df387e56 Mon Sep 17 00:00:00 2001 From: csoler Date: Sun, 23 Nov 2014 17:49:47 +0000 Subject: [PATCH] updated ubuntu changelog git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7702 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- build_scripts/Ubuntu_src/changelog | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/build_scripts/Ubuntu_src/changelog b/build_scripts/Ubuntu_src/changelog index 5270adbfb..884dc8a5f 100644 --- a/build_scripts/Ubuntu_src/changelog +++ b/build_scripts/Ubuntu_src/changelog @@ -1,5 +1,44 @@ retroshare06 (0.6.0-0.XXXXXX~YYYYYY) YYYYYY; urgency=low + Improvements + GUI + * HTML Text optimization (patch from Phenom) + * Enabled by default to display Friends Avatar on Friendslist + * Changed for RS 0.6 the status icons + * beautify the status string which displays after nicknames + * improved GUI for distant chat, making it possible to choose which identity we use to chat someone + * improved design of existing feed items + * Added new stylesheet qdarkstyle + * created new RSFeedWidget to be used in news feed + * Added to change dynamicly the share key info description. + * Added default stylesheet for the info label + + Distant chat + * improved logic in distant chat, and fixed several bugs causing unstable conversations + + GXS + * implemented more tests and fixed a few bugs in GxsSecurity + * added feed items and logic for GXS channels/forums/posted + + Core + * Mutex debugging: added a new macro RS_STACK_MUTEX(myMutex) to trigger a scope guard while recording file location + and line number. Moved the timings from RsMutex to RsStackMutex. Changed the mutexes in rsgenexchange and rsgxsntservice to use the new macro. + * separated chat items from message items, separated chat into tree components: chat, distant chat and distributed chat + (i.e. lobbies). moved all chat components into chat/. Removed deprecated chat items. Moved all distant chat code into a + separate file. + * fixed compilation of network simulator + * updated windows build bats + + Bug fixes + * removed uninitialised memory read in rsgxsnetservice.cc + * fixed re-login after wrong passwd. Patch from Electron + * fixed adding groups to message recipient (Patch from Phenom, modified) + * fixed memory leak in rsgenexchange.cc + + -- Cyril Soler Sun, 23 Nov 2014 19:00:00 +0100 + +retroshare06 (0.6.0-0.7661~precise) precise; urgency=low + Improvements: GUI * Added systray menu in status bar. Helps people without a systray (Patch form Phenom)