<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 07/19/2010 05:59 PM, Markus Baertschi wrote:
<blockquote
 cite="mid:AANLkTimZcU-cmnItdQqQLB2pU1ECxgvGz_UVKjCUrQzU@mail.gmail.com"
 type="cite">
  <pre wrap="">On Mon, Jul 19, 2010 at 3:03 AM, Tony Breeds <a class="moz-txt-link-rfc2396E" href="mailto:tony@bakeyournoodle.com"><tony@bakeyournoodle.com></a>wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Hmm okay, Looking at the Changelog it's currently basically a dump of the
git
commit history.  Is that helpful?  I'd expect most people on the -devel
list
would has access to git and they certainly have access to:
       <a class="moz-txt-link-freetext" href="http://git.ozlabs.org/?p=yaboot.git;a=summary">http://git.ozlabs.org/?p=yaboot.git;a=summary</a>

What would people like to see in the Changelog?
    </pre>
  </blockquote>
  <pre wrap="">
  </pre>
</blockquote>
People would like to see in the Changelog the log of changes <span
 class="moz-smiley-s1" title=":)"><span>:)</span></span> As Markus
said, it is worth to have changelog up to date. And you can see it
offline. At the least it is the good habit.
<blockquote
 cite="mid:AANLkTimZcU-cmnItdQqQLB2pU1ECxgvGz_UVKjCUrQzU@mail.gmail.com"
 type="cite">
  <pre wrap="">
It depends, there are times where I just want to know roughly what
changed, mostly to see if there is a nice new feature making it worth
to upgrade.
Other times I have a gripe, open bug, which would not a make it into
the summary kind of information above, then I'd need the detailed info.
This can come out of the git commit log.

For the CPAN tool I maintain in git I've written a small utility to extract
the change log from git and I ship this as changes file. (attached)

Markus

  </pre>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Yaboot-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Yaboot-devel@lists.ozlabs.org">Yaboot-devel@lists.ozlabs.org</a>
<a class="moz-txt-link-freetext" href="https://lists.ozlabs.org/listinfo/yaboot-devel">https://lists.ozlabs.org/listinfo/yaboot-devel</a>
  </pre>
</blockquote>
I guess the command `git log' is enough.
<br>
<br>
In my development of any software I don't have any changelog file in
the repo, but I'm generating it for every release. Having changelog in
the repo is the nonsense; you can see the log with git commands.
<br>
<br>
RR
</body>
</html>