1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-06-05 01:09:17 +02:00

- increased version number, changelog and NEWS files.

This commit is contained in:
cage
2021-04-16 15:12:02 +02:00
parent 7c9a8e3ee2
commit b4b9e57c56
5 changed files with 36 additions and 12 deletions

View File

@@ -1,3 +1,18 @@
2021-04-16 cage
* src/gemini/gemini-parser.lisp,
* src/iri-parser.lisp,
* src/package.lisp,
* src/tests/iri-tests.lisp,
* src/gemini/client.lisp,
- [gemini] allowed to connect to host using IP address instead of
hostname;
- fixed 'make-gemini-iri', was building wrong IRI with IP6 address
as host;
- trimmed square brackets from IP literal when parsing an IRI;
- [gemini] prevented trimming of preformatted gemtext line.
2021-04-13 cage
* src/gemini/gemini-parser.lisp,