From f46fb4dc14c181d8346264f33c94817e5622db25 Mon Sep 17 00:00:00 2001 From: cage Date: Fri, 11 Feb 2022 14:35:41 +0100 Subject: [PATCH] - updated NEWS.org and Changelog. --- ChangeLog | 31 ++++++++++++++++++++++++++++++- NEWS.org | 20 ++++++++++++++++++++ 2 files changed, 50 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 033f797..376328e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,41 @@ +2022-02-11 cage + + * po/it.po, + * po/tinmop.pot, + * src/message-window.lisp, + * src/program-events.lisp, + * src/ui-goodies.lisp: + + - prevented crash when performing searching in an empty message + window. + - prevented a condition variable to be awaken even if condition is not + actually met. + - updated italian translation. + +2022-02-09 cage + + * src/command-line.lisp: + + - fixed keyword name. + 2022-02-06 cage + * ChangeLog, + * configure, + * configure.ac, + * doc/man.org, + * doc/tinmop.man, * etc/init.lisp, * src/package.lisp, - * src/ui-goodies.lisp: + * src/ui-goodies.lisp, + * tinmop.asd: - prevented block of software when opening a kami address with the filesystem explorer window opened. - [kami] added 'file-explorer-mark-by-regexp'. + - updated Changelog. + - icreased version number. + - updated manpage. 2022-02-05 cage diff --git a/NEWS.org b/NEWS.org index baedf62..32eda0d 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,23 @@ +* 2022-02-11 version 0.9.5 + + - New Features + + This versions added support for 9p protocol over TLS + + From https://kamid.omarpolo.com/9p.7.html + + #+BEGIN_QUOTE + 9P is a protocol that implements a distributed file systems. It + provides primitives to manage (create, read, write and delete) + sets of files remotely. These files don't necessarily need to be + actually stored on a disk, they may be, for example, synthesise on + demand from external sources. + #+END_QUOTE + + - Bugfix + - fixed generation of TLS client certificates when using an openssl + binary linked with libressl (thanks op!); + * 2021-11-28 version 0.9.0 - New Features