From: <arn...@us...> - 2006-03-18 19:34:29
|
Revision: 592 Author: arnetheduck Date: 2006-03-18 11:34:20 -0800 (Sat, 18 Mar 2006) ViewCVS: http://svn.sourceforge.net/dcplusplus/?rev=592&view=rev Log Message: ----------- Release preparation Modified Paths: -------------- dcplusplus/trunk/DCPlusPlus.rc dcplusplus/trunk/Example.xml dcplusplus/trunk/changelog.txt dcplusplus/trunk/help/changelog.html Modified: dcplusplus/trunk/DCPlusPlus.rc =================================================================== --- dcplusplus/trunk/DCPlusPlus.rc 2006-03-18 19:04:20 UTC (rev 591) +++ dcplusplus/trunk/DCPlusPlus.rc 2006-03-18 19:34:20 UTC (rev 592) @@ -933,8 +933,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,6,8,7 - PRODUCTVERSION 0,6,8,7 + FILEVERSION 0,6,8,8 + PRODUCTVERSION 0,6,8,8 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -951,12 +951,12 @@ BEGIN VALUE "Comments", "http://dcplusplus.sourceforge.net" VALUE "FileDescription", "DC++" - VALUE "FileVersion", "0, 6, 8, 7" + VALUE "FileVersion", "0, 6, 8, 8" VALUE "InternalName", "DC++" VALUE "LegalCopyright", "Copyright 2001-2006 Jacek Sieka" VALUE "OriginalFilename", "DCPlusPlus.exe" VALUE "ProductName", "DC++" - VALUE "ProductVersion", "0, 6, 8, 7" + VALUE "ProductVersion", "0, 6, 8, 8" END END BLOCK "VarFileInfo" Modified: dcplusplus/trunk/Example.xml =================================================================== --- dcplusplus/trunk/Example.xml 2006-03-18 19:04:20 UTC (rev 591) +++ dcplusplus/trunk/Example.xml 2006-03-18 19:34:20 UTC (rev 592) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> -<Language Name="Example Language" Author="arnetheduck" Version="0.6875" Revision="1" RightToLeft="0"> +<Language Name="Example Language" Author="arnetheduck" Version="0.688" Revision="1" RightToLeft="0"> <Strings> <String Name="Active">Active</String> <String Name="ActiveSearchString">Enabled / Search String</String> Modified: dcplusplus/trunk/changelog.txt =================================================================== --- dcplusplus/trunk/changelog.txt 2006-03-18 19:04:20 UTC (rev 591) +++ dcplusplus/trunk/changelog.txt 2006-03-18 19:34:20 UTC (rev 592) @@ -1,4 +1,4 @@ --- 0.688 -- +-- 0.688 2006-02-26 -- * Fixed public hubs sorting (thanks pothead) * Fixed a ZPipe issue (thanks jove) * [bug 858] Fixed a 100% cpu / crash bug Modified: dcplusplus/trunk/help/changelog.html =================================================================== --- dcplusplus/trunk/help/changelog.html 2006-03-18 19:04:20 UTC (rev 591) +++ dcplusplus/trunk/help/changelog.html 2006-03-18 19:34:20 UTC (rev 592) @@ -13,6 +13,19 @@ <h1>DC++ Changelog</h1> See the version history of DC++ below. +<h2>0.688 <span style="color: gray;">(2006-02-26)</span></h2> +<ul> + <li>Fixed public hubs sorting (thanks pothead)</li> + <li>Fixed a ZPipe issue (thanks jove)</li> + <li>[bug 858] Fixed a 100% cpu / crash bug</li> + <li>[bug 872] Fixed a pm issue hopefully</li> + <li>[bug 812] Fixed pm's being sent to bots</li> + <li>Files with invalid crc-32, as per their sfv file, are no longer shared</li> + <li>[bug 873] Added connect to hub option (thanks joakim tosteberg)</li> + <li>Fixed an issue with linux file reading (thanks bart vullings and steven)</li> + <li>Added back/forward mouse/keyboard navigation to directory listing frame</li> +</ul> + <h2>0.687 <span style="color: gray;">(2006-02-26)</span></h2> <ul> <li>Fixed XML file list generation for invalid filenames from other os's</li> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |