From: Chris B. <buc...@us...> - 2011-06-09 22:59:29
|
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 89cfb4c335a4d3ea77979964c7c93dd201b18866 (commit) from 10d207a686ec964aa4f5e798cb32264eb3cd9461 (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 89cfb4c335a4d3ea77979964c7c93dd201b18866 Author: buccella <buc...@li...> Date: Thu Jun 9 19:00:22 2011 -0400 [ 3047562 ] [patch] Create bzip2 tarballs on "make dist" ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index 3d10ba3..db6cac7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,10 @@ [ 3314383 ] Memory leak in CimResource_Enumerate_EP (patch by Chris Poblete) + * Makefile.am + [ 3047562 ] [patch] Create bzip2 tarballs on "make dist" + (patch by Klaus Kampf) + 2011-06-01 Chris Buccella <buc...@li...> * interopServerProvider.c: diff --git a/Makefile.am b/Makefile.am index 2f3dd61..69cbb1a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,7 @@ # Makefile process input for sfcb. # # +AUTOMAKE_OPTIONS = no-dist-gzip dist-bzip2 sfcbdocdir=$(datadir)/doc/sfcb-$(VERSION) sfcbdatadir=$(datadir)/sfcb diff --git a/NEWS b/NEWS index 28b4e5c..1e3f1be 100644 --- a/NEWS +++ b/NEWS @@ -86,6 +86,7 @@ Bugs Fixed: - 3291646 Unused var in __NullEvaluate - 3202466 Single item on method param of array type rejected via Local - 3314383 Memory leak in CimResource_Enumerate_EP +- 3047562 [patch] Create bzip2 tarballs on "make dist" Changes in 1.3.11 ================= diff --git a/contributions.txt b/contributions.txt index 8f38a9f..ddd57e3 100644 --- a/contributions.txt +++ b/contributions.txt @@ -112,6 +112,7 @@ Klaus Kampf, Novell 05/24/2010 [ 2994737 ] cimslp fails to get sslCertificateFilePath config value 05/27/2010 [ 2984485 ] Possible access to freed memory in cimslpSLP.c 06/30/2010 [ 2968599 ] Wrong trace msg for invokeMethod (local interface) +06/09/2011 [ 3047562 ] [patch] Create bzip2 tarballs on "make dist" Mike Brasher, Inova ------------------- hooks/post-receive -- SFCB - Small Footprint CIM Broker |