mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 23:36:59 -05:00
updated ubuntu changelog. Added oneiric 11.10 in the list of builds
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4642 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d8702d73d2
commit
1c8c62f999
@ -1,5 +1,36 @@
|
|||||||
retroshare (0.5.2-0.XXXXXX~YYYYYY) YYYYYY; urgency=low
|
retroshare (0.5.2-0.XXXXXX~YYYYYY) YYYYYY; urgency=low
|
||||||
|
|
||||||
|
* Improvements
|
||||||
|
- updated build scripts and .pro files forubuntu oneiric
|
||||||
|
- fixed plugin system on windows.
|
||||||
|
- updated french translation
|
||||||
|
- Add the private chat message to the history after removing the private chat
|
||||||
|
queue (when the user has read the message).
|
||||||
|
- Added loading text to forumsdialog and enabled percentage numbers to be shown also
|
||||||
|
- added display of TR forwarding probability as a function of depth.
|
||||||
|
- Moved the chat history into the libretroshare.
|
||||||
|
* Now the history is saved encrypted. Please delete all files with "chat*.xml" in your profile folder.
|
||||||
|
* Added new config p3HistoryMgr and interface p3History.
|
||||||
|
* Added new option to limit the count of the saved history items.
|
||||||
|
* Added new simple html optimizer "RsHtml::optimizeHtml" to reduce the size of the html strings.
|
||||||
|
|
||||||
|
|
||||||
|
* Bug fixes
|
||||||
|
- fixed issue of loading the correct instance of RetroShare.conf when switching
|
||||||
|
locations (Patch from AsamK #3423256)
|
||||||
|
- fixed utf8 issues (umlauts in the Windows user name, search string with utf8,
|
||||||
|
location names, links from browser, history manager)
|
||||||
|
- fixed update of friend status in chat window
|
||||||
|
- fixed bug with anonymous channels asking for friends to be sources
|
||||||
|
- fixed link passed issue due to usin self-closign links (Patch from Asamk #3418941)
|
||||||
|
- fixed display of filename when an upload is a partially downloaded file
|
||||||
|
- removed early pruning of TR which was preventing any TR to go beyond the limit
|
||||||
|
in case of heavy traffic. Pruning now applied probabilitically at end of loop.
|
||||||
|
|
||||||
|
-- Cyril Soler <csoler@users.sourceforge.net> Sun, 16 Oct 2011 20:30:00 +0100
|
||||||
|
|
||||||
|
retroshare (0.5.2-0.4622~lucid) lucid; urgency=low
|
||||||
|
|
||||||
* Improvements
|
* Improvements
|
||||||
- Changed default random number generator to use RAND_bytes from openssl.
|
- Changed default random number generator to use RAND_bytes from openssl.
|
||||||
- Updated random testing code and fixed compilation
|
- Updated random testing code and fixed compilation
|
||||||
|
@ -103,7 +103,7 @@ mv -f retroshare-0.5/debian/control.tmp retroshare-0.5/debian/control
|
|||||||
|
|
||||||
cd retroshare-0.5
|
cd retroshare-0.5
|
||||||
|
|
||||||
for i in karmic lucid maverick natty; do
|
for i in oneiric karmic lucid maverick natty; do
|
||||||
echo copying changelog for $i
|
echo copying changelog for $i
|
||||||
cat ../changelog | sed -e s/XXXXXX/"$svn"/g | sed -e s/YYYYYY/"$i"/g > debian/changelog
|
cat ../changelog | sed -e s/XXXXXX/"$svn"/g | sed -e s/YYYYYY/"$i"/g > debian/changelog
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user