branch: externals/detached commit fedb0df5b0fbba13c662107855fb07a922793096 Author: Niklas Eklund <niklas.ekl...@posteo.net> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Update version to 0.10.1 --- CHANGELOG.org | 4 ++++ detached.el | 4 ++-- doc/detached.info | 4 ++-- doc/detached.org | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 94d4ab50bc..2fa62689b0 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -4,6 +4,10 @@ * Development +* Version 0.10.1 (2022-11-25) + +- Add fallback validation of sessions using timer-based solution. This should make sure that sessions are verified even if notify-watch fails to do it due to raise condition. + * Version 0.10.0 (2022-11-23) - Add =edit-and-run= command, which is convenient when a session command needs to be tweaked before re-running. diff --git a/detached.el b/detached.el index 0d30343e9f..7eda4dfd66 100644 --- a/detached.el +++ b/detached.el @@ -5,7 +5,7 @@ ;; Author: Niklas Eklund <niklas.ekl...@posteo.net> ;; Maintainer: detached.el Development <~niklaseklund/detached...@lists.sr.ht> ;; URL: https://sr.ht/~niklaseklund/detached.el/ -;; Version: 0.10.0 +;; Version: 0.10.1 ;; Package-Requires: ((emacs "27.1")) ;; Keywords: convenience processes @@ -276,7 +276,7 @@ Valid values are: create, new and attach") (defvar detached-session-annotation nil "An annotation string.") -(defconst detached-session-version "0.10.0.0" +(defconst detached-session-version "0.10.1.0" "The version of `detached-session'. This version is encoded as [package-version].[revision].") diff --git a/doc/detached.info b/doc/detached.info index 9f75d2c7e9..49fa30bf89 100644 --- a/doc/detached.info +++ b/doc/detached.info @@ -1,7 +1,7 @@ This is detached.info, produced by makeinfo version 7.0 from detached.texi. -This manual describes the design of the ‘detached’ (version 0.10.0, last +This manual describes the design of the ‘detached’ (version 0.10.1, last updated 1 November 2022) package, as well as its options and customizations. @@ -25,7 +25,7 @@ File: detached.info, Node: Top, Next: Overview, Up: (dir) Detached processes for GNU Emacs ******************************** -This manual describes the design of the ‘detached’ (version 0.10.0, last +This manual describes the design of the ‘detached’ (version 0.10.1, last updated 1 November 2022) package, as well as its options and customizations. diff --git a/doc/detached.org b/doc/detached.org index a7d3bbe6e4..93d52a496b 100644 --- a/doc/detached.org +++ b/doc/detached.org @@ -4,7 +4,7 @@ #+language: en #+options: ':t toc:nil author:t email:t -#+macro: version 0.10.0 +#+macro: version 0.10.1 #+macro: updated last updated 1 November 2022 #+texinfo_filename: detached.info