Due to the fact that STABLE is a virtual tag, not
a branch tag, all commits must be done on a temporary
branch tag:

1. cvs tag -bRF TMP
2. cvs update -P -r TMP
3. [modify + commit]
4. cvs tag -dB TMP
5. cvs tag -FR STABLE
6. cvs update -P -r STABLE
