From: <sir...@us...> - 2003-03-31 14:30:51
|
Update of /cvsroot/btplusplus/BT++/dist In directory sc8-pr-cvs1:/tmp/cvs-serv25543/dist Modified Files: CHANGELOG.txt BT++.nsi Log Message: 0.5.2 Index: CHANGELOG.txt =================================================================== RCS file: /cvsroot/btplusplus/BT++/dist/CHANGELOG.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CHANGELOG.txt 28 Mar 2003 16:51:03 -0000 1.2 --- CHANGELOG.txt 31 Mar 2003 14:30:27 -0000 1.3 *************** *** 1,2 **** --- 1,12 ---- + [0.5.2 (alpha)] + + - Added strict hashing config option. + - Fixed upload limit updating (after pref change). + - Fixed core bug. + - Modified 'AddTorrent' downloading. + - History shows uploaded (transfered) MB. + - Fixed bug in right-click-menu of the history tab. + - Corrected some of the grid info display. + [0.5.1 (alpha)] Index: BT++.nsi =================================================================== RCS file: /cvsroot/btplusplus/BT++/dist/BT++.nsi,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** BT++.nsi 28 Mar 2003 16:51:03 -0000 1.12 --- BT++.nsi 31 Mar 2003 14:30:28 -0000 1.13 *************** *** 1,4 **** !define MUI_PRODUCT "BitTorrent++" ! !define MUI_VERSION "0.5.1" !include "${NSISDIR}\Contrib\Modern UI\System.nsh" --- 1,4 ---- !define MUI_PRODUCT "BitTorrent++" ! !define MUI_VERSION "0.5.2" !include "${NSISDIR}\Contrib\Modern UI\System.nsh" |