From: <sir...@us...> - 2003-02-23 21:06:37
|
Update of /cvsroot/btplusplus/BT++/dist In directory sc8-pr-cvs1:/tmp/cvs-serv24152/dist Modified Files: README.txt Log Message: Some changes + the Changelog has been removed, it will be put in a seperate file soon. Index: README.txt =================================================================== RCS file: /cvsroot/btplusplus/BT++/dist/README.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** README.txt 14 Feb 2003 22:03:44 -0000 1.8 --- README.txt 23 Feb 2003 21:06:34 -0000 1.9 *************** *** 4,9 **** | Latest Version: http://sf.net/projects/btplusplus/ | | | ! | Copyright (c) 2002 Florian "SirElvis" Wagner | | Contact: sir...@gm... | +----------------------------------------------------------------------+ | This file is part of BitTorrent++. | --- 4,13 ---- | Latest Version: http://sf.net/projects/btplusplus/ | | | ! | Copyright (c) 2003 Florian "SirElvis" Wagner | ! | and | ! | Joshua "xamphear" Cantara | ! | | | Contact: sir...@gm... | + | jca...@gr... | +----------------------------------------------------------------------+ | This file is part of BitTorrent++. | *************** *** 28,33 **** | All Rights Reserved. | | | ! | A copy of the license can be found in the file | ! | 'LICENSE-BitTorrent++.txt'. | +----------------------------------------------------------------------+ | All files contained in the 'core' subdirectory of BitTorrent++ are | --- 32,36 ---- | All Rights Reserved. | | | ! | A copy of the license can be found in the file 'LICENSE.rtf'. | +----------------------------------------------------------------------+ | All files contained in the 'core' subdirectory of BitTorrent++ are | *************** *** 38,43 **** | Copyright (C) 2001-2002 Bram Cohen | | | ! | A copy of the license can be found in the file | ! | 'LICENSE-BitTorrent.txt'. | +----------------------------------------------------------------------+ --- 41,45 ---- | Copyright (C) 2001-2002 Bram Cohen | | | ! | A copy of the license can be found in the file 'LICENSE.rtf'. | +----------------------------------------------------------------------+ *************** *** 66,70 **** 3 - Install wxPython(http://www.wxpython.org) 4 - Unpack the tar.gz / tar.bz ! 5 - run 'python BT++.py' ************************ --- 68,72 ---- 3 - Install wxPython(http://www.wxpython.org) 4 - Unpack the tar.gz / tar.bz ! 5 - use 'run.sh' to start BT++ ************************ *************** *** 72,84 **** ************************ ! When starting the tool the first time it will create two subdirectories. In the one, called 'torrent', you have to put the downloaded torrent ! files. The other, called 'incoming', will be filled with the downloaded ! files. ! ! Depending on your settings BT++ will start new downloads automatically, ! but allways will start hashing your files. One at a time, except ! downloads that are not already hashed are started(there WILL be an ! option to turn this behaviour off). There is some kind of priority implemented. If set to auto download BT++ --- 74,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 ! the torrents of finished files. ! ! Depending on your settings BT++ will start new downloads and background ! hashing automatically. There is some kind of priority implemented. If set to auto download BT++ *************** *** 86,144 **** 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. - - ************************ - *** CHANGELOG *** - ************************ - - [0.4.0 (alpha)] - - - associate BT++ with .torrent files - - new preference options - - improvements of the tray icon - - refreshing of torrent folder - - added incoming and history folder - - about dialog - - new, much better looking icons - - context-sensitive help - - configurable background hashing - - improved handling of not valid/damaged torrents - - grid right click menu improvements - - add torrent from url / local file - - global upload rate restriction settings - - extremly simple progress bars - - many, many bugfixes - - [0.3.0 (alpha)] - - - now uses a grid instead of a tree for transfers - - many cosmetic changes and improvements - - file priority - - some major rewrites and code cleanups - - new important features, like up/down speed coming soon - (fundation has been set through rewrites) - - some fixes, but rewrite will surely have introduced new bugs - - [0.2.1 (alpha)] - - - bugfix for torrents containing multiple files - - validator for the preference window - - log window now read only - - [0.2.0 (alpha)] - - - Linux compatibility - - Added: Preference dialog. - - Added: Class for reading and wiriting to the config file. - - Buttons for preference window, collaps/expand all. - - Respect preferences from config file when starting download - - Fixes for some bugs introduced with the latest features. - - Cosmetic changes. - - Tree: Right click menu implemented(only pause/resume). - - Colors in log window(not yet used). - - [0.1.0 (alpha)] - - - first public release - - first set of functions works - - tool is usable - - there ARE bugs and problems --- 87,88 ---- |