From: <sir...@us...> - 2003-03-28 16:51:21
|
Update of /cvsroot/btplusplus/BT++/dist In directory sc8-pr-cvs1:/tmp/cvs-serv24924/dist Modified Files: README.txt CHANGELOG.txt BT++.nsi Log Message: 0.5.1 Index: README.txt =================================================================== RCS file: /cvsroot/btplusplus/BT++/dist/README.txt,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** README.txt 16 Mar 2003 01:17:57 -0000 1.10 --- README.txt 28 Mar 2003 16:51:03 -0000 1.11 *************** *** 65,74 **** Unix / Linux: 1 - Install Python(http://www.python.org) ! 2 - Install wxWindows+wxPython(http://www.wxpython.org) 3 - Unpack the tar.gz / tar.bz either 4 - go to the src directory and use 'python BT++.py' to start BT++ (on some systems with both python 1.x and 2.x you might have to use ! 'python2' instead of 'python') or 4 - make BT++.py in the src directory executable ('chmod +x BT++.py') --- 65,74 ---- Unix / Linux: 1 - Install Python(http://www.python.org) ! 2 - Install wxWindows + wxPython(http://www.wxpython.org) 3 - Unpack the tar.gz / tar.bz either 4 - go to the src directory and use 'python BT++.py' to start BT++ (on some systems with both python 1.x and 2.x you might have to use ! 'python2' instead of 'python') or 4 - make BT++.py in the src directory executable ('chmod +x BT++.py') *************** *** 81,85 **** When starting the tool the first time it will create four subdirectories. ! In the one, called 'torrent', you have to put the downloaded torrent files. Files that are currently downloaded are put in the 'temp' dir and moved to 'incoming' after they are finished. 'history' will contain all --- 81,85 ---- When starting the tool the first time it will create four subdirectories. ! In the one called 'torrent', you have to put the downloaded torrent files. Files that are currently downloaded are put in the 'temp' dir and moved to 'incoming' after they are finished. 'history' will contain all *************** *** 91,94 **** There is some kind of priority implemented. If set to auto download BT++ will start the downloads at the top of the list first. You can move items ! by draging and droping the number at the very left of the grid, or by ! using the 'Move Up/Down' options in the right-click-popup. --- 91,98 ---- There is some kind of priority implemented. If set to auto download BT++ will start the downloads at the top of the list first. You can move items ! by using the 'Move Up/Down' options in the right-click-popup. ! ! If you want to use BT++ for seeding torrents simply put the torrent you ! want to seed into the history directory and the finished file in the ! incoming directory. This will make the torrent appear in the history tab ! in BT++. Resume the file to start uploading. Index: CHANGELOG.txt =================================================================== RCS file: /cvsroot/btplusplus/BT++/dist/CHANGELOG.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CHANGELOG.txt 9 Mar 2003 12:11:55 -0000 1.1 --- CHANGELOG.txt 28 Mar 2003 16:51:03 -0000 1.2 *************** *** 1,2 **** --- 1,22 ---- + [0.5.1 (alpha)] + + - Updated to wxPython 2.4.0.7 (false/true deprecated). + - Updated to BT 3.2 (some Loader changes + core). + - Implemented seed number control. + - Fixed: If last torrent completed it wasn't removed from list + - Added shell command to BT++.py + - Fixed pause. + - Fixed cancel. + - Fixed pause while hashing. + - Fixed little bug in 'Add Torrent'. + - Fixed problem with spaces in 'Add Torrent'. + - Improved downloading code for 'Add Torrent'. + - Abstraction of seed management. + - Global upload limit fixed. + - Fixed bug in lock/unlock. + - Added clear button to the log tab. + - Fixed stupid logging bug. + - Added colors to the log. + [0.5.0 (alpha)] Index: BT++.nsi =================================================================== RCS file: /cvsroot/btplusplus/BT++/dist/BT++.nsi,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** BT++.nsi 10 Mar 2003 18:42:20 -0000 1.11 --- BT++.nsi 28 Mar 2003 16:51:03 -0000 1.12 *************** *** 1,4 **** !define MUI_PRODUCT "BitTorrent++" ! !define MUI_VERSION "0.5.0" !include "${NSISDIR}\Contrib\Modern UI\System.nsh" --- 1,4 ---- !define MUI_PRODUCT "BitTorrent++" ! !define MUI_VERSION "0.5.1" !include "${NSISDIR}\Contrib\Modern UI\System.nsh" *************** *** 45,49 **** File "..\build\BT++\select.pyd" File "..\build\BT++\wxc.pyd" ! File "..\build\BT++\wxmsw240h.dll" File "..\build\BT++\zlib.pyd" File "README.txt" --- 45,49 ---- File "..\build\BT++\select.pyd" File "..\build\BT++\wxc.pyd" ! File "..\build\BT++\wxmsw24h.dll" File "..\build\BT++\zlib.pyd" File "README.txt" |