diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 8bc25b8..ef11f77 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,3 +1,13 @@ +WHATSNEW For 'trm' 1.103 (Sat Oct 29 11:53:55 CDT 2016) +---------------------------------------------------------------------- + + BUG FIXES + --------- + + - Fix bug handing targets with spaces in their name. + - Fix bug handling targets with leading dash in their name. + + WHATSNEW For 'trm' 1.102 (Fri Oct 28 09:43:54 CDT 2016) ---------------------------------------------------------------------- diff --git a/trm.rst b/trm.rst index dadb6da..7e634e7 100644 --- a/trm.rst +++ b/trm.rst @@ -154,7 +154,7 @@ :: - $Id: '1ca95bc tundra Fri Oct 28 09:27:57 2016 -0500' + $Id: '34c012a tundra Sat Oct 29 11:45:48 2016 -0500' This document was produced with ``emacs``, ``RestructuredText``, and ``TeX Live``. diff --git a/trm.sh b/trm.sh index 3ad00e9..535da30 100755 --- a/trm.sh +++ b/trm.sh @@ -5,8 +5,8 @@ # Permission granted for the free use of this program without restriction COPYRIGHT='2016' -GITID='1ca95bc tundra Fri Oct 28 09:27:57 2016 -0500' -VERSION='1.102' +GITID='34c012a tundra Sat Oct 29 11:45:48 2016 -0500' +VERSION='1.103' OLDIFS=${IFS} # Preserve IFS for later use in protecting files/dirs with spaces in their name GRAVEYARD="${HOME}/.graveyard"