mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 16:58:01 +02:00
[RELEASING] Easier to see API diff than log
This commit is contained in:
parent
6e4ed9ce84
commit
650a6a3276
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ Here are the steps to follow to create a new cairo release:
|
|||
public header file since the given version:
|
||||
|
||||
find src/ -name '*.h' ! -name '*-private.h' ! -name 'cairoint.h' | \
|
||||
xargs git log -p X.Y.Z.. --
|
||||
xargs git diff X.Y.Z.. --
|
||||
|
||||
4) Increment cairo_version_{minor|micro} and LT_{CURRENT|VERSION|AGE}
|
||||
in configure.in:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue