1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
rcm (@PACKAGE_VERSION@) unstable; urgency=low
* BUGFIX: Use custom function instead of `readlink` to resolve symlinks in
test helpers (Melissa Xie).
* Show usage information when given bad arguments (Mike Burns).
-- Mike Burns <mburns@thoughtbot.com> Fri, 09 May 2014 14:17:49 +0200
rcm (1.2.3) unstable; urgency=low
* BUGFIX: Allow files with the same prefix name in the same
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. 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, 09 May 2014 14:17:49 +0200
rcm (1.2.2) unstable; urgency=low
* BUGFIX: Cygwin now executes hooks (Daniel Watson).
* BUGFIX: Support -v option on OpenBSD (Javier López).
* BUGFIX: Use a POSIX shell on Solaris (Mike Burns).
* Documentation fixes (John Axel Eriksson, Mike Burns).
* Packaging improvements (Mike Burns, Andrei Dziahel).
-- Mike Burns <mburns@thoughtbot.com> Mon, 03 Feb 2014 16:58:33 +0200
rcm (1.2.1) unstable; urgency=low
* BUGFIX: Support multiple -d options when given relative paths (Mike
Burns).
* BUGFIX: Cygwin compatibility for hostname (Mike Burns).
* Handle more files with spaces in their filename (Caleb Land, Pat
Brisbin, Mike Burns).
* Hooks in directories instead of just single executables (Pablo Olmos
de Aguilera Corradini, Mike Burns, Pat Brisbin).
* Option to force some directories to be symlinks, as documented under
SYMLINK_DIRS in rcrc(5) and -S for lsrc(1) (Pablo Olmos de Aguilera
Corradini).
* Improved packaging process (Mike Burns).
* Documentation fixes and updates (Jordan Eldredge, Anton Ilin, Mike
Burns).
-- Mike Burns <mburns@thoughtbot.com> Mon, 03 Feb 2014 16:58:33 +0200
rcm (1.2.0) unstable; urgency=low
* Transfer ownership to thoughtbot.
* BUGFIX: Run hooks by default. Thanks to Patrick Brisbin.
* BUGFIX: Unset CDPATH when starting. Thanks to Geoff Harcourt.
* Override .rcrc location using RCRC environment variable. Thanks to
Patrick Brisbin.
* Upgrade to automake 1.14.
* Improve mkrc verbose mode. Thanks to Pablo Olmos de Aguilera
Corradini.
* Use the thoughtbot/formulae Homebrew tap. Thanks to George
Brocklehurst.
* Manpage fixes thanks to Dan Croak and Roberto Pedroso.
-- Mike Burns <mburns@thoughtbot.com> Mon, 03 Feb 2014 16:58:33 +0200
rcm (1.1.0) unstable; urgency=low
* BUGFIX: use a consistent method for computing hostname everywhere.
Thanks to George Brocklehurst.
* Exclusion and inclusion with -x and -I.
* Copy instead of symlink with -C.
* Always copy the files listed in COPY_ALWAYS.
* Show whether the file is a copy or symlink using lsrc -F.
* Add hooks for pre-up, post-up, pre-down, and post-down.
* rcup -K and rcdn -K to ignore these hooks.
-- Mike Burns <mburns@thoughtbot.com> Mon, 05 Aug 2013 16:43:33 +0200
rcm (1.0.0) unstable; urgency=low
* Improved Debian handling.
* Introduce mkrc -o to install host-specific dotfiles.
* Add rcdn(1) to remove rc files.
* Add rcup -f and -i to force overwrites/prompt for overwrites.
-- Mike Burns <mburns@thoughtbot.com> Tue, 01 Aug 2013 16:43:33 +0200
rcm (0.0.2) unstable; urgency=low
* Tutorial in rcm(7).
* mkrc supports -d .
* -d supports relative dotfile dirs.
-- Mike Burns <mburns@thoughtbot.com> Tue, 23 Jul 2013 16:43:33 +0200
|