branch: externals/url-http-oauth commit f951bb71c5c34542cc75940d5e179d023f352ad4 Author: Thomas Fitzsimmons <fitz...@fitzsim.org> Commit: Thomas Fitzsimmons <fitz...@fitzsim.org>
Bump version to 0.8.4 * url-http-oauth.el: Bump version to 0.8.4. * NEWS, README: Document 0.8.4 changes. --- NEWS | 8 ++++++++ README | 6 ++++++ url-http-oauth.el | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3300a266dc..043ea1e9f6 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ GNU Emacs url-http-oauth NEWS -- history of user-visible changes. +* New in url-http-oauth 0.8.4 + +Released 2025-06-26 + +** Register authorization scheme after `url-auth' is loaded. + +** Require Emacs 24.4 or newer. + * New in url-http-oauth 0.8.3 Released 2023-05-10 diff --git a/README b/README index 3e2a48da66..4891ce136a 100644 --- a/README +++ b/README @@ -3,6 +3,12 @@ url-http-oauth adds OAuth 2.0 support to Emacs's URL library. Most Recent Improvements ------------------------ +New in url-http-oauth 0.8.4, released 2025-06-26 + +** Register authorization scheme after `url-auth' is loaded. + +** Require Emacs 24.4 or newer. + New in url-http-oauth 0.8.3, released 2023-05-10 Warning: To deal with OAuth 2.0 refresh tokens, `url-http-oauth' needs diff --git a/url-http-oauth.el b/url-http-oauth.el index 8f311b269e..d53d5267db 100644 --- a/url-http-oauth.el +++ b/url-http-oauth.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2023, 2025 Free Software Foundation, Inc. ;; Author: Thomas Fitzsimmons <fitz...@fitzsim.org> -;; Version: 0.8.3 +;; Version: 0.8.4 ;; Package-Requires: ((emacs "24.4")) ;; Keywords: comm, data, processes, hypermedia