From: Noam P. <npo...@us...> - 2011-03-13 19:38:08
|
Hi list, I just released 1.0.6: - Bug fixes: - c14n: set stdout to binary mode on Windows to avoid carriage returns (Bug 840665) - fix broken --help options - put actual behaviour of -P, -S options in --help output (see Bug/Feature Request 2858514) - remove unneeded escape of quote in ./configure --help - don't distribute xmlstarlet.spec: it's generated by ./configure - add src/xml.o depends on version.h to Makefile.am so compile will succeed without dependency info (eg after make distclean) - add test for subcommands' --help option - Portability fixes: - yes isn't portable, use an awk program instead - neither read -r nor xargs -0 are portable, escape the command lines to xargs instead - don't use nonportable echo -n option Noam |