[Quickfix-users] QuickFIX 1.12.1 is now available
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2006-08-02 20:33:47
|
QuickFIX 1.12.1 is now available at http://www.quickfixengine.org You can get the release notes for all versions here: http:// www.quickfixengine.org/NEWS The major purpose of this release is to fix some bugs in the new non- blocking implementation of the SocketInitiator/Acceptor. If you are using 1.12.0 with these, you should upgrade. The 1.12.0 implementation could result in an infinite loop under unix, and a full out crash under windows. These problems have been addressed in this release. There is a new configuration settings called SendRedundantResendRequests. If this is set to Y than QuickFIX will send a resend request even if it isn't completely necessary. This is the behavior of older versions of QuickFIX. Some certification systems look for this behavior even though it is less efficient. Reject messages are always sent to the application, even if their sequence number is too high. BusinessMessageReject includes the field number if applicable (contributed by Robert Bill) Fixed ResetOnLogon functionality which seems quite broken. Fixed various issues with MySQL support. Some improved logging. Compilation fixes for various systems. |