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