From: Dave H. <hel...@us...> - 2014-11-26 19:05:22
|
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 "sfcc- Small Footprint CIM Client". The branch, master has been updated via f70fecb410a53531e4fe99d39cf81b581819cac9 (commit) from 600a738fd581556052b4167943d08f76b35974ea (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 f70fecb410a53531e4fe99d39cf81b581819cac9 Author: Dave Heller <hel...@us...> Date: Wed Nov 26 14:04:33 2014 -0500 start of 2.2.9 ----------------------------------------------------------------------- Summary of changes: NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index 483014b..dfbaba7 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ Small Footprint CIM Client Library NEWS +Changes in 2.2.9 +================ + +New Features: + +Bugs: + + Changes in 2.2.8 ================ diff --git a/configure.ac b/configure.ac index 2ce41a0..9ad544a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(sblim-sfcc, 2.2.8, sbl...@li...) +AC_INIT(sblim-sfcc, 2.2.9-preview, sbl...@li...) AC_CONFIG_SRCDIR([cimc/cimcclient.c]) AC_CONFIG_HEADER([config.h]) hooks/post-receive -- sfcc- Small Footprint CIM Client |