diff options
| author | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2025-06-27 21:04:17 -0400 |
|---|---|---|
| committer | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2025-06-27 21:18:49 -0400 |
| commit | d0dc6a28a0b39b67b01c63163217f8ebd055df4d (patch) | |
| tree | fb42aef4a680930b2ba991851c28fae768e05a0f | |
| parent | 161ce106c8fa8b0fb28bfe113ef20213034e29c5 (diff) | |
Bump release to 1.1.3externals/excorporate
* excorporate.el: Bump release to 1.1.3.
* NEWS, README: Add 1.1.3 herald and release date.
| -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")) |
