From: Dave H. <hel...@us...> - 2014-03-28 01:36:20
|
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 28d9fdc4fd33a9089e5f4886d53f43fd04e29f9e (commit) from 1152bbf7b9aba98e668dd4589ca5ecb97351896e (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 28d9fdc4fd33a9089e5f4886d53f43fd04e29f9e Author: Dave Heller <hel...@us...> Date: Thu Mar 27 21:30:57 2014 -0400 prep for 2.2.7 release ----------------------------------------------------------------------- Summary of changes: NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index 1593173..8a57941 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,16 @@ Small Footprint CIM Client Library NEWS +Changes in 2.2.7 +================ + +New Features: +- [bugs:#2692] SFCC: SfcbLocal interface should expose markHeap() and releaseHeap() + +Bugs: +- [bugs:#2728] Missing tag definition for REFARRAY +- [bugs:#2729] Improper type handling for EmbeddedObject in PARAMVALUE +- [bugs:#2730] More memory leaks in backend/cimxml/grammer.c + Changes in 2.2.6 ================ diff --git a/configure.ac b/configure.ac index 4867079..90adc92 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.7preview, sbl...@li...) +AC_INIT(sblim-sfcc, 2.2.7, sbl...@li...) AC_CONFIG_SRCDIR([cimc/cimcclient.c]) AC_CONFIG_HEADER([config.h]) hooks/post-receive -- sfcc- Small Footprint CIM Client |