Archive for September 19th, 2009

Making a changelog

Most extragear applications need to make there own changelog, just before they release a new tarball. In my projects I had a little script for doing that. Each commits gets an entry in the ChangeLog file and is associated with the real name of that person. I always use the diff from the ChangeLog file [...]