branch: externals/url-scgi commit 6f517db0811e79f4f8a9e5b4c9c6f69999517215 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
Release version 0.8 --- url-scgi.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/url-scgi.el b/url-scgi.el index 5c3473d7e8..e87794bbf4 100644 --- a/url-scgi.el +++ b/url-scgi.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2022 Free Software Foundation, Inc. ;; Author: Stefan Kangas <stefankan...@gmail.com> -;; Version: 0.7 +;; Version: 0.8 ;; Keywords: comm, data, processes, scgi ;; Package-Requires: ((emacs "25.1")) ;; URL: https://github.com/skangas/url-scgi/ @@ -39,6 +39,8 @@ ;;; Change Log: +;; 0.8 - Fix bug in `url-scgi-add-null-bytes' + ;; 0.7 - Release on GNU ELPA ;; 0.6 - Documentation fixes