summaryrefslogtreecommitdiff
path: root/NEWS.md.in
diff options
context:
space:
mode:
authorGravatar David Alexander <opensource@thelonelyghost.com>2016-11-11 02:46:00 -0500
committerGravatar Mike Burns <mike@mike-burns.com>2016-11-12 16:19:13 -0500
commitbc0d5b63f6c4762b7d39fb32b525f977015ff4b3 (patch)
tree004ed26a2af69caf3985e0415a84660d9f067136 /NEWS.md.in
parentee6318598939ec0e1c147430bb2cac036a90f754 (diff)
Run hooks in a defined order
Run the hooks in alphabetical order so that people can more predictably manage their hooks. While here, clean up the NEWS.md.in.
Diffstat (limited to 'NEWS.md.in')
-rw-r--r--NEWS.md.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS.md.in b/NEWS.md.in
index 0cdc0aa..d4b9996 100644
--- a/NEWS.md.in
+++ b/NEWS.md.in
@@ -1,5 +1,16 @@
rcm (@PACKAGE_VERSION@) unstable; urgency=low
+ * BUGFIX: Use $LOGNAME instead of $USER for compatibility (Mike Burns).
+ * BUGFIX: rcdn(1) stops at DEST_DIR (Kyle Cook, Mike Burns).
+ * BUGFIX: Symlink existing files, even when identical (Graham Bennett).
+ * BUGFIX: Sort hooks by filename before execution instead of arbitrary order
+ (David Alexander).
+ * Documentation improvements (Nick Novitski, Ben Stephens, Casey Rodarmor).
+
+ -- Mike Burns <mburns@thoughtbot.com> Sat, 12 Nov 2016 16:16:00 -0500
+
+rcm (1.3.0) unstable; urgency=low
+
* BUGFIX: Control whether hooks should run in rcdn(1) with the -K and -k
flags (Ben Turrubiates, Christopher Koch, Mike Burns, Mikkel Fahnøe
Jørgensen).