From c27692f2d0925b7cebe401da6ebdbd2acb66303c Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 18 Apr 2007 12:58:36 +0000 Subject: [PATCH] Add the _CRT_SECURE_NO_DEPRECATE definition when building on VC++ 2005 (STR #36) --- CHANGES | 2 ++ configure | 2 +- doc/reference.html | 2 +- doc/relnotes.html | 3 +++ vcnet/config.h | 19 +++++++++++++++---- 5 files changed, 22 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 22fab45..d591f80 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,8 @@ CHANGES IN Mini-XML 2.3 - Added two exceptions to the LGPL to support static linking of applications against Mini-XML. + - Added the _CRT_SECURE_NO_DEPRECATE definition when + building on VC++ 2005 (STR #36) - mxmlLoad*() did not detect missing > characters in elements (STR #41) - mxmlLoad*() did not detect missing close tags at the end diff --git a/configure b/configure index 1d6ec36..ca2e482 100755 --- a/configure +++ b/configure @@ -1269,7 +1269,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers config.h" -VERSION=2.4 +VERSION=2.3 cat >>confdefs.h <<_ACEOF #define MXML_VERSION "Mini-XML v$VERSION" diff --git a/doc/reference.html b/doc/reference.html index b6e59aa..2242cb1 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -2,7 +2,7 @@ Documentation - +