[Quickfix-developers] Version 1.3.1, read this if you use repeating groups
Brought to you by:
orenmnero
From: <OM...@th...> - 2002-10-30 02:48:54
|
A resource leak was discovered in 1.3.0 when using repeating groups. Thanks to Rosenthal Collins for reporting this. This leak will only manifest itself if you send or receive messages with repeating groups. 1.3.0 has been taking down and this version is being put in its place. You can also patch your 1.3.0 version by simply calling the clear() method in the FieldMap destructor. If you do not use repeating groups and do not intend to, you are o.k. with 1.3.0, but an upgrading or patching it is recommended. As always you can download here: http://quickfix.thoughtworks.com and the relase notes are here: http://sourceforge.net/project/shownotes.php?group_id=37535&release_id=119389 --oren ----- Forwarded by Oren Miller/Corporate/ThoughtWorks/US on 10/29/2002 08:41 PM ----- Oren Miller To: <qui...@li...>, 10/28/2002 10:06 <qui...@li...>, <qui...@li...> PM cc: Subject: Version 1.3.0 available Version 1.3.0, is now available from http://quickfix.thoughtworks.com. There is a lot of new stuff here, including such long awaited features as built in database support (MySQL), JAVA support under linux AND solaris, support for repeating groups in .NET and JAVA, and complete logging of messages and events with the addition of the Log interface (Screen, File, and MySQL loggers provided). The stability problems being encountered on multi-processor machines have been resolved. Simply compile QuickFIX against STLport with older versions of gcc, or upgrade to the latest 3.x.x release. Compiling with STLport has been made easy with the addition of the --with-stlport configure option. Also keep in mind that the interface for MessageStore has changed. So if you are using a custom message store, it will need to support the new interface to use this version. Full release notes are available here: http://sourceforge.net/project/shownotes.php?group_id=37535&release_id=118939 FIX 4.3 coming soon! QuickFIX/ThoughtWorks is going to have a booth at the FIA Expo in Chicago: http://www.fiafii.org/expo2002-2275.asp If you would like a free ticket, please write to us at tr...@th... --oren |