Skip to content

Maintainers

Matthieu Baerts edited this page Dec 19, 2025 · 4 revisions

This is a page for mptcpd maintainers.

New version's TODO list

  • Bump version in configure.ac
  • Maybe update the libtool version in configure.ac
  • Update the NEWS file
  • Update the AUTHORS file
  • Switch to the main branch and git pull
  • Create a signed tag (git tag -s vX && git push --tags)
  • Create the tarball (git clean -ffdx -e ".*" && ./bootstrap && ./configure && make all check && make dist)
  • Sign the tarball (gpg --armor --detach-sign mptcpd-*.tar.gz)
  • Update the gh-pages branch: rebase + generate doc + commit + check website
  • Add info and tarball and signature to the "Releases" section on GitHub
  • Email the MPTCP ML

Clone this wiki locally