From: phantomjinx <p.g...@ph...> - 2012-12-18 07:20:47
|
"Jonathan Neuschäfer" <j.n...@gm...> wrote: >Hi everyone, > >Fixing a few crash bugs (patches are yet to come), I noticed Gtkpod has >a "NEWS" file and also a "ChangeLog" file. >What is the specific purpose of each of the files? >Whould it make sense to keep the NEWS file and replace the ChangeLog >file by a script that extracts a change log out of the Git history? > > >Thanks in advance, >Jonathan Neuschäfer > >------------------------------------------------------------------------------ >LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial >Remotely access PCs and mobile devices and provide instant support >Improve your efficiency, and focus on delivering more value-add >services >Discover what IT Professionals Know. Rescue delivers >http://p.sf.net/sfu/logmein_12329d2d >_______________________________________________ >Gtkpod-devel mailing list >Gtk...@li... >https://lists.sourceforge.net/lists/listinfo/gtkpod-devel Hi Jonathan, The NEWS file is a summary of changes for each version while the change log is the git history. There I'd already a script for generating the log, which I run to update the changelog then commit it before a release. Both have been standard files in a project of this kind so that's why they exist. Hope that helps. Thanks PGR |