From: <pie...@us...> - 2007-12-14 16:38:39
|
Revision: 942 http://dcplusplus.svn.sourceforge.net/dcplusplus/?rev=942&view=rev Author: pietricica Date: 2007-12-14 08:38:27 -0800 (Fri, 14 Dec 2007) Log Message: ----------- edited changelog release date and installer file Modified Paths: -------------- dcplusplus/trunk/DCPlusPlus.nsi dcplusplus/trunk/changelog.txt Modified: dcplusplus/trunk/DCPlusPlus.nsi =================================================================== --- dcplusplus/trunk/DCPlusPlus.nsi 2007-12-14 14:07:34 UTC (rev 941) +++ dcplusplus/trunk/DCPlusPlus.nsi 2007-12-14 16:38:27 UTC (rev 942) @@ -116,13 +116,11 @@ ; remove files Delete "$INSTDIR\DCPlusPlus.exe" Delete "$INSTDIR\DCPlusPlus.chm" - Delete "$INSTDIR\dbghelp.dll" - Delete "$INSTDIR\DCPlusPlus.pdb" + Delete "$INSTDIR\dcppboot.xml" Delete "$INSTDIR\License-GeoIP.txt" Delete "$INSTDIR\License.txt" Delete "$INSTDIR\ChangeLog.txt" - Delete "$INSTDIR\unicows.dll" - Delete "$INSTDIR\unicows.pdb" + Delete "$INSTDIR\LICENSE-OpenSSL.tx" Delete "$INSTDIR\Example.xml" Delete "$INSTDIR\Magnet.exe" Delete "$INSTDIR\GeoIPCountryWhois.csv" Modified: dcplusplus/trunk/changelog.txt =================================================================== --- dcplusplus/trunk/changelog.txt 2007-12-14 14:07:34 UTC (rev 941) +++ dcplusplus/trunk/changelog.txt 2007-12-14 16:38:27 UTC (rev 942) @@ -1,4 +1,4 @@ --- 0.704 -- +-- 0.704 2007-12-14 -- * Hub lists added to utilize Coral's distributed network (ullner) * Use system header arrows on common controls 6+ (thanks poy) * Fixed badly drawn arrows (thanks poy) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |