From 3787b14fd4daecbf4d65c8c50edcb2f297230eaf Mon Sep 17 00:00:00 2001 From: csoler Date: Fri, 25 May 2012 07:39:47 +0000 Subject: [PATCH] updated ubuntu changelog git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5188 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- build_scripts/Ubuntu_src/changelog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/build_scripts/Ubuntu_src/changelog b/build_scripts/Ubuntu_src/changelog index f4b88f32c..e5596132b 100644 --- a/build_scripts/Ubuntu_src/changelog +++ b/build_scripts/Ubuntu_src/changelog @@ -1,3 +1,23 @@ +retroshare (0.5.3-0.XXXXXX~YYYYYY) YYYYYY; urgency=low + + * Improvements + - Sort participants list in the chat lobby case insensitive + - Added check for empty lobby nick name. + - Moved notify of lobby nick name change from the gui to p3ChatService. + - Added new placeholder %style-dir% for ChatStyles (patch from Imanuel) + - Fixed replacing of %color% in ChatStyle. It should not be replaced after %message%. + - Redesigned ConnectFriendWizard as ui file. + - Added new base class DropLineEdit. + - Fixed german language. + - changed base-class of AvatarWidget to QLabel (Patch from braindead) + - prepared property-dependend stylesheets + - simplified avatarwidget + + * Bugs + - Added missing mutex locks for p3ChatService::_default_nick_name. + + -- Cyril Soler Wed, 24 May 2012 22:30:00 +0100 + retroshare (0.5.3-0.XXXXXX~YYYYYY) YYYYYY; urgency=low * Improvements