updated ubuntu changelogs

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5611 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-09-26 20:28:33 +00:00
parent fbc937c638
commit fff387f7dd
2 changed files with 41 additions and 2 deletions

View File

@ -1,5 +1,28 @@
retroshare (0.5.4-0.XXXXXX~YYYYYY) YYYYYY; urgency=low retroshare (0.5.4-0.XXXXXX~YYYYYY) YYYYYY; 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
when scrollbars are visible.
- Stored some license files to utf-8 encoding, required by nsis installer
- Changed font color in ProfileWidget to standard.
- Corrected installer translation
- Disabled fix color of chat messages for Qt 4.5 and lower because of missing methods on QColor in Qt 4.5
- Add direct public sources for files shared in channels, when available
- Improvements to turtle router:
* made faster tunnels stay longer by increasing tunnel campain time. Should favor fast tunnels.
* desactivated tunnel shortenning since it cannot produce consistent tunnels every time
* increase cache TTL for search requests to 240 secs and tunnel requests to 120 secs.
This should remove some zombie tunnels and search requests.
- Debian Buildscript. Fixed Version for Packagename
* Bugs
- Fixed crash when closing the settings dialog
-- Cyril Soler <csoler@users.sourceforge.net> Sat, 26 Sept 2012 22:30:00 +0100
retroshare (0.5.4-0.5582~natty) natty; urgency=low
* Improvements * Improvements
- updated to v0.5.4a - updated to v0.5.4a
- improved chat readability (Patch from AC) - improved chat readability (Patch from AC)

View File

@ -1,4 +1,20 @@
retroshare-voip-plugin (0.5.3-0.XXXXXX~YYYYYY) YYYYYY; urgency=low retroshare-voip-plugin (0.5.4-0.XXXXXX~YYYYYY) YYYYYY; urgency=low
* Improvements
- Added Spanish translation file for the VOIP plugin
- Removed html code on some QLabels
- Update french translation
- Enable Translations for Voip plugin
- Fixed small code issues
* Bugs
- Fixed crash and memory leak in the AudioWizard of the VOIP plugin.
- Please use at least Qt 4.6.4 when compiling RetrosShare with the VOIP plugin because of the fix
of the bug QTBUG-11883.
-- Cyril Soler <csoler@users.sourceforge.net> Wed, 26 sept 2012 22:30:00 +0100
retroshare-voip-plugin (0.5.4-0.5584~natty) natty; urgency=low
* Improvements * Improvements
- Functional version of VOIP plugin. - Functional version of VOIP plugin.
@ -6,4 +22,4 @@ retroshare-voip-plugin (0.5.3-0.XXXXXX~YYYYYY) YYYYYY; urgency=low
- Fixed linking of the VOIP plugin on Windows (Exports all symbols from RetroShare.exe and import it in the plugins. - Fixed linking of the VOIP plugin on Windows (Exports all symbols from RetroShare.exe and import it in the plugins.
Removed the direct linking of the libretroshare and libbitdht from the plugins.) Removed the direct linking of the libretroshare and libbitdht from the plugins.)
-- Cyril Soler <csoler@users.sourceforge.net> Fri, 24 aug 2012 12:00:00 +0100 -- Cyril Soler <csoler@users.sourceforge.net> Sat, 15 sept 2012 14:30:00 +0100