From 42297efb165cc719fbb41d2781a3ab987c18cb8f Mon Sep 17 00:00:00 2001 From: csoler Date: Sat, 20 Oct 2012 11:42:57 +0000 Subject: [PATCH] updated ubuntu changelog. Updated scripts for Quantal Qetzal git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5694 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- build_scripts/Ubuntu_src/changelog | 39 +++++++++++++++++++ build_scripts/Ubuntu_src/makeSourcePackage.sh | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/build_scripts/Ubuntu_src/changelog b/build_scripts/Ubuntu_src/changelog index 2e9103159..fe69ae198 100644 --- a/build_scripts/Ubuntu_src/changelog +++ b/build_scripts/Ubuntu_src/changelog @@ -1,5 +1,44 @@ retroshare (0.5.4-0.XXXXXX~YYYYYY) YYYYYY; urgency=low + * Improvements + + - GUI + * Added Search Filter for the FriendsList + * set a minimum spacing on ChatWidget + * Added to display tooltip's for the Voip button's + * Moved the Send Button to right side of the Chat LineEdit for better look. + * Changed some language strings in the GUI, removed hardcoded fonts (Patch from Henry) + * removed html strings from GenCertDialog + * moved some description text from the header, to look better + * update translation strings + * several improvements of the GUI layout. + * cleaned up many unnecessary files + * Improved (ungendered) English friend recommendation message (patch ID: 3536093 ) + * Support for custom qss in data dir and config dir + * update win installer script, to install turkish Qt translation + * renamed Bubble Compact folder + * Added attempt to load the translations for the Qt's internal srings from datadir/translations + + - VOIP plugin + * Added support for external translation files for the main application and the plugins LinksCloud and VOIP. + The following files are loaded from the directory /translations: retroshare_*.qm, LinksCloud_*.qm, VOIP_*.qm + * Added turkish voip translation + * Added Brazilian Portuguese VOIP translation + + * Bugs + - Fixed "jumping" of the items in channels and news feed when items are changed (load, toggle and remove). + - Added workaround for QTBUG-3372. + - Hide request Label, when peer is unknown + - Fixed edit of a message with plaintext. The newlines remain unchanged (investigated by braindead) + + - Plugin LinksCloud: + * Fixed crash when clicking on the link. + * Fixed process of https links. + + -- Cyril Soler Sat, 20 Oct. 2012 14:30:00 +0100 + +retroshare (0.5.4-0.5611~natty) natty; urgency=low + * Improvements - removed some warnings and debug info - Fixed sensitivity of the action in the context menu to copy a link from the chat text diff --git a/build_scripts/Ubuntu_src/makeSourcePackage.sh b/build_scripts/Ubuntu_src/makeSourcePackage.sh index 63a88cb83..e5a1df46f 100755 --- a/build_scripts/Ubuntu_src/makeSourcePackage.sh +++ b/build_scripts/Ubuntu_src/makeSourcePackage.sh @@ -128,7 +128,7 @@ cd $workdir #for i in sid; do #for i in natty; do -for i in precise oneiric karmic lucid maverick natty; do +for i in quantal precise oneiric karmic lucid maverick natty; do echo copying changelog for $i cat ../changelog | sed -e s/XXXXXX/"$svn"/g | sed -e s/YYYYYY/"$i"/g > debian/changelog