From: Dave B. <bla...@us...> - 2013-05-30 12:09:11
|
Update of /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/doc-files In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1956/src/org/sblim/cimclient/doc-files Modified Files: Tag: Experimental history.html Log Message: 2643 Update detailed release history HTML for 2.2.3 Index: history.html =================================================================== RCS file: /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/doc-files/history.html,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -u -d -r1.1.2.8 -r1.1.2.9 --- history.html 14 Mar 2013 19:48:32 -0000 1.1.2.8 +++ history.html 30 May 2013 12:09:08 -0000 1.1.2.9 @@ -24,6 +24,7 @@ * 3584119 2012-12-12 blaschke-oss Update detailed release history HTML for 2.2.1 * 2615 2013-02-21 blaschke-oss Add Allura links to detailed release history HTML * 2624 2013-03-14 blaschke-oss Update detailed release history HTML for 2.2.2 + * 2643 2013-05-30 blaschke-oss Update detailed release history HTML for 2.2.3 --> </head> <body style="background-color: white;"> @@ -47,7 +48,7 @@ <tr><th>Code Stream</th><th>Versions</th><th>Java Version</th><th>State</th> <tr><td>2.0.x</td><td><a href="#201">2.0.1</a>, <a href="#202">2.0.2</a>, <a href="#203">2.0.3</a>, <a href="#204">2.0.4</a>, <a href="#205">2.0.5</a>, <a href="#206">2.0.6</a>, <a href="#207">2.0.7</a>, <a href="#208">2.0.8</a>, <a href="#209">2.0.9</a></td><td>1.4</td><td>Sunset December 2010</td> <tr><td>2.1.x</td><td><a href="#210">2.1.0</a>, <a href="#211">2.1.1</a>, <a href="#212">2.1.2</a>, <a href="#213">2.1.3</a>, <a href="#214">2.1.4</a>, <a href="#215">2.1.5</a>, <a href="#216">2.1.6</a>, <a href="#217">2.1.7</a>, <a href="#218">2.1.8</a>, <a href="#219">2.1.9</a>, <a href="#2110">2.1.10</a>, <a href="#2111">2.1.11</a>, <a href="#2112">2.1.12</a></td><td>1.5</td><td>Maintenance mode September 2012</td> - <tr><td>2.2.x</td><td><a href="#220">2.2.0</a>, <a href="#221">2.2.1</a>, <a href="#222">2.2.2</a></td><td>1.5</td><td>Active</td> + <tr><td>2.2.x</td><td><a href="#220">2.2.0</a>, <a href="#221">2.2.1</a>, <a href="#222">2.2.2</a>, <a href="#223">2.2.3</a></td><td>1.5</td><td>Active</td> </table> <p>The SBLIM CIM Client for Java continues to ship on a quarterly basis, as close as possible to the middle (15th) of the last month of each @@ -58,6 +59,55 @@ SourceForge will forward requests for the old (Classic) bug IDs to the new (Allura) IDs for some indeterminate amount of time, so to be safe both links are included below, where appropriate.</p> + <a name="223"><h2>Version 2.2.3</h2></a> + <p>Version 2.2.3 was released on May 31, 2013. It contains several + new features:</p> + <ul> + <li>A new Java property - sblim.wbem.listenerMaxQueuedEvents - + can be used to set the maximum number of queued events awaiting + dispatch to a listener. (#2628)</li> + <li>Two new Java properties - sblim.wbem.listenerHttpHeaderTimeout + and sblim.wbem.listenerHttpMaxAllowedTimeouts - can be used to help + prevent Denial of Service attacks on an indication listener via + the slowloris approach (#2635)</li> + <li>Two new private APIs - WBEMListenerSBLIM.getBlockedIPs and + setBlockedIPs can be used to control the IPs of incoming connections + that are to be ignored by an indication listener (#2635)</li> + <li>Two new Java properties - sblim.wbem.sslClientCipherSuitesToDisable + and sblim.wbem.sslListenerCipherSuitesToDisable - can be used to + disable a list of cipher suites when connecting via an SSL socket as + either a client or listener. (#2642)</li> + </ul> + <p>Version 2.2.3 also contains several changes that might affect existing + applications:</p> + <ul> + <li>The internal ChunkedInputStream constructors now require a second + parameter, a String representing the names of the trailer fields (from + HTTP Trailer header). (#2621)</li> + <li>The internal MessageReader constructor now requires a second + parameter, a long representing the HTTP header timeout (#2635)</li> + <li>The internal HttpConnectionHandler constructor now requires a + second parameter, a WBEMConfiguration representing the configuration + properties (#2635)</li> + <li>The Java property sblim.wbem.sslCipherSuitesToDisable has been + deleted, use sblim.wbem.sslClientCipherSuitesToDisable and/or + sblim.wbem.sslListenerCipherSuitesToDisable instead (#2642)</li> + </ul> + <p>The complete list of changes follows:</p> + <table border="1" cellpadding="5" cellspacing="0" width="100%"> + <tr><th>Classic Bug ID</th><th>Allura Bug ID</th><th>Bug Summary</th></tr> + <tr><td> </td><td><a href="http://sourceforge.net/p/sblim/bugs/2628/">2628</a></td><td>Limit size of LinkedList of CIMEvents to be dispatched</td></tr> + <tr><td><a href="http://sourceforge.net/tracker/index.php?func=detail&aid=3602606&group_id=128809&atid=712784">3602606</td><td><a href="http://sourceforge.net/p/sblim/bugs/2605/">2605</a></td><td>SAX parser throws wrong exception</td></tr> + <tr><td> </td><td><a href="http://sourceforge.net/p/sblim/bugs/2632/">2632</a></td><td>Potential Null Point Exception in CIMDataType</td></tr> + <tr><td> </td><td><a href="http://sourceforge.net/p/sblim/bugs/2636/">2636</a></td><td>Nested embedded instances cause CIMXMLParseException</td></tr> + <tr><td> </td><td><a href="http://sourceforge.net/p/sblim/bugs/2637/">2637</a></td><td>Add nested embedded instance builder test</td></tr> + <tr><td> </td><td><a href="http://sourceforge.net/p/sblim/bugs/2638/">2638</a></td><td>Do not build empty REFERENCECLASS</td></tr> + <tr><td> </td><td><a href="http://sourceforge.net/p/sblim/bugs/2639/">2639</a></td><td>CDATA parsing broken in PULL parser</td></tr> + <tr><td> </td><td><a href="http://sourceforge.net/p/sblim/bugs/2640/">2640</a></td><td>Multiple CDATA parsing broken in DOM parser</td></tr> + <tr><td> </td><td><a href="http://sourceforge.net/p/sblim/bugs/2635/">2635</a></td><td>Slowloris DoS attack for CIM indication listener port</td></tr> + <tr><td> </td><td><a href="http://sourceforge.net/p/sblim/bugs/2642/">2642</a></td><td>Seperate properties needed for cim client and listener to filter out ciphers</td></tr> + <tr><td> </td><td><a href="http://sourceforge.net/p/sblim/bugs/2643/">2643</a></td><td>Update detailed release history HTML for 2.2.3</td></tr> + </table> <a name="222"><h2>Version 2.2.2</h2></a> <p>Version 2.2.2 was released on March 15, 2013. It contains three new features:</p> @@ -69,7 +119,7 @@ <li>One new internal API - WBEMClientSBLIM.sendIndication - can be used to send a CIMInstance representing an indication to a specific URI. (#2616)</li> - <li>A new Java property - sblim.wbem.sslCipherSuitesToDisable = + <li>A new Java property - sblim.wbem.sslCipherSuitesToDisable - can be used to disable a list of cipher suites when connecting via an SSL socket. (#2618)</li> </ul> |