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 d1e3d533b713d21b1d37211bba71235e8af01553 (commit)
from b5fec238086b738525264ab96df4710ac28b0aeb (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 d1e3d533b713d21b1d37211bba71235e8af01553
Author: Michael Chase-Salerno <br...@li...>
Date: Thu Dec 20 16:33:28 2012 -0500
Increment release 2.2.5, fix for some test prereqs
-----------------------------------------------------------------------
Summary of changes:
diff --git a/NEWS b/NEWS
index d586380..8a42485 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
Small Footprint CIM Client Library NEWS
+Changes in 2.2.5
+================
+
+Bugs:
+- 3586680: improve error reporting in cmciConnect2
+- 3566968: sfcc enumInstances fails to parse the xml
+- 3555103: wrong declaration of release attribute in _CIMCArgsFT
+- 3547832: memory leak in backend/cimxml/grammer.c
+
Changes in 2.2.4
================
@@ -10,10 +19,6 @@ Bugs:
- 3528819: Crash in getInstance when instance has NULL properties
- 3530609: Various BEAM Errors
- 3435363: Wrong call of curl_global_cleanup()
-- 3547832: memory leak in backend/cimxml/grammer.c
-- 3555103: wrong declaration of release attribute in _CIMCArgsFT
-- 3566968: sfcc enumInstances fails to parse the xml
-- 3586680: improve error reporting in cmciConnect2
Changes in 2.2.3
================
diff --git a/TEST/Makefile.am b/TEST/Makefile.am
index f26191d..138c40b 100644
--- a/TEST/Makefile.am
+++ b/TEST/Makefile.am
@@ -97,7 +97,7 @@ test_di_LDADD = ../libcmpisfcc.la
test_ec_SOURCES = test_ec.c \
show.c
-test_ec_LDADD = ../libcmpisfcc.la
+test_ec_LDADD = ../libcmpisfcc.la
test_ecn_SOURCES = test_ecn.c \
show.c
@@ -180,25 +180,25 @@ test_qualifiers2_SOURCES = test_qualifiers2.c \
test_qualifiers2_LDADD = ../libcmpisfcc.la
v2test_ec_SOURCES = v2test_ec.c show.c
-v2test_ec_LDADD = ../libcmpisfcc.la
+v2test_ec_LDADD = ../libcmpisfcc.la ../libcimcclient.la
v2test_ecn_SOURCES = v2test_ecn.c show.c
-v2test_ecn_LDADD = ../libcmpisfcc.la
+v2test_ecn_LDADD = ../libcmpisfcc.la ../libcimcclient.la
v2test_ei_SOURCES = v2test_ei.c show.c
-v2test_ei_LDADD = ../libcmpisfcc.la
+v2test_ei_LDADD = ../libcmpisfcc.la ../libcimcclient.la
v2test_ein_SOURCES = v2test_ein.c show.c
-v2test_ein_LDADD = ../libcmpisfcc.la
+v2test_ein_LDADD = ../libcmpisfcc.la ../libcimcclient.la
v2test_gc_SOURCES = v2test_gc.c show.c
-v2test_gc_LDADD = ../libcmpisfcc.la
+v2test_gc_LDADD = ../libcmpisfcc.la ../libcimcclient.la
v2test_im_SOURCES = v2test_im.c show.c
-v2test_im_LDADD = ../libcmpisfcc.la
+v2test_im_LDADD = ../libcmpisfcc.la ../libcimcclient.la
v2test_xq_synerr_SOURCES = v2test_xq_synerr.c show.c
-v2test_xq_synerr_LDADD = ../libcmpisfcc.la
+v2test_xq_synerr_LDADD = ../libcmpisfcc.la ../libcimcclient.la
print_types_SOURCES = print-types.c
diff --git a/configure.ac b/configure.ac
index 7c09f34..d128351 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.5preview, sbl...@li...)
+AC_INIT(sblim-sfcc, 2.2.5, sbl...@li...)
AC_CONFIG_SRCDIR([cimc/cimcclient.c])
AC_CONFIG_HEADER([config.h])
hooks/post-receive
--
SFCC - Small Footprint CIM Client
|