summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@fitzsim.org>2025-12-29 21:13:04 -0500
committerThomas Fitzsimmons <fitzsim@fitzsim.org>2025-12-29 21:13:04 -0500
commitff866a39ccc120d6bed930d2ed4fcec09e0662d4 (patch)
tree5d33c78e4cddec3b3abf96974477167d50f5e06c
parent86489302c3963884e48c7261c417f2558844ff58 (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--NEWS6
-rw-r--r--README4
-rw-r--r--url-http-oauth.el2
3 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 043ea1e..d2a2f6d 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/README b/README
index 4891ce1..006b142 100644
--- a/README
+++ b/README
@@ -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