From: Jacek S. <arn...@us...> - 2006-02-19 16:51:12
|
Update of /cvsroot/dcplusplus/dcplusplus In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25210 Modified Files: changelog.txt DCPlusPlus.nsi Log Message: yassl update, installer fix Index: changelog.txt =================================================================== RCS file: /cvsroot/dcplusplus/dcplusplus/changelog.txt,v retrieving revision 1.315 retrieving revision 1.316 diff -C2 -d -r1.315 -r1.316 *** changelog.txt 18 Feb 2006 23:32:17 -0000 1.315 --- changelog.txt 19 Feb 2006 16:51:08 -0000 1.316 *************** *** 6,9 **** --- 6,11 ---- * Played some more with bufferedsocket performance * Fixed some VS 2005 issues (thanks trem) + * Installer now removes old unicows library + * Updated to yaSSL 1.1.5 Index: DCPlusPlus.nsi =================================================================== RCS file: /cvsroot/dcplusplus/dcplusplus/DCPlusPlus.nsi,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** DCPlusPlus.nsi 10 Feb 2006 07:56:47 -0000 1.18 --- DCPlusPlus.nsi 19 Feb 2006 16:51:08 -0000 1.19 *************** *** 63,66 **** --- 63,69 ---- File "License-GeoIP.txt" File "Magnet.exe" + ; Remove unicows so that opencow will be used instead + Delete "$INSTDIR\unicows.dll" + Delete "$INSTDIR\unicows.pdb" ; Get DCPlusplus version we just installed and store in $1 |