[cairo-commit] 2 commits - cairo-version.h NEWS
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Feb 1 03:50:19 UTC 2019
NEWS | 25 +++++++++++++++++++++++--
cairo-version.h | 2 +-
2 files changed, 24 insertions(+), 3 deletions(-)
New commits:
commit ef99c3bf3001dbd55e32c1f2c54d7ebfeb98569a
Author: Bryce Harrington <bryce at bryceharrington.org>
Date: Thu Jan 31 19:49:57 2019 -0800
Start 1.17.2+1 development
diff --git a/cairo-version.h b/cairo-version.h
index 890ff5890..605ec1a7c 100644
--- a/cairo-version.h
+++ b/cairo-version.h
@@ -3,6 +3,6 @@
#define CAIRO_VERSION_MAJOR 1
#define CAIRO_VERSION_MINOR 17
-#define CAIRO_VERSION_MICRO 2
+#define CAIRO_VERSION_MICRO 3
#endif
commit d67be70805fc422aacdb75fb14f6fa482db649c0
Author: Bryce Harrington <bryce at bryceharrington.org>
Date: Thu Jan 31 19:33:41 2019 -0800
Release 1.17.2
diff --git a/NEWS b/NEWS
index 62d1b4331..baef8bec5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Release 1.17.2 (2019-01-31 Bryce Harrington <bryce at bryceharrington.org>)
+========================================================================
+This snapshot provides the new support for writing floating point
+formats as 16 bpc PNGs, with support for RGBA128F and RGB96F formats.
+This new feature increases Cairo's pixman version requirement to 0.36.0.
+
+Beyond this are a range of bugfixes and some work on establishing CI for
+Cairo.
+
+For a complete log of changes, please see
+
+ https://cairographics.org/releases/ChangeLog.1.17.2
+
+API Changes
+-----------
+None
+
+Dependency Changes
+------------------
+pixman 0.36.0
+
+
Release 1.16.0 (2018-10-19 Bryce Harrington <bryce at bryceharrington.org>)
========================================================================
This new stable release incorporates a number of improvements made in
@@ -19,7 +41,6 @@ For a complete log of changes, please see
https://cairographics.org/releases/ChangeLog.1.16.0
-
Features and Enhancements
-------------------------
* Add support for OpenGL ES 3.0 to the gl backend.
@@ -175,7 +196,7 @@ legitimate problems found and fixed.
For a complete log of changes, please see
- https://cairographics.org/releases/ChangeLog.1.15.12
+ https://cairographics.org/releases/ChangeLog.1.15.14
Features and Enhancements
-------------------------
diff --git a/cairo-version.h b/cairo-version.h
index d0bc86796..890ff5890 100644
--- a/cairo-version.h
+++ b/cairo-version.h
@@ -3,6 +3,6 @@
#define CAIRO_VERSION_MAJOR 1
#define CAIRO_VERSION_MINOR 17
-#define CAIRO_VERSION_MICRO 1
+#define CAIRO_VERSION_MICRO 2
#endif
More information about the cairo-commit
mailing list