diff --git a/MAKE_RELEASE.rst b/MAKE_RELEASE.rst index d3f4bc5f9..6ab576580 100644 --- a/MAKE_RELEASE.rst +++ b/MAKE_RELEASE.rst @@ -17,6 +17,7 @@ Prepare/make release on dev. git log --oneline v3.7.3..HEAD > commit.log git log --pretty="%an" v3.7.3..HEAD | sort -uf > authors.log update AUTHORS.rst and CHANGELOG.rst + update roadmap.rst cd doc; ./build_html * rm -rf build/* dist/* * python3 -m build diff --git a/doc/source/roadmap.rst b/doc/source/roadmap.rst index c0c7f4fd2..610a08d9c 100644 --- a/doc/source/roadmap.rst +++ b/doc/source/roadmap.rst @@ -19,10 +19,12 @@ The following bullet points are what the maintainers focus on: - optimized framer, limited support for multidrop on the server side - more typing in the core - 100% test coverage fixed for all new parts (currently transport and framer) + - better broadcast handling - 3.7.5, bug fix release, hopefully with: - - Updated PDU, moving client/server decoder into pud. + - Updated PDU, moving client/server decoder into pdu. + - Simplify PDU classes - 3.7.6, bug fix release, with: - - ??? + - Foundation for new transaction - 3.8.0, with: - new transaction handling - 4.0.0, with: