Author: rfm
Date: Tue Jul 19 14:46:15 2016
New Revision: 40016

URL: http://svn.gna.org/viewcvs/gnustep?rev=40016&view=rev
Log:
New vewrsion

Modified:
    libs/webservices/trunk/ChangeLog
    libs/webservices/trunk/GNUmakefile
    libs/webservices/trunk/GWSCoder.h

Modified: libs/webservices/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/webservices/trunk/ChangeLog?rev=40016&r1=40015&r2=40016&view=diff
==============================================================================
--- libs/webservices/trunk/ChangeLog    (original)
+++ libs/webservices/trunk/ChangeLog    Tue Jul 19 14:46:15 2016
@@ -1,3 +1,9 @@
+2016-07-19 Richard Frith-Macdonald  <[email protected]>
+
+       * GWSCoder.m: Add ([-setCRLF:]) method to allow generation of XML
+       with CRLF rather than LF as line terminator.
+       * GNUmakefile: bump version for ivar change (Version 0.8.0)
+
 2016-05-19 Richard Frith-Macdonald  <[email protected]>
 
        * GNUmakefile: bump version for bugfix release (Version 0.7.3)

Modified: libs/webservices/trunk/GNUmakefile
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/webservices/trunk/GNUmakefile?rev=40016&r1=40015&r2=40016&view=diff
==============================================================================
--- libs/webservices/trunk/GNUmakefile  (original)
+++ libs/webservices/trunk/GNUmakefile  Tue Jul 19 14:46:15 2016
@@ -21,8 +21,8 @@
 -include config.make
 
 PACKAGE_NAME = WebServices
-PACKAGE_VERSION = 0.7.3
-WebServices_INTERFACE_VERSION=0.7
+PACKAGE_VERSION = 0.8.0
+WebServices_INTERFACE_VERSION=0.8
 CVS_MODULE_NAME = gnustep/dev-libs/WebServices
 CVS_TAG_NAME = WebServices
 SVN_BASE_URL=svn+ssh://svn.gna.org/svn/gnustep/libs

Modified: libs/webservices/trunk/GWSCoder.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/webservices/trunk/GWSCoder.h?rev=40016&r1=40015&r2=40016&view=diff
==============================================================================
--- libs/webservices/trunk/GWSCoder.h   (original)
+++ libs/webservices/trunk/GWSCoder.h   Tue Jul 19 14:46:15 2016
@@ -81,7 +81,7 @@
 @private
   NSMutableDictionary   *_nmap;         // Mapping namespaces.
   NSTimeZone           *_tz;           // Default timezone.
-  BOOL                 _compact;
+  BOOL                 _compact;       // YES for single line output.
   BOOL                 _debug;         // YES if debug is enabled.
   BOOL                 _fault;         // YES while building a fault.
   BOOL                  _oldparser;     // YES if no namespace support.


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to