diff options
author | Yuchen Pei <id@ypei.org> | 2023-07-15 10:52:47 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-07-15 10:52:47 +1000 |
commit | 61e004a917a2b10aa23a7a683e28e8bd5ae2d683 (patch) | |
tree | 57177bea692971e14a323bf8c9e9145c51d73ad6 /README.org | |
parent | 70f484764c58ee2e1a2eb0b494d07f52cbd01938 (diff) |
Rewording supported buildbot versions in README.org
Making is more precise.
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -4,10 +4,13 @@ [[https://www.buildbot.net/][Buildbot]] is a free software continuous integration tool. buildbot.el is an emacs interface to view build information on a Buildbot -instance. It supports newer versions of Buildbot (e.g. 3.x) but not -older versions (e.g. 0.8.9) and shows views for branches, revisions, +instance. It supports [[https://docs.buildbot.net/latest/relnotes/0.9.0.html][newer versions]]* of Buildbot (>=0.9.0) but not +older versions (<0.9.0) and shows views for branches, revisions, builds, steps, logs and builders. +*: The linked release notes describes the significant changes at +0.9.0. + * Install ** Manual install |