From: Chris B. <buc...@us...> - 2013-10-14 22:36:37
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcc- Small Footprint CIM Client". The branch, master has been updated via 299908510a13bb5032e1baa9abea52e0e9b46554 (commit) from 09b58901a143fe6ed2f6ea224e54ec0330c5fd12 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 299908510a13bb5032e1baa9abea52e0e9b46554 Author: buccella <buc...@li...> Date: Mon Oct 14 18:36:28 2013 -0400 start of 2.2.7 ----------------------------------------------------------------------- Summary of changes: ChangeLog | 487 +--------------------------------------------------------- configure.ac | 2 +- 2 files changed, 2 insertions(+), 487 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8ea9c4b..8d29d6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,486 +1 @@ -2012-07-31 Chris Buccella <buc...@li...> - - * backend/cimxml/grammar.c: - [ 3547832 ] memory leak in backend/cimxml/grammer.c - (patch by Michal Minar) - -2012-06-07 Chris Buccella <buc...@li...> - - * backend/cimxml/client.c, cimc/cimc.h, cimc/cimcclient.c: - [ 3435363 ] Wrong call of curl_global_cleanup() - -2012-05-29 Chris Buccella <buc...@li...> - - * TEST/v2test_ecn.c, backend/cimxml/cimXmlParser.c, - backend/cimxml/client.c, backend/cimxml/objectpath.c, - backend/cimxml/parserUtil.c, backend/cimxml/value.c: - [ 3530609 ] Various BEAM Errors - - * backend/cimxml/property.c: - [ 3528819 ] Crash in getInstance when instance has NULL properties - (patch by Klaus Kampf) - -2011-06-29 Michael Chase-Salerno <br...@li...> - - * cimc/cimcclient.c: - [ 3344917 ] Beam, file leak - -2011-06-29 Michael Chase-Salerno <br...@li...> - - * backend/cimxml/array.c, backend/cimxml/client.c, - backend/cimxml/instance.c, backend/cimxml/objectpath.c: - [ 3344757 ] Beam, deref of potential Null pointers. - -2011-06-29 Michael Chase-Salerno <br...@li...> - - * backend/cimxml/client.c, backend/cimxml/constClass.c, - backend/cimxml/enumeration.c, backend/cimxml/instance.c, - backend/cimxml/parserUtil.c, backend/cimxml/property.c, - backend/cimxml/qualifier.c, backend/cimxml/value.c: - [ 3344403 ] Beam, unitialized vars - -2011-05-27 Chris Buccella <buc...@li...> - - * backend/cimxml/grammar.c, backend/cimxml/cimXmlParser.h, - backend/cimxml/cimXmlParser.c, backend/cimxml/instance.c, - backend/cimxml/objectpath.c, frontend/sfcc/native.h: - [ 3286489 ] getInstance does not return key/value through XML - (patch originated by Josef Moellers) - -2011-04-25 Narasimha Sharoff <nsh...@us...> - - * frontend/sfcc/sfcclient.c: - [ 2967265 ] code cleanup in sfcclient - (patch by Klaus Kaempf) - -2011-04-07 Chris Buccella <buc...@li...> - - * backend/cimxml/grammar.c: - [ 3196128 ] enumInstances does not set NameSpace in ObjectPath in XML mode - (patch by Josef Moellers) - -2011-04-05 Michael Chase-Salerno <br...@li...> - - * TEST/v2test_xq_synerr.c: - [ 3213591 ] Local intf client abort abnormally on enum filter syntax err - -2011-03-30 Chris Buccella <buc...@li...> - - * TEST/v2test_im.c: - Added file - -2011-03-30 Michael Chase-Salerno <br...@li...> - - * backend/cimxml/constClass.c, backend/cimxml/grammar.c - [ 2847964 ] sfcc's getClass() fails to report class qualifiers - (patch by Klaus Kampf) - -2011-03-30 Narasimha Sharoff <nsh...@us...> - - * backend/cimxml/value.c frontend/cpp/CimData.cpp ; sfcclient.c - [ 2967257 ] Use of CMPI_chars in SFCC. General CMPI specification bug - (patch by Klaus Kampf) - -2011-03-29 Chris Buccella <buc...@li...> - - * backend/cimxml/client.c: - [ 1956407 ] CIM-XML/HTTP connection to unix socket - (patch by Bart Whiteley) - -2011-03-23 Narasimha Sharoff <nsh...@us...> - - * frontend/sfcc/sfcclient.c - [ 2990315 ] cmciRelease not called in case of error - (patch by Klaus Kampf) - -2011-03-02 Narasimha Sharoff <nsh...@us...> - - * TEST/v2*.c - [ 3195267 ] sfcc v2 tests segfault when sfcb is not running - -2011-03-01 Narasimha Sharoff <nsh...@us...> - - * cimc/cimcclient.c - [ 3101151 ] SfcbLocal failed to connect due to hardcoded library path - (based on the patch by: Chris Poblete <Chr...@De...>) - -2011-02-22 Narasimha Sharoff <nsh...@us...> - - * cimc/cimcclient.c, TEST/show.c, TEST/test.c, TEST/test_gc.c - [ 2793377 ] Missing includes - (patch to add <string.h> in cimcclient.c by Miska, miska_tx) - -2011-01-13 Chris Buccella <buc...@li...> - - * backend/cimxml/cimXmlParser.c: - [ 2348900 ] Concurrency issue when parsing responses - -2010-09-27 Chris Buccella <buc...@li...> - - * backend/cimxml/client.c: - Expandeded fix for 3043282 to cover arrays as well - -2010-09-07 Chris Buccella <buc...@li...> - - * cimc/cimcft.h: - Fixed 3059060: 'struct _CIMCArgsFT' not defined in cimc/cimcft.h - -2010-08-19 Chris Buccella <buc...@li...> - - * backend/cimxml/client.c: - Fixed 3043288: XML generated with VALUE.ARRAY for ref arrays - - Fixed 3043282: XML gen for embedded instances for invokeMethod is incorrect - -2010-04-05 Chris Buccella <buc...@li...> - - * backend/cimxml/client.c: - Fixed 2982349: Memory leak in backend/cimxml/client.c - (patch by Suresh Sundriyal) - - * backend/cimxml/property.c: - Fixed 2982352: Double free in backend/cimxml/property.c - (patch by Suresh Sundriyal) - -2009-09-22 Chris Buccella <buc...@li...> - - * backend/cimxml/cimXmlParser.h: - Fixed 2849853: getClass reports most property types as CMPI_Instance - (patch by Klaus Kampf) - -2009-09-02 Michael Chase-Salerno <ckend/cimxml/con...@li...> - * backend/cimxml/client.c - Fixed 2847782: sfcc getClass crashes if cimom isn't running - (patch by Klaus Kämpf) - -2009-08-19 Chris Buccella <buc...@li...> - - * backend/cimxml/grammar.c: - Fixed 2691478: sfcc 2.1.0 cannot handle OutParams on Extrinsic - Method Call - (patch by Rajib Saha) - -2009-02-13 Chris Buccella <buc...@li...> - - * TEST/v2test_ei.c: - Fixed 2596921: v2test_ei test fails when using CIMXML interface - -2008-12-16 Michael Chase-Salerno <br...@li...> - * cimc/cimclient.c: - Fixed 2431835: XML client library not found. - -2008-11-12 Chris Buccella <buc...@li...> - - * TEST/*.c, backend/cimxml/indicationlistener.c: - Fixed 2270179: Missing includes and values in return statements - (patch by Pavol Rusnak) - -2008-10-27 Michael Chase-Salerno <br...@li...> - * Makefile.am - Updated 2158091: sfcb modules belong in private dir - use $libdir for default - -2008-10-23 Michael Chase-Salerno <br...@li...> - * Makefile.am configure.ac cimc/cimcclient.c - Fixed 2158091: sfcb modules belong in private dir - -2008-09-09 Sean Swehla <sms...@li...> - - * cimc/cimcft.h: - Fixed 2050256: SFCC and SFCB header files for Binary communication varies - -2008-09-06 Sean Swehla <sms...@li...> - * TEST/v2_testein.c - Fixed 2102345: missing configuration of CIM-HOST-PORT in sblim-sfcc - (patch by Pavol Rusnak) - -2008-09-06 Sean Swehla <sms...@li...> - * TEST/print-types.c, backend/cimxml/constClass.c, - backend/cimxml/indicationlistener.c, backend/cimxml/instance.c - Fixed 2102339: Missing ret values in sblim-sfcc - (patch by Pavol Rusnak) - -2008-06-16 Michael Chase-Salerno <br...@li...> - - * frontend/sfcc/sfcclient.c: - Fixed 1946188: Better handling of NULL values for slp. - -2008-05-16 Michael Chase-Salerno <br...@li...> - - * cimc/cimcclient.c - Check for valid connection type and return rc=3 and a message - if incorrect. - - * TEST/v2test_gc.c - Test valid handling of above, and check rc on existing tests - -2008-05-01 Chris Buccella <buc...@li...> - - * backend/cimxml/client.c, backend/cimxml/property.c, - backend/cimxml/qualifier.c, backend/cimxml/string.c: - Made changes to quiet some gcc warnings - - * Makfile.am: - Additions needed for large volume support feature - - * TEST/Makefile.am: - Additions needed for new test_ programs - - * configure.ac: - Bumped version number to 2.1.0 - -2008-04-23 Chris Buccella <buc...@li...> - - * backend/cimxml/client.c: - Fixed 1940546: Memory corruption in AsciiToXmlStr() - (patch by Shashi Uli) - -2008-04-22 Gary Readler <gd...@us...> - * README TEST/Makefile.am TEST/v2test_ec.c TEST/v2test_ecn.c - TEST/v2test_ei.c TEST/v2test_ein.c TEST/v2test_gc.c - updated README and added some v2 interface testcases - -2008-02-05 Sven Schuetz <sv...@de...> - - * configure.ac, Makefile.am, backend/cimxml/cimXmlResp.y: - Fixed 1887125: cleanup due to new parser - -2008-01-16 Sven Schuetz <sv...@de...> - - * configure.ac, Makefile.am, backend/cimxml/grammar.c, - backend/cimxml/client.c, backend/cimxml/cimXmlParser.c, - backend/cimxml/nativeCimXml.h, backend/cimxml/indicationlistener.c: - Implemented 1828588: Indication support (CIMXML) - -2008-01-09 Sven Schuetz <sv...@de...> - - * backend/cimxml/parserUtil.c, backend/cimxml/cimXmlParser.c, - backend/cimxml/value.c, backend/cimxml/cimXmlParser.h, - backend/cimxml/grammar.c, backend/cimxml/grammar.h: - Implemented 1867649: embedded instance support - -2008-01-09 Sven Schuetz <sv...@de...> - - * backend/cimxml/cimXmlResp.y, backend/cimxml/cimXmlParser.h, - backend/cimxml/client.c, backend/cimxml/value.c, - backend/cimxml/cimXmlParser.c, Makefile.am, backend/cimxml/grammar.h, - backend/cimxml/parserUtil.h, backend/cimxml/parserUtil.c, - backend/cimxml/grammar.c: - Implemented 1854813: new parser - -2008-01-02 Sven Schuetz <sv...@de...> - - * backend/cimxml/cimXmlResp.y: - Fixed 1793132: sfcc reports incorrect namespace for associators operation - -2007-10-31 Sven Schuetz <sv...@de...> - - * cimc/cimcdt.h, cimc/cimcft.h, cimc/cimc.h: - Implemented 1820015: prepare for indication support - -2007-10-12 Sven Schuetz <sv...@de...> - - * backend/cimxml/client.c: - Fixed 1810017: sfcc generates incorrect XML for complex properties - -2007-09-27 Chris Buccella <buc...@li...> - - * TEST/test.c: - invokeMethod test now works correctly - -2007-06-20 Sven Schuetz <sv...@de...> - - * backend/cimxml/cimXmlParser.c, backend/cimxml/cimXmlResp.y: - Fixed 1777906 issue with the SFCC xml parsing code - -2007-07-04 Viktor Mihajlovski <mih...@dy...> - - * backend/cimxml/client.c: - Fixed 1745279: sfcc does not support complex array types as IN args. - Datatypes CMPI_refA and CMPI_instanceA were not handled properly. - -2007-06-26 Viktor Mihajlovski <mih...@dy...> - - * backend/cimxml/objectpath.c: - Fixed 1743362: segfault on 64-bit systems - -2007-06-20 Sven Schuetz <sv...@de...> - - * property.c: - Fixed 1737254: sfcc can segfault when setting null values - -2007-06-20 Viktor Mihajlovski <mih...@dy...> - - * backend/cimxml/client.c: - Fixed 1740368: memory can be corrupted when long string properties are - being set, due to static buffer usage. - -2007-05-31 Adrian Schuur - - * cimXmlResp.y: - Fixed 1726113: Parser not clearing qualifier cache - -2007-05-24 Adrian Schuur - - * objectpath.c: - Fixed 1722381 sfcc fails on getInstance for associations - -2007-03-15 Viktor Mihajlovski <mihajlov@localhost.localdomain> - - * frontend/sfcc/sfcclient.c: - Fixed 1681555: sfcc backend selection via "scheme" parameter - - * cimc/cimcft.h, TEST/test_gc.c, TEST/test_qualifiers.c: - Fixed 1681487: sfcc cimc constclass definition incompatible with cmci - constclass definition, adjusted function table. - - * frontend/sfcc/sfcclient.c: - Fixed 1681489: sfcc connection release function restore leads to - failures. - -2007-03-07 Viktor Mihajlovski <mih...@dy...> - - * backend/cimxml/instance.c, backend/cimxml/objectpath.c, - backend/cimxml/property.c, backend/cimxml/qualifier.c: - Fixed 1675554: case sensitive comparisons - - * TEST/show.c, TEST/test_ecn_ssl.c, TEST/test_gc.c: - Updated test programs, partially related to 1675554. - -2007-02-28 Viktor Mihajlovski <mih...@dy...> - - * frontend/sfcc/sfcclient.c: - Fixed 1670019: connection failures on second parallel connection - Uninitialized variables and a deadlock situation didn't allow - to run more than on connection at a given point in time. - -2007-02-27 Viktor Mihajlovski <mih...@dy...> - - * sfcc.spec.in, configure.ac: - Feature 1663663: add specfile for RPM builds. - -2007-02-07 Viktor Mihajlovski <mihajlov@localhost.localdomain> - - * configure.ac, Makefile.am: - Feature 1654428: remove libsfcUtil from sfcc - -2007-01-18 Sven Schuetz - - * array.c, cimXmlParser.c, client.c, value.c, cimXmlParser.h - Fixed 1637057: Arrays not yet supported as function arguments - -2007-01-18 Viktor Mihajlovski <mih...@dy...> - - * cimXmlResp.y: - Fixed 1636714: removed incorrect rquirement for RETURNVALUE tag - in method responses. - -2006-12-06 Viktor Mihajlovski <mihajlov@localhost.localdomain> - - * sfcUtil/hashtable.c, sfcUtil/libsfcUtil.Versions: - Fixed 1610514: aligned sfcc/sfcb libsfcUtil. - -2006-11-28 Viktor Mihajlovski <mih...@dy...> - - * cimXmlParser.c, cimXmlResp.y, client.c: - Fixed 1604433: memory leaks for instance array properties and out - args. - -2006-11-14 Viktor Mihajlovski <mih...@dy...> - - * client.c: - Fixed 1596171: don't report timeout after system clock changes. - -2006-09-12 Viktor Mihajlovski <mih...@dy...> - - * client.c, configure.ac: - Conditionalized generation of "TE: Trailer" header in support of - older curl versions. - -2006-09-06 Viktor Mihajlovski <mih...@dy...> - - * client.c: - Removed the inline qualifier for callback functions (again). - - * cimXmlResp: - Remove shift/reduce conflict. - -2006-09-05 Viktor Mihajlovski <mih...@dy...> - - * client.c: - Fixed a double memory release error, occuring when a CIMStatus trailer - is sent back by the server. - -2006-08-22 dhowell1 - - * cimXmlParser.c, cimXmlParser.h, cimXmlResp.y, client.c, cmcimacs.h, - datetime.c, enumeration.c, instance.c, Makefile.am, objectpath.c, - value.c, - * libcmpisfcc.Versions, libsfcUtil.Versions, libcimcClient.Versions - - Merged Intel changes with 08/17/06 CVS tip. - -2006-07-17 sschuetz - - * hashtable.c, utilFactory.c, utilHashtable.c, utilStringbuffer.c: - Moved to sfcUtil, build as shared library now - -2006-07-06 sschuetz - - * constclass.c: - Bug 1518169: Fixed memory leak in constclass.c - -2006-06-28 sschuetz - - * client.c: - Bug 1513362: Added setting of status code in function cmciConnect2, - checking for NULL in CMSetStatus macros - -2006-06-27 Viktor Mihajlovski <mih...@dy...> - - * cimXmlResp.y: - Bug 1513278: Segfault in property qualifier processing. - Fixed erroneous action in the array property production. - Added missing setClassQualifiers function. - Removed a few shift/reduce conflicts. - - * client.c: - Removed the inline qualifier for callback functions. - - * TEST/Makefile.am, TEST/test_qualifiers2.c: - Added test code for class qualifiers. - -2006-02-28 Viktor Mihajlovski <mih...@dy...> - - * client.c: - Bug 1439103: Added code to evaluate trailer headers for chunked transfers - -2005-11-20 bestorga-oss - - * COPYING, args.c, array.c, cimXmlParser.c, cimXmlParser.h, - cimXmlResp.y, client.c, cmci.h, cmcidt.h, cmcift.h, cmcimacs.h, - constClass.c, datetime.c, enumeration.c, genericlist.c, - genericlist.h, instance.c, native.h, objectpath.c, property.c, - qualifier.c, string.c, utilList.h, utilStringBuffer.c, - utilStringBuffer.h, value.c, TEST/show.c, TEST/test.c, - TEST/test_an.c, TEST/test_an_2.c, TEST/test_as.c, TEST/test_as_2.c, - TEST/test_ci.c, TEST/test_di.c, TEST/test_ec.c, TEST/test_ecn.c, - TEST/test_ecn_ssl.c, TEST/test_ei.c, TEST/test_ein.c, - TEST/test_gc.c, TEST/test_gi.c, TEST/test_gp.c, TEST/test_im.c, - TEST/test_leak.c, TEST/test_objectpath.cpp, TEST/test_qualifiers.c, - TEST/test_rf.c, TEST/test_rfn.c, TEST/test_si.c, TEST/test_sp.c, - TEST/test_xq.c: - Bugs: 1362805. changed all license references to Eclipse Public - license - -2005-10-11 mihajlov - - * client.c, cmci.h, TEST/Makefile.am, TEST/test_ecn_ssl.c, - man/man3/cmciConnect.3: - Bugs: 1315810. Added support for client - certificates. - -2005-10-01 a3schuur - - * cimXmlParser.c: Inproving user time performance by about 30% as - measured with time command. +For commit changes, see "git log" or: https://sourceforge.net/p/sblim/sfcc/ci/master/tree/ diff --git a/configure.ac b/configure.ac index f050b6b..4867079 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(sblim-sfcc, 2.2.6, sbl...@li...) +AC_INIT(sblim-sfcc, 2.2.7preview, sbl...@li...) AC_CONFIG_SRCDIR([cimc/cimcclient.c]) AC_CONFIG_HEADER([config.h]) hooks/post-receive -- sfcc- Small Footprint CIM Client |