updated ubuntu changelog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5254 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-06-25 19:11:00 +00:00
parent bc7b42d81f
commit 00554d82b5

View File

@ -1,5 +1,46 @@
retroshare (0.5.3-0.XXXXXX~YYYYYY) YYYYYY; urgency=low retroshare (0.5.3-0.XXXXXX~YYYYYY) YYYYYY; urgency=low
* Improvements
- Added windows for bandwidth/display analysis in tray menu
- Reworked tcponudp/tcpstream. Should make UDP connections much more stable
Increses increases retransmit timeouts, and reduces the number of packets resent.
Added better debugging for retrans/close as separate #defines.
- Moved QoS from pqihandler to pqistreamer. Removes one out queue, suppressed lags
when program is eavily loaded.
- Added bandwidth monitoring service to libretroshare
* p3bwctrl.h/.cc & rsbwctrlitems.h/.cc
* New Interface in pqihandler to extract the data.
* New Interface in rsconfig to display in GUI.
* Added extra debugging in pqistreamer for catching big outqueues.
- Enabled full chunk checking code:
* unchecked chunks are not made available to swarming sources, not saved as done.
* force check now uses the simple method to put all chunks in checking mode
* force checked files can be cancelled (finally!)
* improved display (use red for active chunks, yellow for checking)
* cache file are not using chunk checking (assume_availability=true)
- fixed compilation on OSX
- Added patch #3510849 from Adam (interfect). Capitalize "copy RetroShare key to clipboard"
- Added "file:///" to "%style-dir%" for the chat styles.
- Renamed "RetorShare" to "RetroShare".
- Fixed german language
- Changed chatstyle structure from
- [RS-Dir] / stylesheets / {public | private | history} / my_chatstyle /
to
[RS-Dir] / stylesheets / my_chatstyle / {public | private | history} /
- Optimized the fill of the up- and downloads in TransfersDialog
* Bugs
- fixed bug in friendly display of size > 1TB causing crashes in e.g. channels
- fixed bug in display of upload progress
- Fixed bug in Qt for Windows Vista and higher. Convert path from native separators
of filenames from QFileDialog::getOpenFileName(s) (Patch from AsamK)
- Fixed sorting (case insensitive, numbers) in SearchDialog.
- bug fix, avatar item deserialisation unsafely assumes valid image length. caused crash on windows.
-- Cyril Soler <csoler@users.sourceforge.net> Mon, 25 June 2012 21:30:00 +0100
retroshare (0.5.3-0.5189~lucid) lucid; urgency=low
* Improvements * Improvements
- Sort participants list in the chat lobby case insensitive - Sort participants list in the chat lobby case insensitive
- Added check for empty lobby nick name. - Added check for empty lobby nick name.