From: Dave B. <bla...@us...> - 2011-06-15 11:12:09
|
Update of /cvsroot/sblim/jsr48-client In directory vz-cvs-3.sog:/tmp/cvs-serv20189 Modified Files: ChangeLog sblim-cim-client2.spec NEWS Log Message: 2.1.9 release work Index: sblim-cim-client2.spec =================================================================== RCS file: /cvsroot/sblim/jsr48-client/sblim-cim-client2.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- sblim-cim-client2.spec 15 Mar 2011 10:00:38 -0000 1.21 +++ sblim-cim-client2.spec 15 Jun 2011 11:12:06 -0000 1.22 @@ -158,6 +158,21 @@ # ----------------------------------------------------------------------------- %changelog +* Wed Jun 15 2011 Dave Blaschke <bla...@us...> +- New release 2.1.9 + o 3311279 Repeated Instantiation of SAXParserFactory + o 3304953 Indication URL mapped to lower case + o 3304058 Use same date format in change history + o 3288721 Need the function of indication reordering + o 3206904 Indication listener deadlock causes JVM to run out sockets + o 3297028 Instances contain CIMClassProperty with DOM parser + o 3293248 Support for CIM_ERROR instances within ERROR + o 3281781 fail to parse Embedded Instance parameter + o 3277928 CIM-XML tracing cannot be enabled in the field + o 3267429 Samples should close client + o 3252669 setXmlTraceStream blindly closes previous stream + o 3235440 NullPointerException when socket factory returns null + * Tue Mar 15 2011 Dave Blaschke <bla...@us...> - New release 2.1.8 o 3197423 Server authentication with PegasusLocalAuthInfo failing Index: NEWS =================================================================== RCS file: /cvsroot/sblim/jsr48-client/NEWS,v retrieving revision 1.228 retrieving revision 1.229 diff -u -d -r1.228 -r1.229 --- NEWS 14 Jun 2011 13:33:49 -0000 1.228 +++ NEWS 15 Jun 2011 11:12:06 -0000 1.229 @@ -1,4 +1,4 @@ -Changes in HEAD +Version 2.1.9 ================ 3311279 Repeated Instantiation of SAXParserFactory 3304953 Indication URL mapped to lower case Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/jsr48-client/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- ChangeLog 15 Mar 2011 10:00:38 -0000 1.20 +++ ChangeLog 15 Jun 2011 11:12:06 -0000 1.21 @@ -1,3 +1,114 @@ +Release 2.1.9 +============= + +Tue Jun 14 08:33:49 CDT 2011 blaschke-oss + + 3311279 Repeated Instantiation of SAXParserFactory + + CloseableIteratorSAX.java 1.15 + NEWS 1.228 + +Sat Jun 04 05:33:10 CDT 2011 blaschke-oss + + 3304953 Indication URL mapped to lower case + + CIMIndicationHandler.java 1.22 + NEWS 1.227 + +Sat Jun 04 05:14:26 CDT 2011 blaschke-oss + + 3304058 Use same date format in change history + + CIMIndicationHandler.java 1.21 + XMLPullParser.java 1.23 + ChunkedInputStream.java 1.11 + MessageWriter.java 1.8 + HttpHeader.java 1.11 + CIMXMLBuilderImpl.java 1.34 + NEWS 1.226 + +Sat Jun 04 04:53:05 CDT 2011 blaschke-oss + + 3288721 Need the function of indication reordering + + ReliableIndicationHandler.java 1.2 + CIMIndicationHandler.java 1.20 + WBEMConfigurationProperties.java 1.39 + sblim-cim-client2.properties 1.22 + NEWS 1.225 + +Tue May 31 11:29:06 CDT 2011 blaschke-oss + + 3206904 Indication listener deadlock causes JVM to run out sockets + + WBEMConfigurationDefaults.java 1.26 + WBEMConfiguration.java 1.37 + ThreadPool.java 1.13 + HttpServerConnection.java 1.15 + WBEMConfigurationProperties.java 1.38 + sblim-cim-client2.properties 1.21 + NEWS 1.224 + +Tue May 31 09:23:12 CDT 2011 blaschke-oss + + 3297028 Instances contain CIMClassProperty with DOM parser + + CIMXMLParserImpl.java 1.42 + NEWS 1.223 + +Tue May 31 09:06:47 CDT 2011 blaschke-oss + + 3293248 Support for CIM_ERROR instances within ERROR + + CIMXMLParserImpl.java 1.41 + enumerateClassesError.xml 1.2 + EnumClasses.java 1.12 + CloseableIteratorTest.java 1.7 + ErrorNode.java 1.9 + unittest.html 1.12 + NEWS 1.222 + +Tue May 10 15:24:27 CDT 2011 blaschke-oss + + 3281781 fail to parse Embedded Instance parameter + + EmbObjHandler.java 1.12 + NEWS 1.221 + +Tue May 10 15:13:07 CDT 2011 blaschke-oss + + 3277928 CIM-XML tracing cannot be enabled in the field + + WBEMClientCIMXML.java 1.64 + WBEMConfiguration.java 1.36 + WBEMConfigurationProperties.java 1.37 + sblim-cim-client2.properties 1.20 + NEWS 1.220 + +Tue May 10 14:25:24 CDT 2011 blaschke-oss + + 3267429 Samples should close client + + Jsr48PullEnumSample.java 1.4 + Jsr48PegasusIndicationSample.java 1.4 + Jsr48OperationSample.java 1.12 + Jsr48IndicationSample.java 1.12 + NEWS 1.219 + +Tue May 10 14:12:01 CDT 2011 blaschke-oss + + 3252669 setXmlTraceStream blindly closes previous stream + + LogAndTraceBroker.java 1.21 + NEWS 1.218 + +Mon Apr 11 13:12:23 CDT 2011 blaschke-oss + + 3235440 NullPointerException when socket factory returns null + + HttpClient.java 1.35 + NEWS 1.217 + Release 2.1.8 ============= |