From 168b9aca61ef7b04de2c701ef41f4a482ee88c3b Mon Sep 17 00:00:00 2001 From: jchabloz Date: Wed, 6 Mar 2024 22:04:48 +0100 Subject: [PATCH] Updated docs (1.1.1-dev) --- docs/conf.py | 4 ++-- docs/src/release_notes.rst | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index cf2e362..2bebda3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,8 +9,8 @@ project = 'Verisocks' copyright = '2023, Jérémie Chabloz' author = 'Jérémie Chabloz' -version = '1.1.0' -release = '1.1.0' +version = '1.1.1-dev' +release = '1.1.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/src/release_notes.rst b/docs/src/release_notes.rst index f6178a3..00986d0 100644 --- a/docs/src/release_notes.rst +++ b/docs/src/release_notes.rst @@ -8,6 +8,14 @@ Releases of documentation and code are using the same version numbers. The version numbering system follows the `semantic versioning `_ principles. +1.1.1 - Ongoing +*************** + +* Modified :py:meth:`Verisocks.connect() + ` method to include multiple, delayed + connection trials. Examples and test have been simplified accordingly. +* Added correct management of system call interrupts while waiting on client + connection in the server code. 1.1.0 - 2024-02-07 ******************