From: Daniel Colascione Date: Tue, 15 Jan 2019 22:39:23 +0000 (-0500) Subject: Add NEWS for pdumper X-Git-Tag: emacs-27.0.90~3818 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=02976d67369699660add46d548f0d1593885334b;p=emacs.git Add NEWS for pdumper --- diff --git a/etc/NEWS b/etc/NEWS index bb214f26c5b..5af0c1fab03 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -59,6 +59,11 @@ option '--enable-check-lisp-object-type' is therefore no longer as useful and so is no longer enabled by default in developer builds, to reduce differences between developer and production builds. +** Emacs by default uses a "portable dumper" instead of unexec, +improving compatibility with modern systems and supporting ASLR. +Emacs now needs an "emacs.pdmp" file, generated during the built, in +its data directory at runtime. + ** Ibuffer ---