- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Thu, 20 May 2004 22:46:53 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator
In directory hutz:/tmp/cvs-serv14697
Modified Files:
README.cvs
Log Message:
preparing for 0.6.6-release
Index: README.cvs
===================================================================
RCS file: /sources/public/validator/README.cvs,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- README.cvs 6 May 2004 06:21:25 -0000 1.7
+++ README.cvs 20 May 2004 22:46:50 -0000 1.8
@@ -14,21 +14,22 @@
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>
Received on Thursday, 20 May 2004 18:49:09 UTC