File: ChangeLog

package info (click to toggle)
cogl 1.22.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,764 kB
  • sloc: ansic: 113,493; sh: 4,825; makefile: 1,822; xml: 246; sed: 16
file content (20 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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