mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-04 20:20:19 +01:00
WIP news and release
This commit is contained in:
parent
d7371acfe5
commit
3fd993a2b1
2 changed files with 20 additions and 9 deletions
16
NEWS
16
NEWS
|
|
@ -1,14 +1,15 @@
|
|||
Release Next (DATE Bryce Harrington <bryce@bryceharrington.org>)
|
||||
Release 1.14.4 (2015-10-27 Bryce Harrington <bryce@osg.samsung.com>)
|
||||
========================================================================
|
||||
Documentation and tests
|
||||
|
||||
Features
|
||||
--------
|
||||
Added a cairo API to set up Win32 surfaces for HDC with alpha channels.
|
||||
New cairo API routine to set up Win32 surfaces for HDC with alpha
|
||||
channels.
|
||||
|
||||
API Changes
|
||||
-----------
|
||||
None
|
||||
* Add cairo_win32_surface_create_with_format() API to set up a Win32
|
||||
psurface for an HDX with an alpha channel.
|
||||
|
||||
Dependency Changes
|
||||
------------------
|
||||
|
|
@ -102,6 +103,13 @@ Bug Fixes
|
|||
* Cleanup various compiler and run-time warnings, valgrind errors, test
|
||||
misbehaviors, etc.
|
||||
|
||||
Change Logs
|
||||
-----------
|
||||
For a detailed list of new changes in this release, see:
|
||||
|
||||
http://cairographics.org/releases/ChangeLog.1.14.4
|
||||
|
||||
|
||||
Release 1.14.2 (2015-03-09 Bryce Harrington <bryce@osg.samsung.com>)
|
||||
====================================================================
|
||||
This release provides collected bug fixes, along with one feature
|
||||
|
|
|
|||
13
RELEASING
13
RELEASING
|
|
@ -58,13 +58,14 @@ Here are the steps to follow to create a new cairo release:
|
|||
the following command will show each patch that has changed a
|
||||
public header file since the given version:
|
||||
|
||||
find src/ -name '*.h' ! -name '*-private.h' ! -name 'cairoint.h' ! -name 'cairo-*features*.h' | \
|
||||
find src/ -name '*.h' ! -name '*-private.h' \
|
||||
! -name 'cairoint.h' ! -name 'cairo-*features*.h' | \
|
||||
xargs git diff X.Y.Z.. --
|
||||
|
||||
Produce a complete ChangeLog with all changes, and a
|
||||
ChangeLog.X.Y with just the delta since the last release.
|
||||
Upload both these to the website, and include a link to them in
|
||||
the NEWS announce.
|
||||
Include a link to the incremental ChangeLog for this release,
|
||||
which we'll be uploading in a later step:
|
||||
|
||||
http://cairographics.org/releases/ChangeLog.X.Y.Z
|
||||
|
||||
4) Increment cairo_version_{minor|micro} in cairo-version.h:
|
||||
|
||||
|
|
@ -112,6 +113,8 @@ Here are the steps to follow to create a new cairo release:
|
|||
If for some reason you lost this message, "make release-publish-message"
|
||||
prints it for you.
|
||||
|
||||
scp ChangeLog.xxx cairographics.org:releases/ChangeLog.X.Y.Z
|
||||
|
||||
7) Increment cairo_version_micro to the next larger (odd) number in
|
||||
cairo-version.h, commit, and push.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue