From ec804e77c64d196955ebf4ee27863d4a4b171714 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sat, 7 May 2005 09:28:53 +0000 Subject: [PATCH] applied patch from Jonathan Wakely to fix the namespace name for the EXSLT * libexslt/libexslt.3: applied patch from Jonathan Wakely to fix the namespace name for the EXSLT date and time functions in the man page. Daniel --- ChangeLog | 6 ++++++ libexslt/libexslt.3 | 2 +- libxslt/xsltwin32config.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fb758fd..8453266 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat May 7 11:28:41 CEST 2005 Daniel Veillard + + * libexslt/libexslt.3: applied patch from Jonathan Wakely to fix + the namespace name for the EXSLT date and time functions in the man + page. + Wed Apr 6 23:58:12 CEST 2005 Igor Zlatkovic * libexslt/exslt.c libexslt/libexslt.h: Windows build cleanups, diff --git a/libexslt/libexslt.3 b/libexslt/libexslt.3 index 579bfea..83c57d3 100644 --- a/libexslt/libexslt.3 +++ b/libexslt/libexslt.3 @@ -145,7 +145,7 @@ returns a node-set of all nodes in the first argument that follow the first node .SS "DATES and TIMES" .TP 2.2i -Namespace: http://exslt.org/date-and-times +Namespace: http://exslt.org/dates-and-times .TP 2.2i See http://www.exslt.org/date/date.html for a description. .TP 2.2i diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h index c600f99..9fb4b9a 100644 --- a/libxslt/xsltwin32config.h +++ b/libxslt/xsltwin32config.h @@ -44,7 +44,7 @@ extern "C" { * * extra version information, used to show a CVS compilation */ -#define LIBXSLT_VERSION_EXTRA "-CVS1010" +#define LIBXSLT_VERSION_EXTRA "-CVS1011" /** * WITH_XSLT_DEBUG: -- 2.7.4