Opened 5 years ago

Closed 5 years ago

#11316 closed enhancement (fixed)

pycairo-1.18.0

Reported by: Bruce Dubbs Owned by: Pierre Labastie
Priority: normal Milestone: 8.4
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Pierre Labastie, 5 years ago

Owner: changed from blfs-book to Pierre Labastie
Status: newassigned

comment:2 by Pierre Labastie, 5 years ago

1.18.0 - 2018-11-04
Build:

        Dropped Python 3.3 support
        meson build requires meson >=0.47 (was >=0.46)
        Fix various build warnings with GCC8
        meson: Don’t link against libpython on non-Windows systems #pr-120
        meson: Improve support for Visual Studio builds #pr-121 (Chun-wei Fan)
        setup.py: Support specifying custom --pkgconfigdir #pr-127 (Michał Górny)

Fixes:

        docs: Remove a broken link #pr-124 (Nik Nyby)
        typing: Add missing annotations for __enter__/__exit__ #pr-126

New API:

    Some are only available when building with newer cairo versions, see the linked API docs for details.

        CAIRO_VERSION, CAIRO_VERSION_STRING, CAIRO_VERSION_MAJOR, CAIRO_VERSION_MINOR, CAIRO_VERSION_MICRO
        Status.TAG_ERROR, Status.FREETYPE_ERROR, Status.PNG_ERROR, Status.WIN32_GDI_ERROR
        SVGUnit, PDFMetadata, PDFOutlineFlags
        FontOptions.set_variations(), FontOptions.get_variations()
        Context.tag_begin(), Context.tag_end(), TAG_DEST, TAG_LINK
        PDFSurface.set_page_label(), PDFSurface.set_metadata(), PDFSurface.set_thumbnail_size(), PDFSurface.add_outline(), PDF_OUTLINE_ROOT
        SVGSurface.set_document_unit(), SVGSurface.get_document_unit()
        MIME_TYPE_CCITT_FAX, MIME_TYPE_CCITT_FAX_PARAMS, MIME_TYPE_EPS, MIME_TYPE_EPS_PARAMS, MIME_TYPE_JBIG2, MIME_TYPE_JBIG2_GLOBAL, MIME_TYPE_JBIG2_GLOBAL_ID

comment:3 by Pierre Labastie, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r20958

Note: See TracTickets for help on using tickets.