diff --git a/WHATSNEW.txt b/WHATSNEW.txt index ef11f77..15fdf0e 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,3 +1,11 @@ +WHATSNEW For 'trm' 1.104 (Mon Nov 7 12:17:51 CST 2016) +---------------------------------------------------------------------- + + BUG FIXES + --------- + + - Correct handling of files with embedded quote characters + WHATSNEW For 'trm' 1.103 (Sat Oct 29 11:53:55 CDT 2016) ---------------------------------------------------------------------- diff --git a/trm.rst b/trm.rst index 7831edd..ba6012e 100644 --- a/trm.rst +++ b/trm.rst @@ -154,7 +154,7 @@ :: - $Id: 'c23042d tundra Mon Nov 7 12:07:16 2016 -0600' + $Id: '0cf3ac3 tundra Mon Nov 7 12:16:50 2016 -0600' This document was produced with ``emacs``, ``RestructuredText``, and ``TeX Live``. diff --git a/trm.sh b/trm.sh index c638bb2..fac21c6 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='c23042d tundra Mon Nov 7 12:07:16 2016 -0600' +GITID='0cf3ac3 tundra Mon Nov 7 12:16:50 2016 -0600' VERSION='1.104' OLDIFS=${IFS} # Preserve IFS for later use in protecting files/dirs with spaces in their name