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
-- Windows 32-bit (MSVC3 7.0 (2002), MSVC 7.1 (2003), MSVC 8.0 (2005), ICC4 8.0, ICC 8.1, GCC 3.4.2 (MinGW), BCC5 5.82)
+
- Windows 32-bit (MSVC3 6.0, MSVC 7.0 (2002), MSVC 7.1 (2003), MSVC 8.0 (2005), ICC4 8.0, ICC 8.1, GCC 3.4.2 (MinGW), BCC5 5.82, DMC6 8.50, Comeau C++ 4.3.3, PGI7 6.2, CW8 8.0)
- Linux 32-bit (GCC 3.2)
- Sony Playstation Portable (GCC 3.4.2; in PUGIXML_NO_STL mode)
+
- Sony Playstation 3 (GCC 4.0.2; in PUGIXML_NO_EXCEPTIONS mode (-fno-exceptions))
- Microsoft Xbox (MSVC 7.1)
+
- Microsoft Xbox 360 (MSVC 8.0)
@@ -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.