* Renaud Deraison <[EMAIL PROTECTED]> [20050126 17:17]: > On Wed, Jan 26, 2005 at 10:09:14AM -0600, Jared Breland wrote: > > Is there any easy way to tell what changed between releases? Maybe a > > changelog available through the Nessus website? Or release notes available > > through the website? > > Announces for new versions will contain the list of changes. Otherwise, > you can always read nessus-core/CHANGES
The CHANGES file doesn't cover the differences between 2.2.x and 2.3.0, but cvs2cl should help here, as we always used verbose commit messages. On a CVS checkout of nessus-core you can create 'ChangeLog' with: cvs2cl -r -F trunk -F BOSS Or to only include changes between 2.2 and 2.3: cvs2cl -r -F trunk -F BOSS -l '-d 20040801\<' Thomas -- Email: [EMAIL PROTECTED] http://intevation.de/~thomas/ _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
