From da9d616476c04880e750b02f4307077be7e9aa26 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 22 Apr 2022 15:59:43 -0400 Subject: [PATCH] Preparing for 1.3.5 I hadn't fixed the NEW.md.in after 1.3.4, which left me quite lost. --- NEWS.md.in | 16 +++++++++++----- configure.ac | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/NEWS.md.in b/NEWS.md.in index 9a44e3c..fad32da 100644 --- a/NEWS.md.in +++ b/NEWS.md.in @@ -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 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 Fri, 13 Jul 2018 14:12:00 -0500 diff --git a/configure.ac b/configure.ac index 631f6f7..8069160 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([rcm],[1.3.4],[mburns@thoughtbot.com]) +AC_INIT([rcm],[1.3.5],[mburns@thoughtbot.com]) AM_INIT_AUTOMAKE([subdir-objects]) # /bin/sh on Solaris is not POSIX, so try to find another one.