1
0
Fork 0

- updated NEWS.org and Changelog.

This commit is contained in:
cage 2022-02-11 14:35:41 +01:00
parent 05a978b246
commit f46fb4dc14
2 changed files with 50 additions and 1 deletions

View File

@ -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

View File

@ -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