Hi, libgdiplus 1.1.13.2 is mostly a bugfix release over our current version 1.1.13. Attached is the diffstat and changelog diff
Bye
--- libgdiplus-1.1.13/ChangeLog 2006-01-04 19:45:14.000000000 +0100 +++ libgdiplus-1.1.13.2/ChangeLog 2006-01-13 20:48:15.000000000 +0100 @@ -1,3 +1,11 @@ +2006-01-13 Peter Dennis Bartok <[EMAIL PROTECTED]> + + * libgdiplus.pc.in: Removed cairo as a dependency. Fixes #77173 + +2006-01-09 Everaldo Canuto <[EMAIL PROTECTED]> + + * Fix cairo compilation problems when used gcc 4.0.2. + 2006-01-04 Peter Dennis Bartok <[EMAIL PROTECTED]> * configure.in: --- libgdiplus-1.1.13/src/ChangeLog 2006-01-01 12:52:36.000000000 +0100 +++ libgdiplus-1.1.13.2/src/ChangeLog 2006-01-19 06:31:34.000000000 +0100 @@ -1,3 +1,49 @@ +2006-01-18 Peter Dennis Bartok <[EMAIL PROTECTED]> + + * jpegcodec.c: Upconvert an indexed image, to allow saving it; + added 1 and 4 bit as supported formats as well. This fixes #77270 + +2006-01-18 Peter Dennis Bartok <[EMAIL PROTECTED]> + + * gdip.h: Switched GpRection.Cnt to int, to avoid signedness mismatch + problems + +2006-01-18 Sebastien Pouliot <[EMAIL PROTECTED]> + + * graphics.c: Started adapting functions to recognize path based + regions (while keeping rectangular regions working). + * region.c: Added function to convert a rectangle based region to a + path based region. Started adapting functions to recognize path based + regions (while keeping rectangular regions working). Implemented + GdipCreateRegionRgnData, GdipGetRegionDataSize and GdipGetRegionData + (for both path and rectangle based regions). + * gdip.h: Reordered some typedef to include a GpPath inside GpRegion. + Added export for GdipCreateRegionRgnData. + +2006-01-17 Peter Dennis Bartok <[EMAIL PROTECTED]> + + * graphics.c: If no trim flag is set we need to wrap, not trim. Every + character can be used as wrap character in that case. Fixes #76034 + +2006-01-16 Sebastien Pouliot <[EMAIL PROTECTED]> + + * graphics-path.c: Implemented GdipGetPathWorldBounds[I] minus Pen + support. + +2006-01-15 Jordi Mas i Hernandez <[EMAIL PROTECTED]> + + * graphics.c, image.c, gdip.h, general.c: + - Implements PageUnit functionality + - Converts units to Cairo user-space (postscript or display) + - Each surface has its own x and y dpi + - Allows setting Postscript dpy's + +2006-01-13 Sebastien Pouliot <[EMAIL PROTECTED]> + + * graphics-path.c: Added checks for the number of points added when + using AddBeziers (4 points for the first, 3 afterward) and the minimum + of point required to add a Curve, ClosedCurve and a Polygon. + 2006-01-01 Jordi Mas i Hernandez <[EMAIL PROTECTED]> * bitmap.c: Fixes 77131
ChangeLog | 8 TODO | 2 cairo/pixman/src/pixman-remap.h | 2 configure | 2 configure.in | 2 debian/changelog | 7 debian/patches/00list | 1 debian/patches/pixmap_remap_fix.dpatch | 22 -- libgdiplus.pc.in | 2 src/ChangeLog | 46 ++++ src/font.c | 2 src/gdip.h | 64 +++--- src/general.c | 55 ----- src/graphics-path.c | 104 +++++++++- src/graphics.c | 317 ++++++++++++++++++++++++++------- src/image.c | 28 +- src/jpegcodec.c | 19 + src/region.c | 271 ++++++++++++++++++++++++---- 18 files changed, 722 insertions(+), 232 deletions(-)
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
-- Ubuntu-motu mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
