From: Dave B. <bla...@us...> - 2013-09-13 11:16:41
|
Update of /cvsroot/sblim/jsr48-client In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31391 Modified Files: ChangeLog sblim-cim-client2.spec NEWS Log Message: 2.2.4 release work Index: sblim-cim-client2.spec =================================================================== RCS file: /cvsroot/sblim/jsr48-client/sblim-cim-client2.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- sblim-cim-client2.spec 31 May 2013 11:07:50 -0000 1.29 +++ sblim-cim-client2.spec 13 Sep 2013 11:16:38 -0000 1.30 @@ -158,6 +158,22 @@ # ----------------------------------------------------------------------------- %changelog +* Fri Sep 13 2013 Dave Blaschke <bla...@us...> +- New release 2.2.4 + o 2661 Update detailed release history HTML for 2.2.4 + o 2662 Need the specific SSLHandshakeException during the cim call + o 2660 CIMObjectPath.equalsModelPath same as equals + o 2657 Potential null pointer exception in handleConnection + o 2151 gzip compression not supported + o 2655 Content-length must be ignored when Transfer-encoding present + o 2651 IOException when tracing the cimxml + o 2654 Check jcc idle time with CIMOM keepalive timeout to avoid EOF + o 2653 FVT: java.lang.ExceptionInInitializerError during static init + o 2652 LogAndTraceBroker.setXmlTraceStream should not close previous stream + o 2650 SLP opaque value handling incorrect + o 2604 SAXException messages should contain node name + o 2647 Add two ssl protocol properties for http server and client + * Fri May 31 2013 Dave Blaschke <bla...@us...> - New release 2.2.3 o 2643 Update detailed release history HTML for 2.2.3 Index: NEWS =================================================================== RCS file: /cvsroot/sblim/jsr48-client/NEWS,v retrieving revision 1.370 retrieving revision 1.371 diff -u -d -r1.370 -r1.371 --- NEWS 12 Sep 2013 14:32:11 -0000 1.370 +++ NEWS 13 Sep 2013 11:16:38 -0000 1.371 @@ -1,4 +1,4 @@ -Changes in HEAD +Version 2.2.4 ================ 2661 Update detailed release history HTML for 2.2.4 2662 Need the specific SSLHandshakeException during the cim call Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/jsr48-client/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- ChangeLog 31 May 2013 11:07:50 -0000 1.28 +++ ChangeLog 13 Sep 2013 11:16:38 -0000 1.29 @@ -1,3 +1,128 @@ +Release 2.2.4 +============= + +Thu Sep 12 09:32:11 CDT 2013 blaschke-oss + + 2661 Update detailed release history HTML for 2.2.4 + + history.html 1.11 + NEWS 1.370 + +Thu Sep 12 09:26:37 CDT 2013 blaschke-oss + + 2662 Need the specific SSLHandshakeException during the cim call + + WBEMClientCIMXML.java 1.84 + NEWS 1.369 + +Thu Sep 12 09:18:29 CDT 2013 blaschke-oss + + 2660 CIMObjectPath.equalsModelPath same as equals + + CIMObjectPathTest.java 1.19 + unittest.html 1.32 + CIMObjectPath.java 1.34 + NEWS 1.368 + +Thu Sep 12 08:59:02 CDT 2013 blaschke-oss + + 2657 Potential null pointer exception in handleConnection + + HttpConnectionHandler.java 1.12 + WBEMListenerSBLIM.java 1.24 + NEWS 1.367 + +Thu Sep 12 08:14:28 CDT 2013 blaschke-oss + + 2151 gzip compression not supported + + createInstance.xml.gz 1.2 + createInstance.xml 1.2 + WBEMConfigurationDefaults.java 1.37 + WBEMConfiguration.java 1.55 + HttpClient.java 1.51 + unittest.html 1.31 + WBEMConfigurationProperties.java 1.57 + sblim-cim-client2.properties 1.39 + NEWS 1.366 + WBEMClientTest.java 1.4 + +Mon Sep 09 10:59:02 CDT 2013 blaschke-oss + + 2655 Content-length must be ignored when Transfer-encoding present + + MessageReader.java 1.11 + HttpClient.java 1.50 + NEWS 1.365 + +Tue Aug 20 07:30:35 CDT 2013 blaschke-oss + + 2651 IOException when tracing the cimxml + + WBEMClientCIMXML.java 1.83 + LogAndTraceBroker.java 1.30 + NEWS 1.364 + +Tue Aug 20 07:10:52 CDT 2013 blaschke-oss + + 2654 Check jcc idle time with CIMOM keepalive timeout to avoid EOF + + WBEMConfigurationDefaults.java 1.36 + WBEMConfiguration.java 1.54 + HttpClient.java 1.49 + WBEMConfigurationProperties.java 1.56 + sblim-cim-client2.properties 1.38 + NEWS 1.363 + +Tue Aug 20 06:55:40 CDT 2013 blaschke-oss + + 2653 FVT: java.lang.ExceptionInInitializerError during static init + + WBEMConfiguration.java 1.53 + NEWS 1.362 + +Tue Aug 20 06:46:08 CDT 2013 blaschke-oss + + 2652 LogAndTraceBroker.setXmlTraceStream should not close previous stream + + LogAndTraceBroker.java 1.29 + NEWS 1.361 + +Thu Aug 01 06:45:17 CDT 2013 blaschke-oss + + 2650 SLP opaque value handling incorrect + + AttributeHandler.java 1.7 + ConvertTest.java 1.9 + Convert.java 1.5 + ServiceLocationAttribute.java 1.15 + NEWS 1.360 + +Mon Jul 29 10:30:24 CDT 2013 blaschke-oss + + 2604 SAXException messages should contain node name + + ValueReferenceNode.java 1.10 + ValueRefArrayNode.java 1.12 + ValueObjectNode.java 1.10 + QualifierNode.java 1.14 + QualiDeclNode.java 1.12 + NameSpaceNode.java 1.7 + KeyValueNode.java 1.14 + ErrorNode.java 1.10 + CIMNode.java 1.8 + NEWS 1.359 + +Mon Jul 29 10:02:18 CDT 2013 blaschke-oss + + 2647 Add two ssl protocol properties for http server and client + + WBEMConfiguration.java 1.52 + HttpSocketFactory.java 1.21 + WBEMConfigurationProperties.java 1.55 + sblim-cim-client2.properties 1.37 + NEWS 1.358 + Release 2.2.3 ============= |