[crypticl-cvs] CVS update: crypticl/doc/ChangeLog crypticl/doc/README

Update of /project/crypticl/cvsroot/crypticl/doc In directory common-lisp.net:/tmp/cvs-serv31173/doc Modified Files: ChangeLog README Log Message: Tagging version 0.1.0 and using tags in ChangeLog. Date: Wed Nov 24 09:27:31 2004 Author: tskogan Index: crypticl/doc/ChangeLog diff -u crypticl/doc/ChangeLog:1.7 crypticl/doc/ChangeLog:1.8 --- crypticl/doc/ChangeLog:1.7 Tue Nov 23 22:19:17 2004 +++ crypticl/doc/ChangeLog Wed Nov 24 09:27:31 2004 @@ -1,3 +1,8 @@ + +-------------------------------- 0.1.0 -------------------------------------- +24-11-2004 Tåle Skogan<tasko@frisurf.no> + * doc/README: tag instructions. + 23-11-2004 Tåle Skogan<tasko@frisurf.no> * doc/README: new install instructions. Index: crypticl/doc/README diff -u crypticl/doc/README:1.3 crypticl/doc/README:1.4 --- crypticl/doc/README:1.3 Tue Nov 23 22:19:18 2004 +++ crypticl/doc/README Wed Nov 24 09:27:31 2004 @@ -25,7 +25,7 @@ See the user guide in the file USERGUIDE. DEVELOPERS -Document changes in the ChangeLog in addition to writing commit messages. Before commiting, check that the library loads correctly into a fresh top level (use (delete-package 'crypticl) and reload) and verify that the unit tests are successful. +Document changes in the ChangeLog in addition to writing commit messages. Before commiting, check that the library loads correctly into a fresh top level (use (delete-package 'crypticl) and reload) and verify that the unit tests are successful. Tag with V_<major>_<minor>_<num>, like V_0_1_0, V_0_1_1, etc. CHANGELOG See the file ChangeLog for the project change log.
participants (1)
-
Taale Skogan