branch: externals/url-http-oauth commit 40c46af10c6b815d5f97594714469d5da079b154 Author: Thomas Fitzsimmons <fitz...@fitzsim.org> Commit: Thomas Fitzsimmons <fitz...@fitzsim.org>
Bump version to 0.8.0 * url-http-oauth.el: Bump version to 0.8.0. * NEWS: New file. --- NEWS | 21 +++++++++++++++++++++ url-http-oauth.el | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS new file mode 100644 index 0000000000..b1131cea41 --- /dev/null +++ b/NEWS @@ -0,0 +1,21 @@ +GNU Emacs url-http-oauth NEWS -- history of user-visible changes. + +* New in url-http-oauth 0.8.0 + +Released 2023-05-08 + +Warning: To handle refresh tokens, url-http-oauth needs to delete +entries from netrc files listed in the `auth-sources' variable. +Please back up all files listed in the `auth-sources' variable before +trying url-http-oauth 0.8.0 because the netrc entry deletion code is +new and relatively untested. Deletion respects the customization +value of `auth-source-save-behavior'; if it is set to `ask', you will +be prompted before the entry deletion happens. + +** Introduce ability to delete entries in `auth-sources' netrc files. + +** Feature-complete for EWS access. +See excorporate 1.1.0 package for example configuration. + +** Feature-complete for Sourcehut GraphQL access. +See url-http-oauth-demo 1.0.0 package for example configuration. diff --git a/url-http-oauth.el b/url-http-oauth.el index 9e25ed7c6d..427fc371f4 100644 --- a/url-http-oauth.el +++ b/url-http-oauth.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2023 Free Software Foundation, Inc. ;; Author: Thomas Fitzsimmons <fitz...@fitzsim.org> -;; Version: 0 +;; Version: 0.8.0 ;; Keywords: comm, data, processes, hypermedia ;; This program is free software; you can redistribute it and/or modify