diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2022-06-15 09:45:09 +0200 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2022-06-15 09:45:09 +0200 |
| commit | b75491b95ead07ca2cd02c128037c08882b046b4 (patch) | |
| tree | 0ff9dde6ffa9185bb9d647778c2fd09068563a5d | |
| parent | 8c514176612add24d1d5d8554510547ccc841a25 (diff) | |
Bump version to 28.1.1.128.1.1.2
| -rw-r--r-- | MANUAL | 4 | ||||
| -rw-r--r-- | NEWS.org | 10 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | compat.el | 2 |
4 files changed, 14 insertions, 4 deletions
@@ -9,7 +9,7 @@ #+texinfo_dir_desc: Compatibility Library for Emacs Lisp #+options: compact-itemx:t -#+macro: version 28.1.1.1 +#+macro: version 28.1.1.2 #+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.1")) +: ;; Package-Requires: ((emacs "24.3") (compat "28.1.1.2")) and later on a @@ -1,6 +1,16 @@ #+options: toc:nil num:nil #+link: compat https://todo.sr.ht/~pkal/compat/ +* Release of "Compat" Version 28.1.1.2 + +Two main changes have necessitated a new patch release: + +1. Fix issues related to the loading of compat when uncompiled. See + [[https://lists.sr.ht/~pkal/compat-devel/%3C20220530191000.2183047-1-jonas%40bernoul.li%3E][this thread]] for more details on the problem. +2. Fix issues related to the loading of compat on old pre-releases + (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. + * Release of "Compat" Version 28.1.1.1 This is a minor release fixing a bug in =json-serialize=, that could @@ -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.1")) + ;; Package-Requires: ((emacs "24.3") (compat "28.1.1.2")) and later on a @@ -4,7 +4,7 @@ ;; Author: Philip Kaludercic <philipk@posteo.net> ;; Maintainer: Compat Development <~pkal/compat-devel@lists.sr.ht> -;; Version: 28.1.1.1 +;; Version: 28.1.1.2 ;; URL: https://sr.ht/~pkal/compat ;; Package-Requires: ((emacs "24.3") (nadvice "0.3")) ;; Keywords: lisp |
