From 2c06637bf86fed5be3b8a1d04f454b9fe6964c7f Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Wed, 31 Oct 2007 17:46:35 +0000 Subject: Merged 0.34 in trunk (revisions 69:84) git-svn-id: http://pugixml.googlecode.com/svn/trunk@85 99668b35-9821-0410-8761-19e4c4f06640 --- docs/index.html | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 7c8392f..a0cf022 100644 --- a/docs/index.html +++ b/docs/index.html @@ -415,10 +415,12 @@ environment). The library is written in standard-conformant C++ and was tested o

@@ -428,7 +430,10 @@ environment). The library is written in standard-conformant C++ and was tested o 3 MSVC is Microsoft Visual C++ Compiler
4 ICC is Intel C++ Compiler
-
5 BCC is Borland C++ Compiler +5 BCC is Borland C++ Compiler
+
6 DMC is Digital Mars C++ Compiler
+
7 PGI is Portland Group C++ Compiler +8 CW is Metrowerks CodeWarrior
@@ -624,6 +629,17 @@ if necessary) +
31.10.2007 - v0.34 +
Maintenance release. Changes:
    +
  • Improved compatibility (supported Digital Mars C++, MSVC 6, CodeWarrior 8, PGI C++, Comeau, supported PS3 and XBox360) +
  • Fixed bug with loading from text-mode iostreams +
  • Fixed leak when transfer_ownership is true and parsing is failing +
  • Fixed bug in saving (\r and \n are now escaped in attribute values) +
  • PUGIXML_NO_EXCEPTION flag for platforms without exception handling +
  • Renamed free() to destroy() - some macro conflicts were reported +
+
+
@@ -670,7 +686,7 @@ OTHER DEALINGS IN THE SOFTWARE.
-

Revised 21 February, 2007

+

Revised 31 October, 2007

© Copyright Arseny Kapoulkine 2006-2007. All Rights Reserved.

-- cgit v1.2.3