aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--control-spec.txt5
-rw-r--r--version-spec.txt7
2 files changed, 6 insertions, 6 deletions
diff --git a/control-spec.txt b/control-spec.txt
index f317b36..04bfb42 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -941,9 +941,8 @@ $Id$
Action is a string, and Arguments is a series of keyword=value
pairs on the same line.
- Controllers who listen to these events will be assumed to want
- both EXTENDED_EVENTS and VERBOSE_NAMES; see the explanations
- in the USEFEATURE section command for details.
+ These events are always produced with EXTENDED_EVENTS and VERBOSE_NAMES;
+ see the explanations in the USEFEATURE section command for details.
Actions for STATUS_GENERAL severity NOTICE events can be as follows:
diff --git a/version-spec.txt b/version-spec.txt
index 5db2994..5b9aeee 100644
--- a/version-spec.txt
+++ b/version-spec.txt
@@ -32,9 +32,10 @@ All versions should be distinguishable purely by those four
numbers. The status tag is purely informational, and lets you know how
stable we think the release is: "alpha" is pretty unstable; "rc" is a
release candidate; and no tag at all means that we have a final
-release. If the tag ends with "-cvs", you're looking at a development
-snapshot that came after a given release. If we *do* encounter two
-versions that differ only by status tag, we compare them lexically.
+release. If the tag ends with "-cvs" or "-dev", you're looking at a
+development snapshot that came after a given release. If we *do*
+encounter two versions that differ only by status tag, we compare them
+lexically.
Now, we start each development branch with (say) 0.1.1.1-alpha. The
patchlevel increments consistently as the status tag changes, for