diff --git a/WHATSNEW.txt b/WHATSNEW.txt index f069df3..8bc25b8 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,25 +1,25 @@ -WHATSNEW For 'trm' 1.102 (Fri Oct 28 09:21:58 CDT 2016) +WHATSNEW For 'trm' 1.102 (Fri Oct 28 09:43:54 CDT 2016) ---------------------------------------------------------------------- -CHANGES -------- + CHANGES + ------- -- A few options have been renamed to either be more mnemonic - or to follow common practice: + - A few options have been renamed to either be more mnemonic + or to follow common practice: - . Commit ID output is now -V (was -v) - . Graveyard delete is now -d (was -e) - . Verbose mode is now -v (was -n) + . Commit ID output is now -V (was -v) + . Graveyard delete is now -d (was -e) + . Verbose mode is now -v (was -n) -BUG FIXES ---------- + BUG FIXES + --------- -- Fixed a bug that that caused 'trm.sh' to fail if it was sourced - from a login shell, say in one of the default profiles. + - Fixed a bug that that caused 'trm.sh' to fail if it was sourced + from a login shell, say in one of the default profiles. WHATSNEW For 'trm' 1.101 (Thu Oct 27 20:41:34 CDT 2016) ---------------------------------------------------------------------- -Initial release into the wild. + - Initial release into the wild. diff --git a/trm.rst b/trm.rst index 5e55437..3c78e1a 100644 --- a/trm.rst +++ b/trm.rst @@ -154,7 +154,7 @@ :: - $Id: '16636d7 tundra Fri Oct 28 09:13:42 2016 -0500' + $Id: '1ca95bc tundra Fri Oct 28 09:27:57 2016 -0500' This document was produced with ``emacs``, ``RestructuredText``, and ``TeX Live``. diff --git a/trm.sh b/trm.sh index 9bcaef1..bcf42d6 100755 --- a/trm.sh +++ b/trm.sh @@ -5,7 +5,7 @@ # Permission granted for the free use of this program without restriction COPYRIGHT='2016' -GITID='16636d7 tundra Fri Oct 28 09:13:42 2016 -0500' +GITID='1ca95bc tundra Fri Oct 28 09:27:57 2016 -0500' VERSION='1.102' GRAVEYARD="${HOME}/.graveyard"