fcb8de2cde
The changelog generation scripts used for releases are overly elaborate and fragile. A Changelog is also no substitute for the Git log so now we simply ship a static Changelog that points to the Git log instead.
21 lines
539 B
Plaintext
21 lines
539 B
Plaintext
Cogl does not distribute a static Changelog with releases because we feel that
|
|
the Git log does a better job of tracking all the detailed source code changes
|
|
that are made to Cogl.
|
|
|
|
If you just want a high level overview of what has changed between Cogl
|
|
releases then please see the NEWS file that we distribute.
|
|
|
|
You can clone Cogl via Git using:
|
|
|
|
$ git clone git://git.gnome.org/cogl.git
|
|
|
|
You can see the log using:
|
|
|
|
$ git log
|
|
|
|
Or you can look at the log for a particular release by specifying
|
|
a release tag name like:
|
|
|
|
$ git log 1.7.2
|
|
|