summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2004-05-20 22:46:50 +0000
committerot <ot@localhost>2004-05-20 22:46:50 +0000
commitd0fb3ea607bee5ec7cb743cd13ab954c8a62d0bf (patch)
treeaa3ad5cdce7fcab9ca5974e4cccfe883214b8d2d
parent0c99ce92537d40f1ffaafae5979e8c9addad179c (diff)
downloadmarkup-validator-d0fb3ea607bee5ec7cb743cd13ab954c8a62d0bf.zip
markup-validator-d0fb3ea607bee5ec7cb743cd13ab954c8a62d0bf.tar.gz
markup-validator-d0fb3ea607bee5ec7cb743cd13ab954c8a62d0bf.tar.bz2
preparing for 0.6.6-release
-rw-r--r--README.cvs17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.cvs b/README.cvs
index b967acb..6d3ecc7 100644
--- a/README.cvs
+++ b/README.cvs
@@ -14,21 +14,22 @@ code page</a>.
bash$ <kbd>cvs login</kbd>
(Logging in to anonymous@dev.w3.org)
CVS password: <kbd>anonymous</kbd>
- bash$ <kbd>cvs get -r validator-0_6_5 validator</kbd>
+ bash$ <kbd>cvs get -r validator-0_6_6-release validator</kbd>
cvs server: Updating validator
cvs server: Updating validator/htdocs
U validator/htdocs/about.html
...
</pre>
<p>
- This will get you the current beta version. For intermediate
- updates, use the <code>validator-0_6_0-branch</code> branch tag
+ This will get you the latest released version, v0.6.6.
+ </p>
+
+ <p>
+ If you are looking for development code, you should note that
+ we are still in the process of fixing <code>HEAD</code> after a lot
+ of advanced development, so for intermediate updates, we strongly
+ recommend to use the <code>validator-0_6_0-branch</code> branch tag
instead. This is <strong>really what you want if you wish to install
a working version!</strong></p>
<p>
- Major new development is done in <code>HEAD</code> and
- the trunk is more or less guaranteed to be in a state of greater
- or lesser breakage at any given point in time. <em>Approach with
- great caution!</em>
- </p>