2004-05-17 18:39:44 +08:00
|
|
|
_ _ ____ _
|
|
|
|
___| | | | _ \| |
|
|
|
|
/ __| | | | |_) | |
|
|
|
|
| (__| |_| | _ <| |___
|
1999-12-29 22:20:26 +08:00
|
|
|
\___|\___/|_| \_\_____|
|
|
|
|
|
2002-06-26 15:16:11 +08:00
|
|
|
Changelog
|
2007-05-31 16:59:44 +08:00
|
|
|
|
2010-06-22 04:27:39 +08:00
|
|
|
This file no longer holds the changelog. Now you can generate it yourself
|
|
|
|
like this:
|
2010-06-17 23:07:15 +08:00
|
|
|
|
2010-06-22 04:27:39 +08:00
|
|
|
$ git log --pretty=fuller --no-color --date=short --decorate=full | \
|
|
|
|
./log2changes.pl
|
2008-11-14 02:56:55 +08:00
|
|
|
|
2010-06-22 04:27:39 +08:00
|
|
|
The older, manually edited, changelog is found in git named CHANGES.0
|