]> git.eshelyaron.com Git - emacs.git/commitdiff
Release Emacs 30.1
authorStefan Kangas <stefankangas@gmail.com>
Sun, 23 Feb 2025 16:29:57 +0000 (17:29 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 15:30:30 +0000 (16:30 +0100)
* ChangeLog.5: New file.
* Makefile.in (CHANGELOG_HISTORY_INDEX_MAX): Bump.
* etc/HISTORY: Add Emacs 30.1.

(cherry picked from commit 8ac894e2246f25d2a2a97d866b10e6e0b0fede5a)

ChangeLog.5 [new file with mode: 0644]
Makefile.in
etc/HISTORY

diff --git a/ChangeLog.5 b/ChangeLog.5
new file mode 100644 (file)
index 0000000..af0dc0e
--- /dev/null
@@ -0,0 +1,29 @@
+2025-02-23  Stefan Kangas  <stefankangas@gmail.com>
+
+       * Version 30.1 released.
+
+This file records repository revisions from
+commit 1cda0967b4d3c815fc610794ad6a8fc2b913a3c5 (exclusive) to
+commit bcba098505e4f80eef41e4be9726f1f9868223f3 (inclusive).
+See ChangeLog.4 for earlier changes.
+
+;; Local Variables:
+;; coding: utf-8
+;; End:
+
+  Copyright (C) 2025 Free Software Foundation, Inc.
+
+  This file is part of GNU Emacs.
+
+  GNU Emacs is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  GNU Emacs is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
index 7bf8f266e422721298f0910032d57d1352eaab8f..257ca24aecc7826b63285ff856106d9c7e7c209b 100644 (file)
@@ -1307,7 +1307,7 @@ emacslog = build-aux/gitlog-to-emacslog
 # The ChangeLog history files are called ChangeLog.1, ChangeLog.2, ...,
 # ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX).  $(CHANGELOG_N) stands for
 # the newest (highest-numbered) ChangeLog history file.
-CHANGELOG_HISTORY_INDEX_MAX = 4
+CHANGELOG_HISTORY_INDEX_MAX = 5
 CHANGELOG_N = ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX)
 
 # Convert git commit log to ChangeLog file.  make-dist uses this.
index cfd4f1f68732a75496828e2a152afd7cb2db61c5..bb8155de112e798a6b61c01a216acc4fa6b2af6f 100644 (file)
@@ -237,6 +237,10 @@ GNU Emacs 29.2 (2024-01-18) emacs-29.2
 
 GNU Emacs 29.3 (2024-03-24) emacs-29.3
 
+GNU Emacs 29.4 (2024-06-22) emacs-29.4
+
+GNU Emacs 30.1 (2025-02-23) emacs-30.1
+
 \f
 ----------------------------------------------------------------------
 This file is part of GNU Emacs.