From 28d50fc0c03fb0f2c417324cc2f34c76cd7499c2 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Mon, 3 Feb 2014 18:17:51 +0100 Subject: Fix NEWS format, fix typo * The NEWS format was off: bullets must be preceded by two spaces. * The word 'committing' was misspelled; hats off to debbuild's linter for catching this. --- NEWS.md.in | 54 ++++++++++++++++++++++++++++-------------------------- man/rcm.7 | 2 +- 2 files changed, 29 insertions(+), 27 deletions(-) diff --git a/NEWS.md.in b/NEWS.md.in index 0b7824f..27b6194 100644 --- a/NEWS.md.in +++ b/NEWS.md.in @@ -1,43 +1,45 @@ rcm (@PACKAGE_VERSION@) 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. + * 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 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. + * 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 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. + * 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 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. + * Tutorial in rcm(7). + * mkrc supports -d . + * -d supports relative dotfile dirs. -- Mike Burns Tue, 23 Jul 2013 16:43:33 +0200 diff --git a/man/rcm.7 b/man/rcm.7 index 578c46f..fa5a939 100644 --- a/man/rcm.7 +++ b/man/rcm.7 @@ -34,7 +34,7 @@ dotfiles .Dc because they begin with a period. .Pp -This suite is useful for commiting your rc files to a central repository +This suite is useful for committing your rc files to a central repository to share, but it also scales to a more complex situation such as multiple source directories shared between computers with some host-specific or task-specific files. -- cgit v1.2.3