-
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feature: rcup/rcdn hooks can bail early (Patrick Brisbin) * Documentation improvement (Teo Ljungberg)
- Loading branch information
1 parent
453e88b
commit ef34b0b
Showing
2 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
rcm (@PACKAGE_VERSION@) unstable; urgency=low | ||
|
||
* Feature: rcup/rcdn hooks can bail early (Patrick Brisbin) | ||
* Documentation improvement (Teo Ljungberg) | ||
|
||
-- Mike Burns <[email protected]> Fri, 30 Dec 2022 11:43:00 -0500 | ||
|
||
rcm (1.3.5) unstable; urgency=low | ||
|
||
* BUGFIX: *:*~ exclude paterns work again (Alexander Goldstein) | ||
* BUGFIX: messages for -C being a copy so can't update (Mat M). | ||
* BUGFIX: expect at least one existing dotfiles directory (Mat M). | ||
|
@@ -9,7 +16,7 @@ rcm (@PACKAGE_VERSION@) unstable; urgency=low | |
* Package and maintenance improvements (Alexander Goldstein, Eric Collins, | ||
Mat M, Darcy Parker). | ||
|
||
-- Mike Burns <[email protected]> Fri, 13 Jul 2018 14:12:00 -0500 | ||
-- Mike Burns <[email protected]> Fri, 22 Apr 2022 15:59:43 -0400 | ||
|
||
rcm (1.3.4) unstable; urgency=low | ||
|
||
|
@@ -18,7 +25,7 @@ rcm (1.3.4) unstable; urgency=low | |
* BUGFIX: all symlinks in mkrc input are rejected (Mat M). | ||
* Packaging improvements (Stephen Groat, Martin Frost, Link Dupont) | ||
|
||
-- Mike Burns <[email protected]> Fri, 13 Jul 2018 14:12:00 -0500 | ||
-- Mike Burns <[email protected]> Fri, 28 Aug 2022 16:38:25 -0400 | ||
|
||
rcm (1.3.3) unstable; urgency=low | ||
|
||
|
@@ -37,7 +44,7 @@ rcm (1.3.2) unstable; urgency=low | |
Matthew Horan, maxice8, Mike Burns, Rebecca Meritz, Scott Stevenson, | ||
Tyson Gach, Yota Toyama). | ||
|
||
-- Mike Burns <[email protected]> Fri, 06 Jul 2018 11:00:00 -0500 | ||
-- Mike Burns <[email protected]> Fri, 06 Jul 2018 11:00:00 -0400 | ||
|
||
rcm (1.3.1) unstable; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ([2.69]) | ||
AC_INIT([rcm],[1.3.5],[[email protected]]) | ||
AC_INIT([rcm],[1.3.6],[[email protected]]) | ||
AM_INIT_AUTOMAKE([subdir-objects]) | ||
|
||
# /bin/sh on Solaris is not POSIX, so try to find another one. | ||
|