diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-02-17 11:01:27 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-02-17 11:22:19 +0100 |
commit | e61d743d4403f2bc0b9cf176f8c7d4b7c8a9c2c3 (patch) | |
tree | e4007314a488a687081152fe3b0c2a7c8ac65814 | |
parent | 4a77fcb1478d67612dcd15bde429fd52d39180c9 (diff) | |
download | emacs-e61d743d4403f2bc0b9cf176f8c7d4b7c8a9c2c3.tar.gz |
Update NEWS for Emacs 28.3
* etc/NEWS: Update for Emacs 28.3.
-rw-r--r-- | etc/NEWS | 27 |
1 files changed, 6 insertions, 21 deletions
@@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. -Copyright (C) 2019-2022 Free Software Foundation, Inc. +Copyright (C) 2019-2023 Free Software Foundation, Inc. See the end of the file for license conditions. Please send Emacs bug reports to 'bug-gnu-emacs@gnu.org'. @@ -16,19 +16,16 @@ You can narrow news to a specific version by calling 'view-emacs-news' with a prefix argument or by typing 'C-u C-h C-n'. -* Installation Changes in Emacs 28.3 +* Changes in Emacs 28.3 - -* Startup Changes in Emacs 28.3 +This release fixes a security vulnerability in Emacs. - -* Changes in Emacs 28.3 +For more information, see CVE-2022-45939: - -* Editing Changes in Emacs 28.3 + https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-45939 -* Changes in Specialized Modes and Packages in Emacs 28.3 +* Changes in Emacs 28.3 on Non-Free Operating Systems ** 'native-comp-driver-options' on macOS. The value of 'native-comp-driver-options' has been changed to contain @@ -39,18 +36,6 @@ The value of 'native-comp-driver-options' has been changed to contain emitted during native compilation on macOS 12.6 with Xcode 14. -* New Modes and Packages in Emacs 28.3 - - -* Incompatible Lisp Changes in Emacs 28.3 - - -* Lisp Changes in Emacs 28.3 - - -* Changes in Emacs 28.3 on Non-Free Operating Systems - - * Installation Changes in Emacs 28.2 ** To install the Emacs binary in a non-standard directory, use '--bindir='. |