branch: externals/excorporate commit d0dc6a28a0b39b67b01c63163217f8ebd055df4d Author: Thomas Fitzsimmons <fitz...@fitzsim.org> Commit: Thomas Fitzsimmons <fitz...@fitzsim.org>
Bump release to 1.1.3 * excorporate.el: Bump release to 1.1.3. * NEWS, README: Add 1.1.3 herald and release date. --- NEWS | 4 ++++ README | 2 ++ excorporate.el | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 73c50ae358..4e4c48b2d1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ GNU Emacs Excorporate NEWS -- history of user-visible changes. +* New in Excorporate 1.1.3 + +Released 2025-06-27: + ** Require Emacs >= 24.4 and latest url-http-ntlm and url-http-oauth packages ** Eliminate excorporate.el compiler warnings diff --git a/README b/README index d4cae44e3c..2db82df244 100644 --- a/README +++ b/README @@ -3,6 +3,8 @@ Excorporate provides Exchange integration for Emacs. Most Recent Improvements ------------------------ +New in Excorporate 1.1.3, released 2025-06-27: + ** Require Emacs >= 24.4 and latest url-http-ntlm and url-http-oauth packages ** Eliminate excorporate.el compiler warnings diff --git a/excorporate.el b/excorporate.el index 0be751a78d..5284409fbe 100644 --- a/excorporate.el +++ b/excorporate.el @@ -5,7 +5,7 @@ ;; Author: Thomas Fitzsimmons <fitz...@fitzsim.org> ;; Maintainer: Thomas Fitzsimmons <fitz...@fitzsim.org> ;; Created: 2014-09-19 -;; Version: 1.1.2 +;; Version: 1.1.3 ;; Keywords: calendar ;; Homepage: https://www.fitzsim.org/blog/ ;; Package-Requires: ((fsm "0.2.1") (soap-client "3.2.0") (url-http-ntlm "2.0.6") (url-http-oauth "0.8.4"))