1.2RC7 will be released today and the final 1.2 release is expected
within a week.
Therefor we had to switch the 1.2 release to a release branch and open
the HEAD / development branch again for new developments.
What does that mean for you?
a) You use HEAD / development branch because you want to use the 1.2
Release and intend to stay with it, once it's stable: You need to switch
to the "Version-1_2_0-branch" with your next cvs update:
cvs update -dPr Version-1_2_0-branch
That switch is sticky, so you have to do it only once and of cause for
every checkout. You can always update to newer releases after!
ATTENTION:
If you dont switch to the 1.2 branch, but further update using HEAD /
development branch, you will not be able to downgrade again eGW to the
stable 1.2 release !!!
b) You want to follow the up-to-date development with all it's benefits
and of cause (temporary) problems of active development: You dont have
to do anything and the next cvs update will update eGW to 1.3.001.
If you accidentally updated 1.2RC or newer to 1.3.001 and want to come
back to the stable 1.2 release, you can do at the moment the following:
cvs update -dPr Version-1_2_0-branch
If you also run setup to update the eGW database to 1.3.001 you have to
do the following:
mysql --user=<db_user> --password --database=<db_name> --execute UPDATE
egw_applications SET app_version='1.2.007' WHERE app_name='phpgwapi'