summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2015-01-08 14:49:32 +0100
committerGravatar Mike Burns <mike@mike-burns.com>2015-01-08 14:51:06 +0100
commitf91a9fa1cd3797dd8d15a020c3c86f8905893a26 (patch)
treef7389f594f0071a563d21b62e72e3ab7da9da941
parent40bb6efaa7865e6cebdf8aa00e6bd2a44b928a31 (diff)
Clean the changelog
In preparation for 1.2.4, update the changelog such that it is ready for a release. Move the bugfixes and documentation improvements to the top, new features to the bottom, attribute as many people as reasonable, and so on.
-rw-r--r--NEWS.md.in17
1 files changed, 12 insertions, 5 deletions
diff --git a/NEWS.md.in b/NEWS.md.in
index f477de4..f8bf8ff 100644
--- a/NEWS.md.in
+++ b/NEWS.md.in
@@ -1,12 +1,19 @@
rcm (@PACKAGE_VERSION@) unstable; urgency=low
- * BUGFIX: Use custom function instead of `readlink` to resolve symlinks in
- test helpers (Melissa Xie).
- * Documentation fixes and updates (Melissa Xie and Jason Daniel Augustine
- Gilliland).
+ * 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).
+ * Massive documentation fixes and updates (Christopher Koch, David Alexander,
+ Jason Daniel Augustine Gilliland, Martin Frost, Melissa Xie, Mike Burns,
+ Scott Stevenson).
+ * Generate a minimal standalone rcup(1) script with the -g flag (Mike Burns).
+ * Support rc files without leading dots via the -U and -u flags in lsrc(1),
+ rcup(1), and rcdn(1), and the UNDOTTED setting in rcrc(5) (Christopher
+ Koch).
+ * Override SYMLINK_DIRS or -S with -s (Mike Burns).
* Show usage information when given bad arguments (Mike Burns).
- -- Mike Burns <mburns@thoughtbot.com> Fri, 09 May 2014 14:17:49 +0200
+ -- Mike Burns <mburns@thoughtbot.com> Thu, 08 Jan 2015 14:50:00 +0200
rcm (1.2.3) unstable; urgency=low