Update of /cvsroot/btplusplus/BT++/dist
In directory sc8-pr-cvs1:/tmp/cvs-serv17943/dist
Modified Files:
CHANGELOG.txt BT++.nsi
Log Message:
0.5.3
Index: CHANGELOG.txt
===================================================================
RCS file: /cvsroot/btplusplus/BT++/dist/CHANGELOG.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CHANGELOG.txt 31 Mar 2003 14:30:27 -0000 1.3
--- CHANGELOG.txt 5 Apr 2003 15:15:39 -0000 1.4
***************
*** 1,2 ****
--- 1,11 ----
+ [0.5.3 (alpha)]
+
+ - Fixed: Downloads wouldn't continue uploading after
+ finishing download.
+ - Fixed: BT++.exe would sometimes not terminate correctly,
+ leaving a running instance but no GUI behind.
+ - Started modifying/reworking the whole logging system.
+ It is work in progress... but working.
+
[0.5.2 (alpha)]
Index: BT++.nsi
===================================================================
RCS file: /cvsroot/btplusplus/BT++/dist/BT++.nsi,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** BT++.nsi 31 Mar 2003 14:30:28 -0000 1.13
--- BT++.nsi 5 Apr 2003 15:15:40 -0000 1.14
***************
*** 1,4 ****
!define MUI_PRODUCT "BitTorrent++"
! !define MUI_VERSION "0.5.2"
!include "${NSISDIR}\Contrib\Modern UI\System.nsh"
--- 1,4 ----
!define MUI_PRODUCT "BitTorrent++"
! !define MUI_VERSION "0.5.3"
!include "${NSISDIR}\Contrib\Modern UI\System.nsh"
***************
*** 18,22 ****
;General
! OutFile "BT++-${MUI_VERSION}-bin.exe"
;Text for License window
--- 18,22 ----
;General
! OutFile "BTpp-${MUI_VERSION}-bin.exe"
;Text for License window
|