From 3cbd8ffb673ad3fb4a3cda76f0b082cdea712c22 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Sun, 1 Nov 2015 19:30:09 +0100 Subject: 1.3.0 This is a pre-release. It is committed so that we can try this on as many OSes as reasonable. --- NEWS.md.in | 9 +++++++-- configure.ac | 2 +- 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 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. -- cgit v1.2.3