mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
update changelog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5863 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c154c6b408
commit
3bac522e5f
@ -120,6 +120,7 @@ Changes for 0.5.4c
|
||||
Some of the bootstrap ids are malformed, and this crashes rs.
|
||||
|
||||
* Bugs
|
||||
- suppressed bug due to not cleaning source lists. Would cause transfers to have inconsistent direct sources
|
||||
- added additional checking of incoming compressed chunk map, in case the data is
|
||||
currupted, which might happens with a corrupted ft_transfer.cfg file.
|
||||
- fixed permission of drap+dropped files. all attached files get added to extra list,
|
||||
|
@ -341,7 +341,7 @@ Section $(sec_main) sec_main
|
||||
File /r ${QTBASE}\qt\qt_*.qm
|
||||
File /r ${RSBASE}\src\qt_*.qm
|
||||
File /r "release\pthreadGC2d.dll"
|
||||
File /r "H:\Development\lib\libminiupnpc-1.3\miniupnpc.dll"
|
||||
File /r "d:\Development\lib\libminiupnpc-1.3\miniupnpc.dll"
|
||||
File /r "changelog.txt"
|
||||
File /r /x Data "release\bdboot.txt"
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
; Define your application name
|
||||
!define APPNAME "RetroShare"
|
||||
!define VERSION "0.5.4c"
|
||||
!define REVISION "5858"
|
||||
!define REVISION "5862"
|
||||
!define APPNAMEANDVERSION "${APPNAME} ${VERSION} ${REVISION}"
|
||||
!define QTBASE "d:\qt\2010.05"
|
||||
!define RSBASE "d:\Development\retroshare\retroshare-gui\"
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#define GUI_VERSION "0.5.4c"
|
||||
|
||||
#define GUI_REVISION "Revision: 5858"
|
||||
#define GUI_REVISION "Revision: 5862"
|
||||
|
||||
|
||||
#include <QString>
|
||||
|
@ -20,7 +20,7 @@
|
||||
****************************************************************/
|
||||
|
||||
|
||||
#define GUI_VERSION "0.5.4b"
|
||||
#define GUI_VERSION "0.5.4c"
|
||||
|
||||
#define GUI_REVISION "Revision: $WCREV$"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user