diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2023-07-15 09:47:42 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2023-07-15 09:47:42 +0200 |
commit | 33c957d43fe4c779d0601ff3c440c785190e3a80 (patch) | |
tree | 87a5f5c9f173123465a6d7ad42a493b070f71348 /doc | |
parent | 1842e4ff88f93490966398ae9b763f6dba069799 (diff) | |
parent | eac2a2cc668f491c7d265c5fe6c50f51a60c6256 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst index 30f2d28..26c4d06 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,3 +1,20 @@ +v4.14 (2023-07-14) +================== + +Fixes: + +* socket: make HX_addrport_split work on portless bracketed hostspec + + +v4.13 (2023-06-21) +================== + +Fixes: + +* io: do not fail HX_mkdir when a component is a symlink to a directory +* xml_helper: fix infinite recursion in xml_getnsprop + + v4.12 (2023-02-27) ================== |