3 commits - NEWS src/cairo-version.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Sep 1 14:02:45 UTC 2024


 NEWS                |   28 ++++++++++++++++++++++++++++
 src/cairo-version.h |    2 +-
 2 files changed, 29 insertions(+), 1 deletion(-)

New commits:
commit ad53e74fd28023b72e6572a3c954a1202eec6c02
Merge: bbf385d35 e90b49ed5
Author: Emmanuele Bassi <ebassi at gmail.com>
Date:   Sun Sep 1 14:02:38 2024 +0000

    Merge branch 'ebassi/release-1-18-2' into 'master'
    
    Release Cairo 1.18.2
    
    See merge request cairo/cairo!581

commit e90b49ed50f0c3cd0a6f27055288cc8d3dfa2efb
Author: Emmanuele Bassi <ebassi at gnome.org>
Date:   Sun Sep 1 14:21:28 2024 +0100

    Post-release version bump to 1.18.3

diff --git a/src/cairo-version.h b/src/cairo-version.h
index 18b2f485b..be2ca59dc 100644
--- a/src/cairo-version.h
+++ b/src/cairo-version.h
@@ -3,6 +3,6 @@
 
 #define CAIRO_VERSION_MAJOR 1
 #define CAIRO_VERSION_MINOR 18
-#define CAIRO_VERSION_MICRO 2
+#define CAIRO_VERSION_MICRO 3
 
 #endif
commit 200441e6855854eb4dbf338e44d67b00ababe07f
Author: Emmanuele Bassi <ebassi at gnome.org>
Date:   Sun Sep 1 14:09:23 2024 +0100

    Release Cairo 1.18.2

diff --git a/NEWS b/NEWS
index 49acef870..65e1e150d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+Release 1.18.2 (2024-09-01 Emmanuele Bassi <ebassi at gnome.org>)
+==============================================================
+
+A new stable release.
+
+The malloc-stats code has been removed from the tests directory [#640]; the
+canonical location for it is: https://github.com/behdad/malloc-stats
+
+Cairo now requires a version of pixman equal to, or newer than, 0.40. [!522]
+
+There have been multiple build fixes for newer versions of GCC [!525, !542];
+for MSVC [#808]; for Solaris [!540]; and on macOS 10.7 [#810].
+
+PNG errors caused by loading malformed data are correctly propagated to
+callers, so they can handle the case. [!524]
+
+Both stroke and fill colors are now set when showing glyphs on a PDF
+surface. [#813]
+
+All the font options are copied when creating a fallback font object. [#819]
+
+When drawing text on macOS, Cairo now tries harder to select the appropriate
+font name. [#811]
+
+Cairo now prefers the COLRv1 table inside a font, if one is available. [!537]
+
+Cairo requires a C11 toolchain when building. [!479]
+
 Release 1.18.0 (2023-09-20 Emmanuele Bassi <ebassi at gnome.org>)
 ==============================================================
 
diff --git a/src/cairo-version.h b/src/cairo-version.h
index 6efd7615d..18b2f485b 100644
--- a/src/cairo-version.h
+++ b/src/cairo-version.h
@@ -3,6 +3,6 @@
 
 #define CAIRO_VERSION_MAJOR 1
 #define CAIRO_VERSION_MINOR 18
-#define CAIRO_VERSION_MICRO 1
+#define CAIRO_VERSION_MICRO 2
 
 #endif


More information about the cairo-commit mailing list