# ChangeLog for quoter:

*quoter-4.2
	Martin Väth <martin at mvath.de>:
	- Add SPDX-License-Identifier

*quoter-4.1
	Martin Väth <martin at mvath.de>:
	- Fix --help output

*quoter-4.0
	Martin Väth <martin at mvath.de>:
	- Install wrapper for quoter_pipe.sh, making direct sourcing obsolete

*quoter-3.0_p2
	Martin Väth <martin at mvath.de>:
	- README: How to use POSIX find instead of GNU find
	- README: Minor improvements of language and description of -s/-l

*quoter-3.0_p1
	Martin Väth <martin at mvath.de>:
	- Makefile: Use install more compatible. Thanks to Lars Isakson for
	  reporting and Yuta SATOH for the suggestion of a solution, see
	  https://bugs.gentoo.org/show_bug.cgi?id=598972

*quoter-3.0:
	Martin Väth <martin at mvath.de>:
	- Make quoter_pipe.sh a program to be used with eval
	- Speed up initialization

*quoter-2.0_p2:
	Martin Väth <martin at mvath.de>:
	- Extend testsuite by block boundary tests

*quoter-2.0_p1:
	Martin Väth <martin at mvath.de>:
	- Extend testsuite and make it more compatible

*quoter-2.0:
	Martin Väth <martin at mvath.de>:
	- Introduce --empty-last (-e) and make the opposite the default:
	  This makes find --print0 | quote -i and printf '%s\0' | quote -i
	  work as expected
	- quoter_pipe: Pass all quoter options
	- Document how to "emulate" https://github.com/vaeth/push/
	- Provide small testsuite
	- Makefile: Try "optimized" compilations, provide "test" target

*quoter-1.1:
	Martin Väth <martin at mvath.de>:
	- Provide quoter_pipe.sh
	- Do not quote - / . even with --long
	- README much more verbose
	- Makefile: work if make does not know .PHONY and compile into bin/
	- internal: use verbose BADTYPE_*
	- Adapt .gitignore

*quoter-1.0:
	Martin Väth <martin at mvath.de>:
	- Initial release written from scratch
