mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 07:59:29 -05:00
updated debian-src changelog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4159 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c0f94a41db
commit
1698e17380
@ -1,4 +1,14 @@
|
||||
retroshare (0.5.1-0.XXXXXX~YYYYYY) YYYYYY; urgency=low
|
||||
* Improvements
|
||||
- made flat view for shared files less CPU demanding
|
||||
- added automated treatment of RS links from web browser
|
||||
|
||||
* Bug fixes
|
||||
- removed potential segfault when decrypting cache file
|
||||
|
||||
-- Cyril Soler <csoler@users.sourceforge.net> Mon, 11 Apr 2010 21:35:46 +0100
|
||||
|
||||
retroshare (0.5.1-0.4154~lucid) lucid; urgency=low
|
||||
|
||||
* Improvements
|
||||
- added flat view for shared files, with search, sorting and temporised update
|
||||
@ -26,6 +36,8 @@ retroshare (0.5.1-0.XXXXXX~YYYYYY) YYYYYY; urgency=low
|
||||
- fixed thread leak in file checking due to not calling pthread_join() on finished thread
|
||||
- showing uploads by default, instead of current transfer
|
||||
|
||||
-- Cyril Soler <csoler@users.sourceforge.net> Mon, 11 Apr 2010 21:35:46 +0100
|
||||
|
||||
retroshare (0.5.1-0.4097~lucid) lucid; urgency=low
|
||||
|
||||
* Improvements
|
||||
|
@ -14,7 +14,7 @@ echo Revision number is $svn.
|
||||
echo Type ^C to abort, or enter to continue
|
||||
read tmp
|
||||
|
||||
svn=4097
|
||||
svn=4153
|
||||
rm -rf ./retroshare-0.5
|
||||
# ./makeSourcePackage.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user