summaryrefslogtreecommitdiffstats
path: root/doc/manual.asciidoc
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2013-02-17 19:22:37 (GMT)
committerEvan Martin <martine@danga.com>2013-02-17 19:22:37 (GMT)
commit52ae6ddb18c02fd06535574c265f4acc5b97dd4a (patch)
tree077c8ccb85ad91fe18b4e37072503298ae29e8bd /doc/manual.asciidoc
parentd56f995ef0b86e46f87e596a87f16b4d636968f5 (diff)
downloadNinja-52ae6ddb18c02fd06535574c265f4acc5b97dd4a.zip
Ninja-52ae6ddb18c02fd06535574c265f4acc5b97dd4a.tar.gz
Ninja-52ae6ddb18c02fd06535574c265f4acc5b97dd4a.tar.bz2
add versioning notes to features in the manual
This helps guide which ninja version to depend on.
Diffstat (limited to 'doc/manual.asciidoc')
-rw-r--r--doc/manual.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc
index 647f4d2..5a66904 100644
--- a/doc/manual.asciidoc
+++ b/doc/manual.asciidoc
@@ -422,9 +422,7 @@ before building the targets requested by the user.
Pools
~~~~~
-*Note: pools were added as an experiment and may be removed in a future
-version of Ninja. Are they useful for you? Let us know on the mailing
-list.*
+_Available since Ninja 1.1._
Pools allow you to allocate one or more rules or edges a finite number
of concurrent jobs which is more tightly restricted than the default
@@ -556,6 +554,8 @@ If you provide a variable named `builddir` in the outermost scope,
Version compatibility
~~~~~~~~~~~~~~~~~~~~~
+_Available since Ninja 1.XXX._
+
Ninja version labels follow the standard major.minor.patch format,
where the major version is increased on backwards-incompatible
syntax/behavioral changes and the minor version is increased on new