From: Dave H. <hel...@us...> - 2014-03-28 01:42:32
|
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 a170946510da932f0d4ff1930ba453ba8e7d8b05 (commit) from 28d9fdc4fd33a9089e5f4886d53f43fd04e29f9e (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 a170946510da932f0d4ff1930ba453ba8e7d8b05 Author: Dave Heller <hel...@us...> Date: Thu Mar 27 21:41:36 2014 -0400 start of 2.2.8 ----------------------------------------------------------------------- Summary of changes: NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index 8a57941..c790b44 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ Small Footprint CIM Client Library NEWS +Changes in 2.2.8 +================ + +New Features: + +Bugs: + + Changes in 2.2.7 ================ diff --git a/configure.ac b/configure.ac index 90adc92..6ef5c42 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.7, sbl...@li...) +AC_INIT(sblim-sfcc, 2.2.8-preview, sbl...@li...) AC_CONFIG_SRCDIR([cimc/cimcclient.c]) AC_CONFIG_HEADER([config.h]) hooks/post-receive -- sfcc- Small Footprint CIM Client |