diff options
| author | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2025-12-29 21:13:04 -0500 |
|---|---|---|
| committer | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2025-12-29 21:13:04 -0500 |
| commit | ff866a39ccc120d6bed930d2ed4fcec09e0662d4 (patch) | |
| tree | 5d33c78e4cddec3b3abf96974477167d50f5e06c | |
| parent | 86489302c3963884e48c7261c417f2558844ff58 (diff) | |
Bump version to 0.8.5externals/url-http-oauth
* url-http-oauth.el: Bump version to 0.8.5.
* NEWS, README: Document 0.8.5 change.
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | url-http-oauth.el | 2 |
3 files changed, 11 insertions, 1 deletions
@@ -1,5 +1,11 @@ GNU Emacs url-http-oauth NEWS -- history of user-visible changes. +* New in url-http-oauth 0.8.5 + +Released 2025-12-29 + +** Improve compatibility with certain oauth servers + * New in url-http-oauth 0.8.4 Released 2025-06-26 @@ -3,6 +3,10 @@ url-http-oauth adds OAuth 2.0 support to Emacs's URL library. Most Recent Improvements ------------------------ +New in url-http-oauth 0.8.5, released 2025-12-29 + +** Improve compatibility with certain oauth servers + New in url-http-oauth 0.8.4, released 2025-06-26 ** Register authorization scheme after `url-auth' is loaded. diff --git a/url-http-oauth.el b/url-http-oauth.el index d280e07..c326162 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 <fitzsim@fitzsim.org> -;; Version: 0.8.4 +;; Version: 0.8.5 ;; Package-Requires: ((emacs "24.4")) ;; Keywords: comm, data, processes, hypermedia |
