From: Eshel Yaron Date: Mon, 14 Aug 2023 18:09:57 +0000 (+0200) Subject: Announce recent changes in NEWS.org and bump version to 0.22.2 X-Git-Tag: V9.1.14-sweep-0.22.2^0 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2eaa3a26538b89fb4450b5fd23b6aba63a3c87af;p=sweep.git Announce recent changes in NEWS.org and bump version to 0.22.2 --- diff --git a/NEWS.org b/NEWS.org index 5b36dd5..55f2133 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 1a44523..5754f90 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.