]> git.eshelyaron.com Git - emacs.git/commitdiff
Add NEWS for pdumper
authorDaniel Colascione <dancol@dancol.org>
Tue, 15 Jan 2019 22:39:23 +0000 (17:39 -0500)
committerDaniel Colascione <dancol@dancol.org>
Tue, 15 Jan 2019 22:39:23 +0000 (17:39 -0500)
etc/NEWS

index bb214f26c5b3c025f09b08119ca0a0c1e18b2f85..5af0c1fab034e24444e0d1ec0461b82eb5a6bcb1 100644 (file)
--- 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
 
 ---