From: Dave H. <hel...@us...> - 2013-12-29 17:14:58
|
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 "sfcb - Small Footprint CIM Broker". The branch, master has been updated via ff466d9f0ecd4953b7437ff03be68a33b85c966c (commit) from 405966f68966311083f66e5a974d2535390cfdb5 (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 ff466d9f0ecd4953b7437ff03be68a33b85c966c Author: Dave Heller <hel...@us...> Date: Sun Dec 29 12:05:50 2013 -0500 prep for 1.4.7 release ----------------------------------------------------------------------- Summary of changes: NEWS | 15 +++++++++++++-- configure.ac | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 428236b..cfb8a29 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,21 @@ -Changes in 1.4.7 +hanges in 1.4.7 ================ New features: +- [sfcb-tix:#86] Support configurable SSL Diffie Hellman parameters file +- [sfcb-tix:#87] Support configurable SSL ECDH elliptic curve name +- [sfcb-tix:#76] Identify running SFCB processes in ps output Bugs fixed: - +- [sfcb-tix:#81] Bad CMPIType assignment in cimXmlOps +- [sfcb-tix:#82] ClientEnvFT for SfcbLocal doesn't match SFCC +- [sfcb-tix:#83] Add Alternate getObjectPath() for SfcbLocal Connections +- [sfcb-tix:#84] Upcall mutex not freed on shutdown +- [sfcb-tix:#85] SFCB: SfcbLocal interface should expose markHeap() and releaseHeap() +- [sfcb-tix:#88] Ensure unique semaphore keys across multiple http adapters +- [sfcb-tix:#92] indicationDeliveryThreadLimit not properly enforced +- [sfcb-tix:#93] ProfileProvider segfault while stopping slpUpdate thread +- [sfcb-tix:#90] Problems with enableInteroOp=false Changes in 1.4.6 ================ diff --git a/configure.ac b/configure.ac index 81bc077..9c71631 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Small Footprint CIM Broker, 1.4.7-preview, sbl...@li..., sblim-sfcb) +AC_INIT(Small Footprint CIM Broker, 1.4.7, sbl...@li..., sblim-sfcb) AC_CONFIG_SRCDIR([providerDrv.c]) #disable "seems to ignore the --datarootdir setting" warnings hooks/post-receive -- sfcb - Small Footprint CIM Broker |