ScionCrow wrote:
The only way to find out is to install the new snapshot. There is no way of telling of any new features for Olympus Snapshots and they are released every hour.
this may be true if you use the snapshot, but if you actually use the cvs, there is a perfect record of what changed when.
if you want, the anonymous access to the cvs repository is
:pserver:
anonymous@cvs.sourceforge.net:/cvsroot/phpbb
(password: just press enter)
and the project is phpBB2
there are some advantages to using the cvs repository rather than the snapshot. in addition to having more ready access to the diff list (just run cvs diff), if you modify the files yourself, cvs will merge the code changes committed by the developers with your changes, which means you can begin to modify the code (eg develop a mod) and still stay 100% up to date with the dev.
a downside to using the cvs repository is that it makes you realize how little progress this project had seen in the last 6-8 months... (i think about 3 significant commits since march).