Skip to content

Commit

Permalink
Updated roadmap.
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen committed Oct 14, 2024
1 parent f6b3289 commit 5c6050f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions MAKE_RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions doc/source/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5c6050f

Please sign in to comment.