summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfdrake <fdrake>2001-07-25 18:10:15 +0000
committerfdrake <fdrake>2001-07-25 18:10:15 +0000
commitcb10730de91b66d28ce5a7f31271455aa97013d7 (patch)
tree3917e15911c03b9bcb1081b0208bcfa773deb2f4
parent3e52a0aafa6971fa19cefc6ae6f5cb0d9d86ead0 (diff)
downloadlibexpat-cb10730de91b66d28ce5a7f31271455aa97013d7.tar.gz
Added preliminary changes for the 1.95.2 release.
-rw-r--r--Changes12
1 files changed, 11 insertions, 1 deletions
diff --git a/Changes b/Changes
index 5b78b86..a6c7807 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,13 @@
+Release 1.95.2
+ - Nore changes to make MSVC happy with the build; add a single
+ workspace to support both the library and xmlwf applicatiion.
+ - Added compile-time constants that can be used to determine the
+ Expat version
+ - Removed a lot of GNU-specific dependencies to aide portability
+ among the various Unix flavors.
+ - Fix the UTF-8 BOM bug.
+ - Cleaned up warning messages for several compilers.
+ - Added the -Wall, -Wstrict-prototypes options for GCC.
Release 1.95.1 Sun Oct 22 15:11:36 EDT 2000
- Changes to get expat to build under Microsoft compiler
- Removed all aborts and instead return an UNEXPECTED_STATE error.
@@ -31,4 +41,4 @@ Release 1.95.0 Fri Sep 29 2000
o XML_GetInputContext for getting the input context of
the current parse position.
- Added reference material
- - Packaged into a distribution that builds a sharable library \ No newline at end of file
+ - Packaged into a distribution that builds a sharable library