summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2015-11-01 19:30:09 +0100
committerGravatar Mike Burns <mike@mike-burns.com>2015-11-01 19:30:09 +0100
commit3cbd8ffb673ad3fb4a3cda76f0b082cdea712c22 (patch)
tree3e2b664d4a879ab731abb0300ceecb64e8ee44ba
parentb3f25262c260e81a4bffaa6444b48013f902a04a (diff)
1.3.0
This is a pre-release. It is committed so that we can try this on as many OSes as reasonable.
-rw-r--r--NEWS.md.in9
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 3 deletions
diff --git a/NEWS.md.in b/NEWS.md.in
index f8bf8ff..0cdc0aa 100644
--- a/NEWS.md.in
+++ b/NEWS.md.in
@@ -5,12 +5,17 @@ rcm (@PACKAGE_VERSION@) unstable; urgency=low
Jørgensen).
* Massive documentation fixes and updates (Christopher Koch, David Alexander,
Jason Daniel Augustine Gilliland, Martin Frost, Melissa Xie, Mike Burns,
- Scott Stevenson).
+ Scott Stevenson, Jarkko Kniivilä, Blake Williams, Carl van Tonder, Teo
+ Ljungberg, Zach Latta, Devraj Mehta, Vlad GURDIGA, Joe Ferris).
+ * Host-specific files take priority, then tags, then default (Christian
+ Höltje).
+ * Run hooks in the directory in which they are located (Jarkko Kniivilä).
* 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).
+ * Improved Solaris support (Jarkko Kniivilä).
+ * Override `SYMLINK_DIRS` or -S with -s (Mike Burns).
* Show usage information when given bad arguments (Mike Burns).
-- Mike Burns <mburns@thoughtbot.com> Thu, 08 Jan 2015 14:50:00 +0200
diff --git a/configure.ac b/configure.ac
index 22c9680..a229625 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT(rcm, 1.2.4, mburns@thoughtbot.com)
+AC_INIT(rcm, 1.3.0, mburns@thoughtbot.com)
AM_INIT_AUTOMAKE
# Checks for programs.