diff options
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | excorporate.el | 2 |
3 files changed, 7 insertions, 1 deletions
@@ -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 @@ -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 0be751a..5284409 100644 --- a/excorporate.el +++ b/excorporate.el @@ -5,7 +5,7 @@ ;; Author: Thomas Fitzsimmons <fitzsim@fitzsim.org> ;; Maintainer: Thomas Fitzsimmons <fitzsim@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")) |
