Is there some magic that needs to be done to rotate the ChangeLog?
By this I mean:

gzip ChangeLog
mv ChangeLog.gz ChangeLog2002.gz
touch ChangeLog
cvs add -kb ChangeLog2002.gz
cvs ci -m "rotate changelog" ChangeLog ChangeLog2002.gz

It seems the most recent entry in the log is from the 29th December, and
I wonder if some script needs to be kicked to update the log.

--Wez.


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to