branch: elpa/jabber
commit c5db676931d77c8c9cb606e140161881e7150fe4
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>
Bump version to 0.10.2
---
CHANGELOG.org | 10 ++++++++--
doap.xml | 6 ++++++
lisp/jabber.el | 2 +-
3 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 8c8a191b20..ab68002639 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -1,7 +1,13 @@
#+TITLE: Changelog
-All notable changes to this project will be documented in this file.
-The format is based on [[https://keepachangelog.com/en/1.0.0/][Keep a
Changelog]].
+* [0.10.2]
+#+date: 2026-04-04
+
+** Fixes
+- OMEMO module now optional: graceful degradation when native module is absent
+- D-Bus notifications guard for Windows: no longer kills alert chain
+- Roster refresh crash with multiple windows
+- OMEMO trust commands guard without native module
* [0.10.1]
#+date: 2026-04-03
diff --git a/doap.xml b/doap.xml
index f3c2ce9cec..6c0fa79136 100644
--- a/doap.xml
+++ b/doap.xml
@@ -563,6 +563,12 @@
</xmpp:SupportedXep>
</implements>
+ <release>
+ <Version>
+ <revision>0.10.2</revision>
+ <created>2026-04-04</created>
+ </Version>
+ </release>
<release>
<Version>
<revision>0.10.1</revision>
diff --git a/lisp/jabber.el b/lisp/jabber.el
index d0f726a60d..9f6f8ce51c 100644
--- a/lisp/jabber.el
+++ b/lisp/jabber.el
@@ -5,7 +5,7 @@
;; Keywords: comm
;; Homepage: https://git.thanosapollo.org/emacs-jabber
;; Package-Requires: ((emacs "29.1") (fsm "0.2.0"))
-;; Version: 0.10.1
+;; Version: 0.10.2
;; Copyright (C) 2003, 2004, 2007, 2008 - Magnus Henoch - [email protected]
;; Copyright (C) 2002, 2003, 2004 - Tom Berger - [email protected]