From bbc28e6e50dbf16e6430c64b53094d06482edca7 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 9 May 2014 14:18:10 +0200 Subject: Release 1.2.3 --- NEWS.md.in | 10 +++++++--- README.md | 10 +++++----- configure.ac | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/NEWS.md.in b/NEWS.md.in index e1b68c6..6b3f9f1 100644 --- a/NEWS.md.in +++ b/NEWS.md.in @@ -1,13 +1,17 @@ rcm (@PACKAGE_VERSION@) unstable; urgency=low * BUGFIX: Allow files with the same prefix name in the same - directory. Verbose hidden files for lsrc(1) (Javier López). + directory (Javier López). + * BUGFIX: Pick up hooks that are executable by the user or by the + group, instead of only files that are 777 (Christian Höltje). * Allow running mkrc on a relative file and preserve the path (Pablo Olmos de Aguilera Corradini). * A flag (-B), and a variable for rcrc(5) (HOSTNAME), for changing the - hostname as rcm sees it (Mike Burns). + hostname as rcm sees it. This is highly recommended under OS X (Mike + Burns). + * Transfer copyright to thoughtbot, under the same license (Mike Burns). - -- Mike Burns Fri, 28 Mar 2014 16:30:53 +0100 + -- Mike Burns Fri, 09 May 2014 14:17:49 +0200 rcm (1.2.2) unstable; urgency=low diff --git a/README.md b/README.md index 9627a6d..139c0d7 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Arch Linux: Debian-based (including Ubuntu): - wget https://thoughtbot.github.io/rcm/debs/rcm_1.2.2-2_all.deb - sudo dpkg -i rcm_1.2.2-2_all.deb + wget https://thoughtbot.github.io/rcm/debs/rcm_1.2.3-1_all.deb + sudo dpkg -i rcm_1.2.3-1_all.deb openSUSE/RHEL/CentOS: [instructions](http://software.opensuse.org/download.html?project=utilities&package=rcm) @@ -37,9 +37,9 @@ Elsewhere: This uses the standard GNU autotools, so it's the normal dance: - wget https://thoughtbot.github.io/rcm/dist/rcm-1.2.2.tar.gz && \ - tar -xvf rcm-1.2.2.tar.gz && \ - cd rcm-1.2.2 && \ + wget https://thoughtbot.github.io/rcm/dist/rcm-1.2.3.tar.gz && \ + tar -xvf rcm-1.2.3.tar.gz && \ + cd rcm-1.2.3 && \ ./configure && \ make && \ diff --git a/configure.ac b/configure.ac index 2f1707a..b28de09 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.2, mburns@thoughtbot.com) +AC_INIT(rcm, 1.2.3, mburns@thoughtbot.com) AM_INIT_AUTOMAKE # Checks for programs. -- cgit v1.2.3