Hello all,
I just released version 1.0.5:
- Bug fixes:
- use XSLT_PARSE_OPTIONS, else CDATA nodes can cause corruption (Bug 3158482)
- fix typo in help message
- get rid of warnings in -ansi -pedantic mode
- required libxml2 version is 2.6.23
- usage strings use argv[0] as program name
- --help prints to stdout and exits with success
- double /'s under msys to avoid path conversion
- Portability fixes:
- don't use xargs (-d isn't portable)
- use -Wall only for gcc
-Build system:
- use -ansi in configure, and check for strdup declaration
- seperate list of sources and tests into subdirs
- check git version during make, not just autoconf
- tarball releases of configure.ac have actual version number
instead of querying git
Noam
|