diff options
author | Romain Francoise <romain@orebokech.com> | 2008-05-12 20:07:57 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2008-05-12 20:07:57 +0000 |
commit | 1937f3dc3d3d085a4cb9ad2f1c14e4ca1fbfa788 (patch) | |
tree | 1dcbfbf6235d52ba3bd4f59e2d62e83c7644d9e4 /lisp | |
parent | 6483b8c7937f3c9c2debc2b749293e2adcac0e63 (diff) | |
download | emacs-1937f3dc3d3d085a4cb9ad2f1c14e4ca1fbfa788.tar.gz emacs-1937f3dc3d3d085a4cb9ad2f1c14e4ca1fbfa788.tar.bz2 emacs-1937f3dc3d3d085a4cb9ad2f1c14e4ca1fbfa788.zip |
Mention CVE name: CVE-2008-2142.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c815d586692..ab6fb19c1ee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,8 @@ 2008-05-12 Simon Marshall <simon@gnu.org> - * fast-lock.el (fast-lock-cache-directories): Remove "." from its - default value and give it the risky-local-variable property. + * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "." + from its default value and give it the risky-local-variable + property (CVE-2008-2142). 2008-05-10 Reiner Steib <reiner.steib@gmx.de> |