diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 6df4e86..f069df3 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,3 +1,24 @@
+WHATSNEW For 'trm' 1.102    (Fri Oct 28 09:21:58 CDT 2016)
+----------------------------------------------------------------------
+
+CHANGES
+-------
+
+- 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)
+
+
+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.
+
+
 WHATSNEW For 'trm' 1.101    (Thu Oct 27 20:41:34 CDT 2016)
 ----------------------------------------------------------------------
 
diff --git a/trm.rst b/trm.rst
index daf8483..6e124fa 100644
--- a/trm.rst
+++ b/trm.rst
@@ -154,7 +154,7 @@
 
 ::
 
-  $Id: '5d0e931 tundra Fri Oct 28 08:54:40 2016 -0500'
+  $Id: '16636d7 tundra Fri Oct 28 09:13:42 2016 -0500'
 
 This document was produced with ``emacs``, ``RestructuredText``, and ``TeX Live``.
 
diff --git a/trm.sh b/trm.sh
index a746d87..d2ebb48 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='5d0e931 tundra Fri Oct 28 08:54:40 2016 -0500'
+GITID='16636d7 tundra Fri Oct 28 09:13:42 2016 -0500'
 VERSION='1.102'
 
 GRAVEYARD="${HOME}/.graveyard"