[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/sweeprolog 2eaa3a2653 2/2: Announce recent changes in NEWS
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/sweeprolog 2eaa3a2653 2/2: Announce recent changes in NEWS.org and bump version to 0.22.2 |
Date: |
Mon, 14 Aug 2023 16:01:11 -0400 (EDT) |
branch: elpa/sweeprolog
commit 2eaa3a26538b89fb4450b5fd23b6aba63a3c87af
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>
Announce recent changes in NEWS.org and bump version to 0.22.2
---
NEWS.org | 13 +++++++++++++
sweeprolog.el | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 5b36dd51ed..55f2133060 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -11,6 +11,19 @@ SWI-Prolog in Emacs.
For further details, please consult the manual:
[[https://eshelyaron.com/sweep.html][https://eshelyaron.com/sweep.html]].
+* Version 0.22.2 on 2023-08-14
+
+** Fix potential crash due to a collision between Xwidgets and XPCE
+
+This version fixes an issue that could cause Emacs to crash during
+certain Sweep operations if Emacs is built with Xwidgets and
+SWI-Prolog is built with XPCE.
+
+** Fix feedback in ~sweeprolog-set-prolog-flag~ and
~sweeprolog-set-pack-install~
+
+In previous versions, these commands could report failure even when they in
fact
+succeeded. This version fixes the feedback these commands provide.
+
* Version 0.22.1 on 2023-08-07
** New command ~sweeprolog-submit-bug-report~
diff --git a/sweeprolog.el b/sweeprolog.el
index 1a445235d8..5754f90759 100644
--- a/sweeprolog.el
+++ b/sweeprolog.el
@@ -6,7 +6,7 @@
;; Maintainer: Eshel Yaron <~eshel/dev@lists.sr.ht>
;; Keywords: prolog languages extensions
;; URL: https://git.sr.ht/~eshel/sweep
-;; Package-Version: 0.22.1
+;; Package-Version: 0.22.2
;; Package-Requires: ((emacs "28.1"))
;; This file is NOT part of GNU Emacs.