From: Chris B. <buc...@us...> - 2013-03-28 21:30:09
|
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 9dab487095a70bfb79bcfeef183ad4df55f5457d (commit) from fd7a4c15964ab0f939cf6f65f432d53902a90722 (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 9dab487095a70bfb79bcfeef183ad4df55f5457d Author: buccella <buc...@li...> Date: Thu Mar 28 17:29:21 2013 -0400 prepping for 1.4.4 release ----------------------------------------------------------------------- Summary of changes: NEWS | 20 +++++++++++++++----- configure.ac | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 4434d8e..73d659e 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,6 @@ Changes in 1.4.4 ================ -Everything in 1.3.17 (see below), plus: - New features: - 3597805 Restart HTTP daemon without restarting SFCB - 3597806 Bind to arbitrary list of IP addresses in SFCB @@ -10,7 +8,7 @@ New features: - 3599160 Add sfcbproc utility - 3601943 ObjectImpl unit test - 2766931 Property filters for interop and interopserver providers -- [Bugs:#2463] getClass does not expose method information for localconnect +- [sfcb-tix:#16] getClass does not expose method information for localconnect Bugs fixed: - 3599526 segfault during ecn with classProviderSf @@ -28,9 +26,21 @@ Bugs fixed: - 3603454 control should do type conversions on startup - [Bugs:#2612] Don't persist indications - [Bugs:#2613] Check sfcCommon version -- [Bugs:#2552] datetime conversions do not handle timezone +- [sfcb-tix:#21] datetime conversions do not handle timezone - [Bugs:#2490] wbemcat should use URI perl module -- [Sfcb:#1] Streamline SLP +- [sfcb-tix:#1] Streamline SLP +- [sfcb-tix:#7] autoconfiscate.sh needs --force for all tools +- [sfcb-tix:#24] GetClass Operation does not filter the class +- [sfcb-tix:#25] classProviderSf drops Association qualifier on child classes +- [sfcb-tix:#6] SFCB XML Parser Error with Instance as Parameter +- [sfcb-tix:#26] ClassProviderSf should read standard repositories +- [sfcb-tix:#13] Optimize Handler Sequence numbers +- [sfcb-tix:#27] Bump schema to 2.35 +- [sfcb-tix:#28] Further shm trace id leak +- [sfcb-tix:#19] Update q and Q options for sfcbmof +- [sfcb-tix:#2] Problem with PropertyList on association classes +- [sfcb-tix:#30] Make maxBindAttempts a configurable option +- [sfcb-tix:#29] Add -t std option to sfcbrepos Changes in 1.4.3 ================ diff --git a/configure.ac b/configure.ac index 0986b2a..60932ff 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.4-preview, sbl...@li..., sblim-sfcb) +AC_INIT(Small Footprint CIM Broker, 1.4.4, 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 |