This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ChangeLogs included in dist


Ben Elliston wrote:
> 
> Automake will currently include a file called "ChangeLog" in the
> distribution.  Many large projects use a scheme of appending a number
> to ChangeLogs when the files are rotated.  For example, GCC uses:
> 
>   ChangeLog
>   ChangeLog.0
>   ...
>   ChangeLog.10
> 
> Can I suggest that the list of matched files be expanded to include
> ChangeLog.[0-9]+?

Then make it optional, please.  Distributions already get too much bloat.
The distributed tarball ought not have a change log that goes past the
last previous major release.  If someone is interested in more history
than that, well, that is what CVS archives are about.  I'd disable the
extra history for my stuff....



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]