]> diplodocus.org Git - nmh/blobdiff - docs/pending-release-notes
Removed set +e where not needed in test-mhfixmsg.
[nmh] / docs / pending-release-notes
index 288b5674efdcad4ef0ff2d7cf26f9403792d8a57..eeaa2e25693d53f713799b5edabae0c387d3e982 100644 (file)
@@ -67,6 +67,11 @@ NEW FEATURES
   directive that send(1) will use.
 - mhbuild(1) now supports the -auto/-noauto flags (to be used by send(1)
   when invoking mhbuild automatically).
+- mhbuild(1) now is automatically run by send, to insure that all outgoing
+  messages have proper MIME formatting.
+- A new header, "Attach", is supported by mhbuild; it is used to replace
+  previous functionality (which by default used a header named
+  Nmh-Attachment).
 
 -----------------
 OBSOLETE FEATURES
@@ -112,6 +117,12 @@ OBSOLETE FEATURES
 - The environment variable MM_CHARSET to indicate the native character
   set is no longer supported.  The native character set will be solely
   determined by the locale settings.
+- Temporary files are stored in the first non-null location of
+  {MHTMPDIR environment variable, TMPDIR environment variable, MH Path}.
+  They are no longer be stored in the location specified by the TMP
+  environment variable.  As part of this change, suffixes were removed
+  from filenames of temporary files.  This will break the use of display
+  applications that rely on the suffix to determine the file type.
 
 -------------------
 DEPRECATED FEATURES