updated ubuntu changelog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7939 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-02-11 07:01:17 +00:00
parent 8b1d94fe3e
commit 085c6b1932

View File

@ -1,5 +1,59 @@
retroshare06 (0.6.0-0.XXXXXX~YYYYYY) YYYYYY; urgency=low
Improvements
* GUI
- Fixed loading of avatars
- Used RsGxsGroupId instead of std:string for id/name in IdEditDialog/GxsidChooser.
- Added a send message button on header frame.
- set default border stylesheet for the Avatar Label.
- Added info pane for unsubscribed channels
- Added placeholder text to RSFeedWidget
- fixed bug in control of available identities for signature in MessageComposer
- fixed bug in distant msg composer checking
- added avatars for GXS ids in distant chat
- Receiving a shared key:
* Added notify of the group id and the refresh of the gui
* Added system message (create of message disabled)
* Added possibility to show a news feed item
- RetroShareLink:
* Fixed create unknown ssl certificate
* Fixed process of person link
- added columns context menu entry, to hide optional some columns
- Fixed double feed publication
- separated "owned by you" and "linked to your node" which are two different things; fixed bug showing chat menu for own identity
- fixed typo in column addressing
- Fixed Scale QLabel content
- set item icon size 22x for Identity icons.
- Used AvatarDialog to choose an avatar for an identity.
- added avatar to GxsId tooltip (see in forums).
- Removed thread data race due to multiple threads accessing the static data member image_cache, causing avatars to not show up randomly.
- removed unused code in ServicePermissionPage
- Fixed deadlock in RSGraphWidget
- Set Light gray background color for the identicons for better look n feel.
- Fixed to scale QLabel content.
- Moved to display Avatars on ID Dialog into a QLabel
- Added Avatar Dialog at the moment for own peerid, soon for gxs avatars change.
- switch to standard identity icon format for defautl icons (patch from Phenom, slightly modified)
- Enabled display of extern gxs Avatars on ID Details Dialog
- implemented dedicated widget for service permission matrix. Permissions are not saved yet, and we also need a default switch
- Moved remove button under the add btn,for better look.
- Removed "Send" button in CreateGxsForumMsg and used "Ok" button of the buttonbox to send a message.
* GXS
- Fixed possible crash in the handle methods of RsGxsNetService when the dynamic cast of a received item fails.
- added number of posts at friends to saveList/loadList. Improves visibility of number of posts
* Serialisation
- re-enabled anti-svg bomb code before some jerk tries to exploit it. It was used for wide strings.
Moved it to std::string deserialisation.
* Packaging
- Fixed utf8 issue in Windows installer
-- Cyril Soler <csoler@users.sourceforge.net> Tue, 10 Jan 2015 23:00:00 +0100
retroshare06 (0.6.0-0.7891~precise) precise; urgency=low
Improvements
* GXS
- group pulish TS is now accounted for in mServerGrpSyncMap, so that modification of metadata is propagated in the network;