diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 6 insertions, 4 deletions
| @@ -31,10 +31,12 @@ Use 'configure --with-gnutls=no' to build even when GnuTLS is missing. | |||
| 31 | version 2.6.6 or later. | 31 | version 2.6.6 or later. |
| 32 | 32 | ||
| 33 | ** The new option 'configure --with-mailutils' causes Emacs to rely on | 33 | ** The new option 'configure --with-mailutils' causes Emacs to rely on |
| 34 | GNU Mailutils 'movemail' to retrieve email. By default, the Emacs | 34 | GNU Mailutils to retrieve email. It is recommended, and is the |
| 35 | build procedure continues to build and install a limited and insecure | 35 | default if GNU Mailutils is installed. When --with-mailutils is not |
| 36 | 'movemail' substitute. Although --with-mailutils is recommended, it | 36 | in effect, the Emacs build procedure by default continues to build and |
| 37 | is not yet the default due to backward-compatibility concerns. | 37 | install a limited 'movemail' substitute that retrieves POP3 email only |
| 38 | via insecure channels; to avoid this problem, use either | ||
| 39 | --with-mailutils or --without-pop when configuring. | ||
| 38 | 40 | ||
| 39 | ** The new option 'configure --enable-gcc-warnings=warn-only' causes | 41 | ** The new option 'configure --enable-gcc-warnings=warn-only' causes |
| 40 | GCC to issue warnings without stopping the build. This behavior is | 42 | GCC to issue warnings without stopping the build. This behavior is |