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 98b54e0aee6d683d821c2004389776037d851f60 (commit)
from 0b313d3cb801e0864101854742ada8361be38f1a (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 98b54e0aee6d683d821c2004389776037d851f60
Author: Dave Heller <hel...@us...>
Date: Wed Mar 26 20:13:11 2014 -0400
prep for 1.4.8 release
-----------------------------------------------------------------------
Summary of changes:
NEWS | 12 +++++++++++-
configure.ac | 2 +-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index b4a0142..42ad6cb 100644
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,19 @@ Changes in 1.4.8
================
New features:
+- [sfcb-tix:#99] Add config property enableSslCipherServerPref
+- [sfcb-tix:#101] Add config property indicationCurlUseExpect100
+- [sfcb-tix:#102] Add config property indicationCurlHonorRedirect
+- [sfcb-tix:#105] Add config property embeddedObjectEncoding
Bugs fixed:
-
+- [sfcb-tix:#94] Increase sigChldWaitTime
+- [sfcb-tix:#95] Do not release pthread lock prior to stopBroker() exit
+- [sfcb-tix:#89] Gracefully handle providers doing abort()
+- [sfcb-tix:#96] Provider should close req handler on shutdown
+- [sfcb-tix:#98] sfcbmofpp segfaults if mof file ends with block comment without newline
+- [sfcb-tix:#100] Fix some compiler warnings & errors on newer distros
+- [sfcb-tix:#103] Unsafe usage of strncpy in providerRegister.c
Changes in 1.4.7
================
diff --git a/configure.ac b/configure.ac
index 609209b..5fbe510 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.8-preview, sbl...@li..., sblim-sfcb)
+AC_INIT(Small Footprint CIM Broker, 1.4.8, 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
|