-
-
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.
I hadn't fixed the NEW.md.in after 1.3.4, which left me quite lost.
- Loading branch information
1 parent
57fad55
commit da9d616
Showing
2 changed files
with
12 additions
and
6 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,16 +1,22 @@ | ||
rcm (@PACKAGE_VERSION@) unstable; urgency=low | ||
|
||
* BUGFIX: *:*~ exclude paterns work again (Alexander Goldstein) | ||
* BUGFIX: Globs no longer expand permanently (Edd Salkield). | ||
* BUGFIX: Show $ for symlinked dirs in `lsrc -F` (Mathias Michel). | ||
* BUGFIX: all symlinks in mkrc input are rejected (Mat M). | ||
* BUGFIX: messages for -C being a copy so can't update (Mat M). | ||
* BUGFIX: expect at least one existing dotfiles directory (Mat M). | ||
* BUGFIX: fix program name in rcdn -V (Ivan Tkachenko) | ||
* Feature: mkrc hooks via -k/-K (Patrick Brisbin) | ||
* Feature: All symlinks in input are rejected (Mat M). | ||
* Packaging improvements (Stephen Groat, Martin Frost, Link Dupont, | ||
Eric Collins, Mat M, Darcy Parker). | ||
* Package and maintenance improvements (Alexander Goldstein, Eric Collins, | ||
Mat M, Darcy Parker). | ||
|
||
-- Mike Burns <[email protected]> Fri, 13 Jul 2018 14:12:00 -0500 | ||
|
||
rcm (1.3.4) unstable; urgency=low | ||
|
||
* BUGFIX: Globs no longer expand permanently (Edd Salkield). | ||
* BUGFIX: Show $ for symlinked dirs in `lsrc -F` (Mathias Michel). | ||
* 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 | ||
|
||
|
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.4],[[email protected]]) | ||
AC_INIT([rcm],[1.3.5],[[email protected]]) | ||
AM_INIT_AUTOMAKE([subdir-objects]) | ||
|
||
# /bin/sh on Solaris is not POSIX, so try to find another one. | ||
|