Hello community, here is the log from the commit of package libgdiplus checked in at Tue Aug 1 17:25:55 CEST 2006. -------- --- libgdiplus/libgdiplus.changes 2006-03-25 19:12:23.000000000 +0100 +++ libgdiplus/libgdiplus.changes 2006-08-01 00:39:53.000000000 +0200 @@ -1,0 +2,16 @@ +Mon Jul 31 21:18:38 CEST 2006 - wberrier@suse.de + +- Update to 1.1.16.1. +- update internal cairo to 1.2 +- Region operations: Added GdipCombineRegionPath function to allow + using binary operations (union, intersection, complement, + exclude and xor) on non-rectangular regions +- Added GdipFlattenPath function (to convert curves into lines) +- Added support for region serialization (i.e. GdipGetRegionData, + GdipGetRegionDataSize and GdipCreateRegionRgnData functions) +- Better, but still not perfect, clipping support +- TextureBrush is now working again +- Bug Fixes: 75063,76193,76907,77129,77247,77829,77976,78159,78179, + 78181,78185,78213,78237,78284,78336,78383,78478,78721,78742 + +------------------------------------------------------------------- Old: ---- libgdiplus-1.1.13.5.tar.gz libgdiplus-noWerror.dif New: ---- libgdiplus-1.1.16.1.tar.gz libgdiplus-overflow.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgdiplus.spec ++++++ --- /var/tmp/diff_new_pack.ivySDB/_old 2006-08-01 17:25:45.000000000 +0200 +++ /var/tmp/diff_new_pack.ivySDB/_new 2006-08-01 17:25:45.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package libgdiplus (Version 1.1.13.5) +# spec file for package libgdiplus (Version 1.1.16.1) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,10 +16,10 @@ Group: Development/Libraries/Other Summary: Open Source Implementation of the GDI+ API URL: http://go-mono.org/ -Version: 1.1.13.5 +Version: 1.1.16.1 Release: 1 Source0: %name-%version.tar.gz -Patch2: libgdiplus-noWerror.dif +Patch0: libgdiplus-overflow.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Obsoletes: libgdiplus-devel @@ -39,7 +39,7 @@ %prep %setup -%patch2 +%patch0 %build autoreconf -fi @@ -62,6 +62,19 @@ %{_libdir}/pkgconfig/libgdiplus.pc %changelog -n libgdiplus +* Mon Jul 31 2006 - wberrier@suse.de +- Update to 1.1.16.1. +- update internal cairo to 1.2 +- Region operations: Added GdipCombineRegionPath function to allow + using binary operations (union, intersection, complement, + exclude and xor) on non-rectangular regions +- Added GdipFlattenPath function (to convert curves into lines) +- Added support for region serialization (i.e. GdipGetRegionData, + GdipGetRegionDataSize and GdipCreateRegionRgnData functions) +- Better, but still not perfect, clipping support +- TextureBrush is now working again +- Bug Fixes: 75063,76193,76907,77129,77247,77829,77976,78159,78179, + 78181,78185,78213,78237,78284,78336,78383,78478,78721,78742 * Sat Mar 25 2006 - wberrier@suse.de -Update to 1.1.13.5 (Bug fix update from trunk) -Avoid drawing zero length strings, fixes ++++++ libgdiplus-1.1.13.5.tar.gz -> libgdiplus-1.1.16.1.tar.gz ++++++ ++++ 58366 lines of diff (skipped) ++++++ libgdiplus-overflow.patch ++++++ diff -ur ../../libgdiplus-1.1.16.1/src/gifcodec.c ./src/gifcodec.c --- ../../libgdiplus-1.1.16.1/src/gifcodec.c 2006-07-12 00:00:15.000000000 +0200 +++ ./src/gifcodec.c 2006-07-31 19:57:52.000000000 +0200 @@ -830,7 +830,6 @@ unsigned char *ptr; ptr = bitmap_data->property[index].value; - memcpy(Buffer, "NETSCAPE2.0", 11); Buffer[0] = 1; Buffer[1] = ptr[0]; Buffer[2] = ptr[1]; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de