2.2.3.1

diff --git a/ChangeLog b/ChangeLog
index 9823b91..ee68c8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2.2.3.1
+- Bugfix release:
+  - cleanup: access CMPIString by macro, not by casted direct member access 
+  - fix connection error msg: rc.msg is a CMPIString, not a char* (kkaempf)
+  - fix for OperationTimeout parsing (Chris Poblete)
+
 2.2.3
 - Bugfix release:
   - fix Windows build (forum.openwsman.org)
@@ -17,8 +23,6 @@
     using the WinRm client (Trevor Witten)
   - add ExcludeNilProperties option to suppress nil properties per request
     (Chris Poblete, kkaempf)
-  - cleanup: access CMPIString by macro, not by casted direct member access 
-  - fix connection error msg: rc.msg is a CMPIString, not a char*
 
 2.2.2
 - Bugfix release:
diff --git a/etc/openwsman.conf b/etc/openwsman.conf
index a06885e..e816dbe 100644
--- a/etc/openwsman.conf
+++ b/etc/openwsman.conf
@@ -73,7 +73,8 @@
 [cim]
 default_cim_namespace = root/cimv2
 
-# can also be SfcbLocal for local connection with sfcb CIMOM running on same system
+# set to SfcbLocal for local connection with sfcb CIMOM running on same system
+# cim_client_frontend = SfcbLocal
 cim_client_frontend = XML
 
 #indication_source_namespace is used to define namespace where the Indications originate