From: Dave B. <bla...@us...> - 2010-12-15 10:57:23
|
Update of /cvsroot/sblim/jsr48-client In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25443 Modified Files: ChangeLog sblim-cim-client2.spec NEWS Log Message: 2.1.7 release work Index: sblim-cim-client2.spec =================================================================== RCS file: /cvsroot/sblim/jsr48-client/sblim-cim-client2.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- sblim-cim-client2.spec 15 Sep 2010 12:14:30 -0000 1.19 +++ sblim-cim-client2.spec 15 Dec 2010 10:57:15 -0000 1.20 @@ -158,6 +158,13 @@ # ----------------------------------------------------------------------------- %changelog +* 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 + o 3109824 Move Java link from Sun to Oracle + o 3078280 Fix for a null pointer exception in 1.3.9.1 + o 3062747 SblimCIMClient does not log all CIM-XML responces. + * Wed Sep 15 2010 Dave Blaschke <bla...@us...> - New release 2.1.6 o 3046073 Performance hit due to socket conn. creation with timeout Index: NEWS =================================================================== RCS file: /cvsroot/sblim/jsr48-client/NEWS,v retrieving revision 1.202 retrieving revision 1.203 diff -u -d -r1.202 -r1.203 --- NEWS 6 Dec 2010 19:43:02 -0000 1.202 +++ NEWS 15 Dec 2010 10:57:15 -0000 1.203 @@ -1,4 +1,4 @@ -Changes in HEAD +Version 2.1.7 ================ 3111718 org.sblim.cimclient SSL Code is using the wrong SSL Property 3109824 Move Java link from Sun to Oracle Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/jsr48-client/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- ChangeLog 15 Sep 2010 12:14:30 -0000 1.18 +++ ChangeLog 15 Dec 2010 10:57:15 -0000 1.19 @@ -1,3 +1,39 @@ +Release 2.1.7 +============= + +Mon Dec 06 13:43:02 CST 2010 blaschke-oss + + 3111718 org.sblim.cimclient SSL Code is using the wrong SSL Property + + WBEMConfiguration.java 1.33 + HttpSocketFactory.java 1.19 + WBEMConfigurationProperties.java 1.32 + sblim-cim-client2.properties 1.16 + NEWS 1.202 + +Mon Dec 06 13:22:30 CST 2010 blaschke-oss + + 3109824 Move Java link from Sun to Oracle + + build.xml 1.42 + NEWS 1.201 + +Tue Nov 09 16:49:15 CST 2010 blaschke-oss + + 3078280 Fix for a null pointer exception in 1.3.9.1 + + WBEMConfiguration.java 1.32 + NEWS 1.200 + +Tue Nov 09 16:42:20 CST 2010 blaschke-oss + + 3062747 SblimCIMClient does not log all CIM-XML responces. + + TimeStamp.java 1.7 + DebugInputStream.java 1.7 + CIMClientXML_HelperImpl.java 1.39 + NEWS 1.199 + Release 2.1.6 ============= |