From: Dave B. <bla...@us...> - 2011-09-15 11:20:04
|
Update of /cvsroot/sblim/jsr48-client In directory vz-cvs-3.sog:/tmp/cvs-serv14312 Modified Files: ChangeLog build.xml sblim-cim-client2.spec NEWS Log Message: 2.1.10 release work Index: sblim-cim-client2.spec =================================================================== RCS file: /cvsroot/sblim/jsr48-client/sblim-cim-client2.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- sblim-cim-client2.spec 15 Jun 2011 11:12:06 -0000 1.22 +++ sblim-cim-client2.spec 15 Sep 2011 11:19:59 -0000 1.23 @@ -158,6 +158,18 @@ # ----------------------------------------------------------------------------- %changelog +* Thu Sep 15 2011 Dave Blaschke <bla...@us...> +- New release 2.1.10 + o 3409691 2.1.10 packaging issues: rpmbuild broken on Red Hat + o 3406275 HEAD branch ONLY: sync with Experimental branch + o 3400209 Highlighted Static Analysis (PMD) issues + o 3397922 support OctetString + o 3390724 Problem with Reliable Indication support in the Listener + o 3374012 Sblim client CIMObjectPath class defect for LLA format URL + o 3376657 Get reliable indication properties once + o 3374206 NullPointerException caused by Indication + o 3323310 Need the ability to override certain Global Properties + * Wed Jun 15 2011 Dave Blaschke <bla...@us...> - New release 2.1.9 o 3311279 Repeated Instantiation of SAXParserFactory Index: NEWS =================================================================== RCS file: /cvsroot/sblim/jsr48-client/NEWS,v retrieving revision 1.238 retrieving revision 1.239 diff -u -d -r1.238 -r1.239 --- NEWS 15 Sep 2011 00:46:13 -0000 1.238 +++ NEWS 15 Sep 2011 11:19:59 -0000 1.239 @@ -1,14 +1,14 @@ -Changes in HEAD +Version 2.1.10 ================ 3409691 2.1.10 packaging issues: rpmbuild broken on Red Hat -3323310 Need the ability to override certain Global Properties -3374206 NullPointerException caused by Indication -3376657 Get reliable indication properties once -3374012 Sblim client CIMObjectPath class defect for LLA format URL -3390724 Problem with Reliable Indication support in the Listener -3397922 support OctetString -3400209 Highlighted Static Analysis (PMD) issues 3406275 HEAD branch ONLY: sync with Experimental branch +3400209 Highlighted Static Analysis (PMD) issues +3397922 support OctetString +3390724 Problem with Reliable Indication support in the Listener +3374012 Sblim client CIMObjectPath class defect for LLA format URL +3376657 Get reliable indication properties once +3374206 NullPointerException caused by Indication +3323310 Need the ability to override certain Global Properties Version 2.1.9 ================ Index: build.xml =================================================================== RCS file: /cvsroot/sblim/jsr48-client/build.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- build.xml 15 Sep 2011 00:30:13 -0000 1.44 +++ build.xml 15 Sep 2011 11:19:59 -0000 1.45 @@ -344,7 +344,6 @@ </zip> </target> - <target name="unittest" depends="build_utst" description="Executes the unit test package"> <property name="Test.console" value="VERBOSE" /> <java classname="org.sblim.cimclient.unittest.TestSuite" fork="true" resultproperty="result" failonerror="false"> Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/jsr48-client/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- ChangeLog 15 Jun 2011 11:12:06 -0000 1.21 +++ ChangeLog 15 Sep 2011 11:19:59 -0000 1.22 @@ -1,3 +1,93 @@ +Release 2.1.10 +============== + +Wed Sep 14 19:30:13 CDT 2011 blaschke-oss + + 3409691 2.1.10 packaging issues: rpmbuild broken on Red Hat + + build.xml 1.44 + NEWS 1.238 + +Thu Sep 08 09:42:15 CDT 2011 blaschke-oss + + 3406275 HEAD branch ONLY: sync with Experimental branch + + WBEMClientCIMXML.java 1.65 + Authority.java 1.13 + CIMClientXML_HelperImpl.java 1.40 + NEWS 1.237 + +Thu Sep 08 08:03:52 CDT 2011 blaschke-oss + + 3400209 Highlighted Static Analysis (PMD) issues + + CIMValuedElement.java 1.13 + CIMTypedElement.java 1.13 + CIMQualifierType.java 1.13 + CIMQualifier.java 1.15 + CIMProperty.java 1.17 + CIMParameter.java 1.17 + CIMMethod.java 1.19 + CIMDateTimeInterval.java 1.23 + CIMDateTimeAbsolute.java 1.21 + CIMClassProperty.java 1.20 + CIMClass.java 1.25 + CIMArgument.java 1.11 + TRC.java 1.6 + LogAndTraceBroker.java 1.22 + HttpClientPool.java 1.13 + HttpClient.java 1.37 + WBEMListenerSBLIM.java 1.14 + NEWS 1.236 + +Thu Sep 08 06:32:24 CDT 2011 blaschke-oss + + 3397922 support OctetString + + unittest.html 1.13 + testcases.cim.txt 1.7 + CIMOctetStringTest.java 1.2 + CIMOctetString.java 1.2 + NEWS 1.235 + +Tue Sep 06 06:20:54 CDT 2011 blaschke-oss + + 3390724 Problem with Reliable Indication support in the Listener + + CIMIndicationHandler.java 1.25 + NEWS 1.234 + +Wed Aug 10 07:14:17 CDT 2011 blaschke-oss + + 3374012 Sblim client CIMObjectPath class defect for LLA format URL + + CIMObjectPathTest.java 1.14 + Authority.java 1.12 + NEWS 1.233 + +Wed Aug 10 07:03:30 CDT 2011 blaschke-oss + + 3376657 Get reliable indication properties once + + ReliableIndicationHandler.java 1.3 + CIMIndicationHandler.java 1.24 + NEWS 1.232 + +Wed Aug 10 06:52:13 CDT 2011 blaschke-oss + + 3374206 NullPointerException caused by Indication + + CIMIndicationHandler.java 1.23 + Jsr48PegasusIndicationSample.java 1.5 + NEWS 1.231 + +Thu Jul 21 11:34:28 CDT 2011 blaschke-oss + + 3323310 Need the ability to override certain Global Properties + + HttpClient.java 1.36 + NEWS 1.230 + Release 2.1.9 ============= |