From: Dave H. <hel...@us...> - 2014-03-26 22:24:56
|
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_1.3 has been updated via 4475f299a36e152b6cac6fb09e0b78a241938a13 (commit) from fab104b9b6b2aeeac5d8a0bdf0179f9aa6857493 (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 4475f299a36e152b6cac6fb09e0b78a241938a13 Author: Dave Heller <hel...@us...> Date: Wed Mar 26 18:23:15 2014 -0400 prep for 1.3.18 release ----------------------------------------------------------------------- Summary of changes: NEWS | 19 +++++++++++++++++-- configure.ac | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 9fd9865..2c81b96 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,28 @@ Changes in 1.3.18 -================ +================= New features: +- [sfcb-tix:#70] Reload SSL context without restarting httpd +- [sfcb-tix:#86] Support configurable SSL Diffie Hellman parameters file +- [sfcb-tix:#87] Support configurable SSL ECDH elliptic curve name +- [sfcb-tix:#99] Add config property enableSslCipherServerPref Bugs fixed: - [sfcb-tix:#56] Intermittent segfault at shutdown +- [sfcb-tix:#69] Fix logger for long-lived clients, was: "#2347 Don't spawn logger for clients" +- [sfcb-tix:#78] Missing null check in ift_getObjectPath, transposed debug stmts in memAlloc +- [sfcb-tix:#78] Simplify mutex handling in instance.c +- [sfcb-tix:#81] Bad CMPIType assignment in cimXmlOps +- [sfcb-tix:#83] Add Alternate getObjectPath() for SfcbLocal Connections +- [sfcb-tix:#82] ClientEnvFT for SfcbLocal doesn't match SFCC +- [sfcb-tix:#85] SFCB: SfcbLocal interface should expose markHeap() and releaseHeap() +- [sfcb-tix:#84] Upcall mutex not freed on shutdown +- [sfcb-tix:#85] SFCB: SfcbLocal interface should expose markHeap() and releaseHeap() +- [sfcb-tix:#92] indicationDeliveryThreadLimit not properly enforced +- [sfcb-tix:#93] ProfileProvider segfault while stopping slpUpdate thread Changes in 1.3.17 -================ +================= New features: - 3597805 Restart HTTP daemon without restarting SFCB diff --git a/configure.ac b/configure.ac index 98f0bc0..acee75f 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.3.18-preview, sbl...@li..., sblim-sfcb) +AC_INIT(Small Footprint CIM Broker, 1.3.18, 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 |