branch: externals/compat commit 5f1f156d8048c44e727cf3dd9a55422822562c3e Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Bump version to 28.1.1.1 --- MANUAL | 4 ++-- NEWS.org | 9 +++++++++ README.md | 2 +- compat.el | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/MANUAL b/MANUAL index d623547649..6b8ef3ae20 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.0 +#+macro: version 28.1.1.1 #+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.0")) +: ;; Package-Requires: ((emacs "24.3") (compat "28.1.1.1")) and later on a diff --git a/NEWS.org b/NEWS.org index f42a0b64ab..7d1ba2c0e4 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,4 +1,13 @@ #+options: toc:nil num:nil +#+link: compat https://todo.sr.ht/~pkal/compat/ + +* Release of "Compat" Version 28.1.1.1 + +This is a minor release fixing a bug in =json-serialize=, that could +cause unintended side-effects, not related to packages using Compat +directly (see [[compat:2]]). + +(Released <2022-05-05 Thu>) * Release of "Compat" Version 28.1.1.0 diff --git a/README.md b/README.md index 3238e5a1b7..df919a4903 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.0")) + ;; Package-Requires: ((emacs "24.3") (compat "28.1.1.1")) and later on a diff --git a/compat.el b/compat.el index d31cff1574..2d1c175ae1 100644 --- a/compat.el +++ b/compat.el @@ -4,7 +4,7 @@ ;; Author: Philip Kaludercic <phil...@posteo.net> ;; Maintainer: Compat Development <~pkal/compat-de...@lists.sr.ht> -;; Version: 28.1.1.0 +;; Version: 28.1.1.1 ;; URL: https://sr.ht/~pkal/compat ;; Package-Requires: ((emacs "24.3") (nadvice "0.3")) ;; Keywords: lisp