From: Jeff D. <da...@da...> - 2001-02-07 22:59:25
|
>> Are there going to be bug fix releases of 1.2.x? >> Are the going to remain PHP3 compatible? Is that going to create headaches? > >Yes, yes and no. We tagged 1.2 in CVS and we can commit bug fixes to that >branch. Perhaps we should create a 'release-1_2-branch' tag in the CVS, so that when a developer (like myself) fixes a bug (like the diff hang bug) he can/should fix it in both the development branch and the stable branch. Otherwise, when you want to release 1.2.1, it's going to be a pain to sort out which changes in the CVS are bug fixes, and which are feature additions (and which changes are PHP3 compatible). (As I understand it, the release-1_2_0 tag is intended to mark the release snapshot, not serve as a branch tag.) Or am I missing something? Jeff |