From: Dave B. <bla...@us...> - 2011-10-31 21:56:45
|
Update of /cvsroot/sblim/cim-client In directory vz-cvs-3.sog:/tmp/cvs-serv24458 Modified Files: Tag: CIM_CLIENT_1_3_9_M build.xml sblim-cim-client.spec NEWS ChangeLog Log Message: 1.3.9.3 release work Index: NEWS =================================================================== RCS file: /cvsroot/sblim/cim-client/NEWS,v retrieving revision 1.44.2.2 retrieving revision 1.44.2.3 diff -u -d -r1.44.2.2 -r1.44.2.3 --- NEWS 29 Sep 2010 22:54:09 -0000 1.44.2.2 +++ NEWS 31 Oct 2011 21:56:42 -0000 1.44.2.3 @@ -1,3 +1,7 @@ +Changes in 1.3.9.3 +================== +3160431 Need to support property file on AIX. + Changes in 1.3.9.2 ================== 3078216 Fix for a null pointer exception in 1.3.9.1 Index: sblim-cim-client.spec =================================================================== RCS file: /cvsroot/sblim/cim-client/sblim-cim-client.spec,v retrieving revision 1.12.2.4 retrieving revision 1.12.2.5 diff -u -d -r1.12.2.4 -r1.12.2.5 --- sblim-cim-client.spec 30 Sep 2010 15:50:07 -0000 1.12.2.4 +++ sblim-cim-client.spec 31 Oct 2011 21:56:42 -0000 1.12.2.5 @@ -1,6 +1,6 @@ %define name sblim-cim-client %define archive_folder_name cim-client -%define version 1.3.9.2 +%define version 1.3.9.3 %define release 1jpp %define section free %define cim_client_jar_file sblimCIMClient @@ -154,6 +154,10 @@ # ----------------------------------------------------------------------------- %changelog +* Mon Oct 31 2011 Dave Blaschke <bla...@us...> +- Maintenance release 1.3.9.3 + o 3160431 Need to support property file on AIX. + * Thu Sep 30 2010 Dave Blaschke <bla...@us...> - Maintenance release 1.3.9.2 o 3078216 Fix for a null pointer exception in 1.3.9.1 Index: build.xml =================================================================== RCS file: /cvsroot/sblim/cim-client/build.xml,v retrieving revision 1.23.2.3 retrieving revision 1.23.2.4 diff -u -d -r1.23.2.3 -r1.23.2.4 --- build.xml 30 Sep 2010 15:50:07 -0000 1.23.2.3 +++ build.xml 31 Oct 2011 21:56:42 -0000 1.23.2.4 @@ -1,7 +1,7 @@ <!-- build.xml - (C) Copyright IBM Corp. 2005, 2010 + (C) Copyright IBM Corp. 2005, 2011 THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE @@ -32,11 +32,11 @@ <!-- set global properties for this build --> <property environment="env" /> - <property name="Base.copyright" value="(C) Copyright IBM Corp. 2005, 2010" /> + <property name="Base.copyright" value="(C) Copyright IBM Corp. 2005, 2011" /> <property name="Manifest.name" value="SBLIM CIM Client" /> <property name="Manifest.title" value="SBLIM CIM Client" /> - <property name="Manifest.vendor" value="IBM Corporation 2005, 2010" /> - <property name="Manifest.version" value="1.3.9.2" /> + <property name="Manifest.vendor" value="IBM Corporation 2005, 2011" /> + <property name="Manifest.version" value="1.3.9.3" /> <property name="packagedir" value="cim-client" /> <property name="builddir" value="${basedir}/${packagedir}" /> @@ -159,7 +159,7 @@ title="Packages containing the internal implementation" packages="org.sblim.wbem.cimxml*:org.sblim.wbem.http*:org.sblim.wbem.xml*:org.sblim.slp.internal"/> <doctitle><![CDATA[<h1>SBLIM CIM Client - ${Manifest.version} - Public API Specification</h1>]]></doctitle> - <bottom><![CDATA[<i>Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.</i>]]></bottom> + <bottom><![CDATA[<i>Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.</i>]]></bottom> <fileset dir="${basedir}" includes="**/*.java" Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/cim-client/ChangeLog,v retrieving revision 1.17.2.2 retrieving revision 1.17.2.3 diff -u -d -r1.17.2.2 -r1.17.2.3 --- ChangeLog 29 Sep 2010 22:54:09 -0000 1.17.2.2 +++ ChangeLog 31 Oct 2011 21:56:42 -0000 1.17.2.3 @@ -1,4 +1,14 @@ // ========================================================================= +// new in version 1.3.9.3 + +Tue Jan 18 10:10:12 CST 2011 blaschke-oss + + 3160431 Need to support property file on AIX. + + SessionProperties.java 1.12.2.2 + configuration.html 1.3.2.1 + +// ========================================================================= // new in version 1.3.9.2 Wed Sep 29 17:42:55 CDT 2010 blaschke-oss |