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:
defnax 2012-11-21 11:38:40 +00:00
parent c154c6b408
commit 3bac522e5f
5 changed files with 5 additions and 4 deletions

View File

@ -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,

View File

@ -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"

View File

@ -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\"

View File

@ -22,7 +22,7 @@
#define GUI_VERSION "0.5.4c"
#define GUI_REVISION "Revision: 5858"
#define GUI_REVISION "Revision: 5862"
#include <QString>

View File

@ -20,7 +20,7 @@
****************************************************************/
#define GUI_VERSION "0.5.4b"
#define GUI_VERSION "0.5.4c"
#define GUI_REVISION "Revision: $WCREV$"