From: Dave H. <hel...@us...> - 2013-08-21 00:29:59
|
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 3ba4a96248139309b191d34cefee83b1c2093708 (commit) from b679d5586e75b1b0a3d328970a9853b6513d5ec8 (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 3ba4a96248139309b191d34cefee83b1c2093708 Author: Dave Heller <hel...@us...> Date: Tue Aug 20 20:11:28 2013 -0400 prep for 1.3.17 release ----------------------------------------------------------------------- Summary of changes: NEWS | 16 +++++++++++++--- configure.ac | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 9e7f7fa..781b6fe 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,22 @@ Changes in 1.3.17 -================= -New features: +================ + +New features: - 3597805 Restart HTTP daemon without restarting SFCB - 3599160 Add sfcbproc utility +- [sfcb-tix:#55] make install should not overwrite sfcb.cfg Bugs fixed: - 3599329 dlopen failed for sfcbCustomLib -- sfcb-tix:#28 Further shm trace id leak +- [sfcb-tix:#28] Further shm trace id leak +- [sfcb-tix:#30] Make maxBindAttempts a configurable option +- [sfcb-tix:#42] Run setupControl prior to getControl +- [sfcb-tix:#45] HTTP verb check may fail producing 501 error +- [sfcb-tix:#46] Error parsing CDATA with no whitespace +- [sfcb-tix:#51] Malformed OP causes segfault +- [sfcb-tix:#54] Fix for sfcbproc.c +- [sfcb-tix:#68] reinitialize select timeout in SSL handshake +- 3600125 Share client tracing shm segment Changes in 1.3.16 ================= diff --git a/configure.ac b/configure.ac index a38ea08..9a970b4 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.17-preview, sbl...@li..., sblim-sfcb) +AC_INIT(Small Footprint CIM Broker, 1.3.17, 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 |