Skip to content

Commit da9d616

Browse files
committed
Preparing for 1.3.5
I hadn't fixed the NEW.md.in after 1.3.4, which left me quite lost.
1 parent 57fad55 commit da9d616

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

NEWS.md.in

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
rcm (@PACKAGE_VERSION@) unstable; urgency=low
22

33
* BUGFIX: *:*~ exclude paterns work again (Alexander Goldstein)
4-
* BUGFIX: Globs no longer expand permanently (Edd Salkield).
5-
* BUGFIX: Show $ for symlinked dirs in `lsrc -F` (Mathias Michel).
6-
* BUGFIX: all symlinks in mkrc input are rejected (Mat M).
74
* BUGFIX: messages for -C being a copy so can't update (Mat M).
85
* BUGFIX: expect at least one existing dotfiles directory (Mat M).
96
* BUGFIX: fix program name in rcdn -V (Ivan Tkachenko)
107
* Feature: mkrc hooks via -k/-K (Patrick Brisbin)
118
* Feature: All symlinks in input are rejected (Mat M).
12-
* Packaging improvements (Stephen Groat, Martin Frost, Link Dupont,
13-
Eric Collins, Mat M, Darcy Parker).
9+
* Package and maintenance improvements (Alexander Goldstein, Eric Collins,
10+
Mat M, Darcy Parker).
11+
12+
-- Mike Burns <mburns@thoughtbot.com> Fri, 13 Jul 2018 14:12:00 -0500
13+
14+
rcm (1.3.4) unstable; urgency=low
15+
16+
* BUGFIX: Globs no longer expand permanently (Edd Salkield).
17+
* BUGFIX: Show $ for symlinked dirs in `lsrc -F` (Mathias Michel).
18+
* BUGFIX: all symlinks in mkrc input are rejected (Mat M).
19+
* Packaging improvements (Stephen Groat, Martin Frost, Link Dupont)
1420

1521
-- Mike Burns <mburns@thoughtbot.com> Fri, 13 Jul 2018 14:12:00 -0500
1622

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([rcm],[1.3.4],[mburns@thoughtbot.com])
2+
AC_INIT([rcm],[1.3.5],[mburns@thoughtbot.com])
33
AM_INIT_AUTOMAKE([subdir-objects])
44

55
# /bin/sh on Solaris is not POSIX, so try to find another one.

0 commit comments

Comments
 (0)