From: Dave B. <bla...@us...> - 2011-03-15 10:00:40
|
Update of /cvsroot/sblim/jsr48-client In directory vz-cvs-3.sog:/tmp/cvs-serv5662 Modified Files: ChangeLog sblim-cim-client2.spec NEWS Log Message: 2.1.8 release work Index: sblim-cim-client2.spec =================================================================== RCS file: /cvsroot/sblim/jsr48-client/sblim-cim-client2.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- sblim-cim-client2.spec 15 Dec 2010 10:57:15 -0000 1.20 +++ sblim-cim-client2.spec 15 Mar 2011 10:00:38 -0000 1.21 @@ -158,6 +158,22 @@ # ----------------------------------------------------------------------------- %changelog +* Tue Mar 15 2011 Dave Blaschke <bla...@us...> +- New release 2.1.8 + o 3197423 Server authentication with PegasusLocalAuthInfo failing + o 3197627 testBasicConnect unit test fails on Windows + o 3194700 Exception thrown on extrinsic methods + o 3194680 Error in numeric keys + o 3195069 Need support to disable SSL Handshake + o 3185763 Reliable indication support - Phase 1 + o 3190335 Erroneous use of SystemName property in samples + o 3186176 XML response for indication not traced + o 3185833 missing newline when logging request/response + o 3185824 Char16 definition includes whitespace + o 3185818 indicationOccured URL incorrect + o 3182121 Add Jsr48PegasusIndicationSample + o 3154232 EmbeddedObject misspelled in javadoc + * Wed Dec 15 2010 Dave Blaschke <bla...@us...> - New release 2.1.7 o 3111718 org.sblim.cimclient SSL Code is using the wrong SSL Property Index: NEWS =================================================================== RCS file: /cvsroot/sblim/jsr48-client/NEWS,v retrieving revision 1.215 retrieving revision 1.216 diff -u -d -r1.215 -r1.216 --- NEWS 14 Mar 2011 13:39:59 -0000 1.215 +++ NEWS 15 Mar 2011 10:00:38 -0000 1.216 @@ -1,4 +1,4 @@ -Changes in HEAD +Version 2.1.8 ================ 3197423 Server authentication with PegasusLocalAuthInfo failing 3197627 testBasicConnect unit test fails on Windows Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/jsr48-client/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- ChangeLog 15 Dec 2010 10:57:15 -0000 1.19 +++ ChangeLog 15 Mar 2011 10:00:38 -0000 1.20 @@ -1,3 +1,115 @@ +Release 2.1.8 +============= + +Mon Mar 14 08:39:58 CDT 2011 blaschke-oss + + 3197423 Server authentication with PegasusLocalAuthInfo failing + + WBEMClientCIMXML.java 1.63 + WBEMConfigurationProperties.java 1.35 + sblim-cim-client2.properties 1.19 + NEWS 1.215 + +Mon Mar 14 08:25:15 CDT 2011 blaschke-oss + + 3197627 testBasicConnect unit test fails on Windows + + SSLConfigurationTest.java 1.7 + NEWS 1.214 + +Mon Mar 14 08:17:38 CDT 2011 blaschke-oss + + 3194700 Exception thrown on extrinsic methods + + ReturnValueNode.java 1.11 + NEWS 1.213 + +Mon Mar 14 08:12:22 CDT 2011 blaschke-oss + + 3194680 Error in numeric keys + + Test.java 1.12 + IntegerValue.java 1.12 + NEWS 1.212 + +Mon Mar 14 07:52:51 CDT 2011 blaschke-oss + + 3195069 Need support to disable SSL Handshake + + WBEMConfigurationDefaults.java 1.25 + WBEMConfiguration.java 1.35 + HttpClient.java 1.34 + WBEMConfigurationProperties.java 1.34 + sblim-cim-client2.properties 1.18 + NEWS 1.211 + +Fri Mar 11 07:46:42 CST 2011 blaschke-oss + + 3185763 Reliable indication support - Phase 1 + + CIMIndicationHandler.java 1.19 + WBEMConfigurationDefaults.java 1.24 + WBEMConfiguration.java 1.34 + WBEMConfigurationProperties.java 1.33 + sblim-cim-client2.properties 1.17 + NEWS 1.210 + +Fri Mar 11 07:08:17 CST 2011 blaschke-oss + + 3190335 Erroneous use of SystemName property in samples + + Jsr48OperationSample.java 1.11 + Jsr48IndicationSample.java 1.11 + NEWS 1.209 + +Mon Mar 07 08:27:45 CST 2011 blaschke-oss + + 3186176 XML response for indication not traced + + CIMIndicationHandler.java 1.18 + NEWS 1.208 + +Mon Mar 07 08:20:04 CST 2011 blaschke-oss + + 3185833 missing newline when logging request/response + + WBEMClientCIMXML.java 1.62 + DebugInputStream.java 1.8 + NEWS 1.207 + +Mon Mar 07 08:12:03 CST 2011 blaschke-oss + + 3185824 Char16 definition includes whitespace + + MOF.java 1.20 + NEWS 1.206 + +Mon Mar 07 08:00:41 CST 2011 blaschke-oss + + 3185818 indicationOccured URL incorrect + + CIMIndicationHandler.java 1.17 + HttpContentHandler.java 1.6 + HttpConnectionHandler.java 1.9 + Jsr48PegasusIndicationSample.java 1.3 + NEWS 1.205 + +Mon Mar 07 07:39:30 CST 2011 blaschke-oss + + 3182121 Add Jsr48PegasusIndicationSample + + Jsr48PegasusIndicationSample.java 1.2 + NEWS 1.204 + +Tue Feb 15 06:42:35 CST 2011 blaschke-oss + + 3154232 EmbeddedObject misspelled in javadoc + + version.txt 1.3 + LogAndTraceBroker.java 1.20 + CIMQualifiedElementInterfaceImpl.java 1.18 + build.xml 1.43 + Release 2.1.7 ============= |