diff options
| author | Stefan Kangas | 2025-02-23 17:29:57 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-02-23 17:30:57 +0100 |
| commit | 8ac894e2246f25d2a2a97d866b10e6e0b0fede5a (patch) | |
| tree | 82b2838c7dd9e88193e87cfcf9cfb74f36162274 | |
| parent | bcba098505e4f80eef41e4be9726f1f9868223f3 (diff) | |
| download | emacs-30.1.tar.gz emacs-30.1.zip | |
Release Emacs 30.1emacs-30.1
* ChangeLog.5: New file.
* Makefile.in (CHANGELOG_HISTORY_INDEX_MAX): Bump.
* etc/HISTORY: Add Emacs 30.1.
| -rw-r--r-- | ChangeLog.5 | 29 | ||||
| -rw-r--r-- | Makefile.in | 2 | ||||
| -rw-r--r-- | etc/HISTORY | 2 |
3 files changed, 32 insertions, 1 deletions
diff --git a/ChangeLog.5 b/ChangeLog.5 new file mode 100644 index 00000000000..af0dc0e5f10 --- /dev/null +++ b/ChangeLog.5 | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | 2025-02-23 Stefan Kangas <stefankangas@gmail.com> | ||
| 2 | |||
| 3 | * Version 30.1 released. | ||
| 4 | |||
| 5 | This file records repository revisions from | ||
| 6 | commit 1cda0967b4d3c815fc610794ad6a8fc2b913a3c5 (exclusive) to | ||
| 7 | commit bcba098505e4f80eef41e4be9726f1f9868223f3 (inclusive). | ||
| 8 | See ChangeLog.4 for earlier changes. | ||
| 9 | |||
| 10 | ;; Local Variables: | ||
| 11 | ;; coding: utf-8 | ||
| 12 | ;; End: | ||
| 13 | |||
| 14 | Copyright (C) 2025 Free Software Foundation, Inc. | ||
| 15 | |||
| 16 | This file is part of GNU Emacs. | ||
| 17 | |||
| 18 | GNU Emacs is free software: you can redistribute it and/or modify | ||
| 19 | it under the terms of the GNU General Public License as published by | ||
| 20 | the Free Software Foundation, either version 3 of the License, or | ||
| 21 | (at your option) any later version. | ||
| 22 | |||
| 23 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 24 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 25 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 26 | GNU General Public License for more details. | ||
| 27 | |||
| 28 | You should have received a copy of the GNU General Public License | ||
| 29 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. | ||
diff --git a/Makefile.in b/Makefile.in index b8f714bb7ea..a89836dca2c 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -1303,7 +1303,7 @@ emacslog = build-aux/gitlog-to-emacslog | |||
| 1303 | # The ChangeLog history files are called ChangeLog.1, ChangeLog.2, ..., | 1303 | # The ChangeLog history files are called ChangeLog.1, ChangeLog.2, ..., |
| 1304 | # ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX). $(CHANGELOG_N) stands for | 1304 | # ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX). $(CHANGELOG_N) stands for |
| 1305 | # the newest (highest-numbered) ChangeLog history file. | 1305 | # the newest (highest-numbered) ChangeLog history file. |
| 1306 | CHANGELOG_HISTORY_INDEX_MAX = 4 | 1306 | CHANGELOG_HISTORY_INDEX_MAX = 5 |
| 1307 | CHANGELOG_N = ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX) | 1307 | CHANGELOG_N = ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX) |
| 1308 | 1308 | ||
| 1309 | # Convert git commit log to ChangeLog file. make-dist uses this. | 1309 | # Convert git commit log to ChangeLog file. make-dist uses this. |
diff --git a/etc/HISTORY b/etc/HISTORY index d3d2bd7981d..bb8155de112 100644 --- a/etc/HISTORY +++ b/etc/HISTORY | |||
| @@ -239,6 +239,8 @@ GNU Emacs 29.3 (2024-03-24) emacs-29.3 | |||
| 239 | 239 | ||
| 240 | GNU Emacs 29.4 (2024-06-22) emacs-29.4 | 240 | GNU Emacs 29.4 (2024-06-22) emacs-29.4 |
| 241 | 241 | ||
| 242 | GNU Emacs 30.1 (2025-02-23) emacs-30.1 | ||
| 243 | |||
| 242 | 244 | ||
| 243 | ---------------------------------------------------------------------- | 245 | ---------------------------------------------------------------------- |
| 244 | This file is part of GNU Emacs. | 246 | This file is part of GNU Emacs. |