summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2014-05-09 14:18:10 +0200
committerGravatar Mike Burns <mike@mike-burns.com>2014-05-09 14:29:30 +0200
commitbbc28e6e50dbf16e6430c64b53094d06482edca7 (patch)
treef39b3d966b178926ff27a8804d621e4a192c70b9
parent350ab12fec83281872b25c3b30319fdc6d2223e0 (diff)
Release 1.2.3v1.2.3
-rw-r--r--NEWS.md.in10
-rw-r--r--README.md10
-rw-r--r--configure.ac2
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 <mburns@thoughtbot.com> Fri, 28 Mar 2014 16:30:53 +0100
+ -- Mike Burns <mburns@thoughtbot.com> 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.