emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ca3d723: Release ERC 5.4.1


From: Amin Bandali
Subject: master ca3d723: Release ERC 5.4.1
Date: Fri, 15 Oct 2021 16:53:57 -0400 (EDT)

branch: master
commit ca3d7234d39fd55e6cd4521e5e583aba12434402
Author: Amin Bandali <bandali@gnu.org>
Commit: Amin Bandali <bandali@gnu.org>

    Release ERC 5.4.1
    
    * doc/misc/erc.texi (ERCVER): Bump to 5.4.1.
    * etc/ERC-NEWS: Add entry for 5.4.1 with explanations.
    * lisp/erc/erc.el (Version, erc-version): Bump to 5.4.1.
    (customize-package-emacs-version-alist): Add entry for 5.4.1.
---
 doc/misc/erc.texi | 2 +-
 etc/ERC-NEWS      | 8 ++++++++
 lisp/erc/erc.el   | 7 ++++---
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi
index 69376df..3b8e231 100644
--- a/doc/misc/erc.texi
+++ b/doc/misc/erc.texi
@@ -2,7 +2,7 @@
 @c %**start of header
 @setfilename ../../info/erc.info
 @settitle ERC Manual
-@set ERCVER 5.4
+@set ERCVER 5.4.1
 @set ERCDIST as distributed with Emacs @value{EMACSVER}
 @include docstyle.texi
 @syncodeindex fn cp
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS
index f533c58..31ea3de 100644
--- a/etc/ERC-NEWS
+++ b/etc/ERC-NEWS
@@ -12,6 +12,14 @@ extensible IRC (Internet Relay Chat) client distributed with
 GNU Emacs since Emacs version 22.1.
 
 
+* Changes in ERC 5.4.1
+
+** No user-visible changes since ERC 5.4, but a few tweaks in some ERC
+file headers and the ERC manual in order to successfully build ERC for
+GNU ELPA.  (See below for the news item of ERC now being distributed
+on GNU ELPA in addition to its continued inclusion in GNU Emacs core.)
+
+
 * Changes in ERC 5.4
 
 ** Starting with Emacs 28.1 and ERC 5.4, ERC NEWS are added here again.
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 2a28daf..88c1050 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -12,7 +12,7 @@
 ;;               David Edmondson (dme@dme.org)
 ;;               Michael Olson (mwolson@gnu.org)
 ;;               Kelvin White (kwhite@gnu.org)
-;; Version: 5.4
+;; Version: 5.4.1
 ;; Package-Requires: ((emacs "27.1"))
 ;; Keywords: IRC, chat, client, Internet
 ;; URL: https://www.gnu.org/software/emacs/erc.html
@@ -69,7 +69,7 @@
 (require 'iso8601)
 (eval-when-compile (require 'subr-x))
 
-(defconst erc-version "5.4"
+(defconst erc-version "5.4.1"
   "This version of ERC.")
 
 (defvar erc-official-location
@@ -83,7 +83,8 @@
  'customize-package-emacs-version-alist
  '(ERC ("5.2" . "22.1")
        ("5.3" . "23.1")
-       ("5.4" . "28.1")))
+       ("5.4" . "28.1")
+       ("5.4.1" . "29.1")))
 
 (defgroup erc nil
   "Emacs Internet Relay Chat client."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]