emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/compat 2c3233c0e0: Bump version to 28.1.1.3


From: ELPA Syncer
Subject: [elpa] externals/compat 2c3233c0e0: Bump version to 28.1.1.3
Date: Sun, 19 Jun 2022 09:57:23 -0400 (EDT)

branch: externals/compat
commit 2c3233c0e09ef34176787b6e3da4319751ad91e7
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Bump version to 28.1.1.3
---
 MANUAL    |  4 ++--
 NEWS.org  | 10 ++++++++++
 README.md |  2 +-
 compat.el |  2 +-
 4 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/MANUAL b/MANUAL
index 217012aa11..005d122c15 100644
--- a/MANUAL
+++ b/MANUAL
@@ -9,7 +9,7 @@
 #+texinfo_dir_desc:     Compatibility Library for Emacs Lisp
 #+options:              compact-itemx:t
 
-#+macro: version 28.1.1.2
+#+macro: version 28.1.1.3
 #+link:         debbugs https://debbugs.gnu.org/cgi/bugreport.cgi?bug=
 
 This manual documents the usage of the "Compat" Emacs lisp library,
@@ -45,7 +45,7 @@ Feedback on this point is appreciated.
 The intended use-case for this library is for package developers to
 add as a dependency in the header:
 
-: ;; Package-Requires: ((emacs "24.3") (compat "28.1.1.2"))
+: ;; Package-Requires: ((emacs "24.3") (compat "28.1.1.3"))
 
 and later on a
 
diff --git a/NEWS.org b/NEWS.org
index 7a86837b83..47d9d0b324 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,6 +1,14 @@
 #+options: toc:nil num:nil
 #+link:    compat https://todo.sr.ht/~pkal/compat/
 
+* Release of "Compat" Version 28.1.1.3
+
+This release just contains a hot-fix for an issue introduced in the
+last version, where compat.el raises an error during byte compilation.
+See [[compat:4]].
+
+(Release <2022-06-19 Sun>)
+
 * Release of "Compat" Version 28.1.1.2
 
 Two main changes have necessitated a new patch release:
@@ -11,6 +19,8 @@ Two main changes have necessitated a new patch release:
    (think of 28.0.50). See 
[[https://lists.sr.ht/~pkal/compat-devel/%3Cf8635d7d-e233-448f-b325-9e850363241c%40www.fastmail.com%3E][this
 thread]] for more details on the
    problem.
 
+(Released <2022-06-22 Wed>)
+
 * Release of "Compat" Version 28.1.1.1
 
 This is a minor release fixing a bug in =json-serialize=, that could
diff --git a/README.md b/README.md
index 594be65293..b203f83d87 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Usage
 The intended use-case for this library is for package developers to
 add as a dependency in the header:
 
-    ;; Package-Requires: ((emacs "24.3") (compat "28.1.1.2"))
+    ;; Package-Requires: ((emacs "24.3") (compat "28.1.1.3"))
 
 and later on a
 
diff --git a/compat.el b/compat.el
index 27ec49227a..a800fb8b64 100644
--- a/compat.el
+++ b/compat.el
@@ -4,7 +4,7 @@
 
 ;; Author: Philip Kaludercic <philipk@posteo.net>
 ;; Maintainer: Compat Development <~pkal/compat-devel@lists.sr.ht>
-;; Version: 28.1.1.2
+;; Version: 28.1.1.3
 ;; URL: https://sr.ht/~pkal/compat
 ;; Package-Requires: ((emacs "24.3") (nadvice "0.3"))
 ;; Keywords: lisp



reply via email to

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