[ 3196128 ] enumInstances does not set NameSpace in ObjectPath in XML mode
diff --git a/ChangeLog b/ChangeLog
index edb7131..7027f98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-03-29  Chris Buccella  <buccella@linux.vnet.ibm.com>
+
+	* backend/cimxml/grammar.c:
+	[ 3196128 ] enumInstances does not set NameSpace in ObjectPath in XML mode
+	(patch by Josef Moellers)
+
 2011-03-23  Narasimha Sharoff  <nsharoff@us.ibm.com>
 
 	* frontend/sfcc/sfcclient.c
diff --git a/NEWS b/NEWS
index 4c96e72..d007ee6 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@
 - 3101151: SfcbLocal failed to connect due to hardcoded library path
 - 3195267: sfcc v2 tests segfault when sfcb is not running
 - 2990315: cmciRelease not called in case of error
+- 3196128: enumInstances does not set NameSpace in ObjectPath in XML mode
 
 Changes in 2.2.1
 ================
diff --git a/contributions.txt b/contributions.txt
index 8c3e0f8..de54043 100644
--- a/contributions.txt
+++ b/contributions.txt
@@ -36,8 +36,13 @@
 -------------------
 09/02/2009 [ 2847782 ] sfcc getClass crashes if cimom isn't running
 09/22/2009 [ 2849853 ] getClass reports most property types as CMPI_Instance
+03/23/2011 [ 2990315 ] cmciRelease not called in case of error
 
 Suresh Sundriyal, VMWare
 ------------------------
 04/05/2010 [ 2982349 ] Memory leak in backend/cimxml/client.c
 04/05/2010 [ 2982352 ] Double free in backend/cimxml/property.c
+
+Josef Moellers, Fujitsu
+-----------------------
+03/29/2011 [ 3196128 ] enumInstances does not set NameSpace in ObjectPath in XML mode