From: <arn...@us...> - 2006-02-26 23:36:41
|
Revision: 583 Author: arnetheduck Date: 2006-02-26 15:36:21 -0800 (Sun, 26 Feb 2006) ViewCVS: http://svn.sourceforge.net/dcplusplus/?rev=583&view=rev Log Message: ----------- Last few changes for release Modified Paths: -------------- dcplusplus/trunk/changelog.txt dcplusplus/trunk/client/NmdcHub.cpp dcplusplus/trunk/windows/AboutDlg.h Added Paths: ----------- dcplusplus/trunk/opencow.dll Modified: dcplusplus/trunk/changelog.txt =================================================================== --- dcplusplus/trunk/changelog.txt 2006-02-26 21:19:47 UTC (rev 582) +++ dcplusplus/trunk/changelog.txt 2006-02-26 23:36:21 UTC (rev 583) @@ -1,4 +1,4 @@ --- 0.guess.what -- +-- 0.687 2006-02-26 -- * Fixed XML file list generation for invalid filenames from other os's * Fixed a rare refresh crash * CID is now shown if no nick name is currently available for a user @@ -12,6 +12,8 @@ * Fixed some translation strings (thanks fleetcommand) * Fixed some finished transfers frames issues (thanks trem) * /pm and and a few other things work without user list in hub frame +* Added support for the ZPipe extension (test version) (thanks jove) +* Moved to subversion, CVS will no longer be maintained -- 0.686 2006-02-13 -- * Fixed active search (oops) Modified: dcplusplus/trunk/client/NmdcHub.cpp =================================================================== --- dcplusplus/trunk/client/NmdcHub.cpp 2006-02-26 21:19:47 UTC (rev 582) +++ dcplusplus/trunk/client/NmdcHub.cpp 2006-02-26 23:36:21 UTC (rev 583) @@ -495,7 +495,7 @@ feat.push_back("NoHello"); feat.push_back("UserIP2"); feat.push_back("TTHSearch"); - feat.push_back("ZPipe"); + feat.push_back("ZPipe0"); if(BOOLSETTING(COMPRESS_TRANSFERS)) feat.push_back("GetZBlock"); Added: dcplusplus/trunk/opencow.dll =================================================================== (Binary files differ) Property changes on: dcplusplus/trunk/opencow.dll ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: dcplusplus/trunk/windows/AboutDlg.h =================================================================== --- dcplusplus/trunk/windows/AboutDlg.h 2006-02-26 21:19:47 UTC (rev 582) +++ dcplusplus/trunk/windows/AboutDlg.h 2006-02-26 23:36:21 UTC (rev 583) @@ -41,7 +41,7 @@ _T("theparanoidone, gadget, naga, tremor, joakim tosteberg, pofis, psf8500, lauris ievins, ") _T("defr, ullner, fleetcommand, liny, xan, olle svensson, mark gillespie, jeremy huddleston, ") _T("bsod, sulan, jonathan stone, tim burton, izzzo, guitarm, paka, nils maier, jens oknelid, yoji, ") -_T("krzysztof tyszecki, poison, pothead, pur, bigmuscle, martin. ") +_T("krzysztof tyszecki, poison, pothead, pur, bigmuscle, martin, jove. ") _T("Keep it coming!"); class AboutDlg : public CDialogImpl<AboutDlg>, private HttpConnectionListener This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |