* Version 5.3.0.
+ * man/help2man: Accept new option: --program-name=NAME, so that we
+ can override the one in --version output. This is needed solely
+ so that test.1 doesn't refer to `[' as the program name.
+ Reported by Benjamin Cutler as http://bugs.debian.org/205251.
+ * man/Makefile.am (.x.1): Use help2man's new --program-name option.
+
* src/pwd.c: Don't include pathmax.h; system.h already does it.
* src/cut.c (cut_fields): Free buffer upon getndelim2 failure.