SHA256
8
0
forked from pool/perl-Cairo
Files
perl-Cairo/perl-Cairo.changes

86 lines
3.0 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu Nov 1 15:46:06 CET 2007 - anicka@suse.cz
- update to 1.043
* Makefile.PL: Use BEGIN { require 5.006; } instead of require
v5.6.0. Make missing Test::Number::Delta non-fatal; add it
to the build_requires META.yml field.
* t/CairoPattern.t: Cope with Test::Number::Delta being
unavailable.
* Makefile.PL: Make EU::MM output configure_requires and
no_index information when generating META.yml.
* t/CairoSurface.t (PNG surface tests): Since exceptions are
actually propagated now, throw the same kind of exception
we test for.
* Makefile.PL: Require perl >= 5.6.0 for some features we use,
like `our´.
* cairo-perl.h: Add and use the portability header ppport.h from
Devel::PPPort to hopefully fix compilation on older perls.
* Makefile.PL: Make missing prerequisites fatal.
* cairo-perl.typemap: Add const char * for backwards
compatibility.
* doctypes: Add missing type names.
-------------------------------------------------------------------
Mon Jun 11 16:23:34 CEST 2007 - anicka@suse.cz
- update to 1.041
* test fixes
-------------------------------------------------------------------
Tue May 15 16:12:57 CEST 2007 - anicka@suse.cz
- update to 1.040
* t/CairoSurface.t: For now, skip tests that make cairo crash.
* Cairo.pm: Document new API. Mark functions that were added
after cairo 1.0.
* Cairo.xs: If CAIRO_PERL_DEBUG is true, call
cairo_debug_reset_static_data at exit.
* t/CairoSurface.t: Re-add the binding for cairo_surface_finish.
-------------------------------------------------------------------
Wed Mar 28 18:59:56 CEST 2007 - anicka@suse.cz
- temporarily disable t/CairoSurface.t because cairo segfaults
when the test is run (reported as #258451)
-------------------------------------------------------------------
Mon Feb 26 12:41:20 CET 2007 - anicka@suse.cz
- update to 1.023
- remove last patch (fixed in upstream)
-------------------------------------------------------------------
Fri Jan 5 11:35:18 CET 2007 - anicka@suse.cz
- fix endianness problem in t/CairoSurface.t (patch from upstream)
-------------------------------------------------------------------
Tue Jan 2 13:10:47 CET 2007 - anicka@suse.cz
- update to 1.022
* CairoSurface.xs, t/CairoSurface.t: Make
Cairo::ImageSurface::get_data usable by specifying the buffer
length.
-------------------------------------------------------------------
Tue Dec 12 13:35:03 CET 2006 - anicka@suse.cz
- update to 1.021
* MakeHelper.pm, CairoSurface.t: When comparing enum values, look
at length+1, not just length, bytes to discern string pairs like
'color' and 'color-alpha'.
-------------------------------------------------------------------
Mon Sep 25 15:02:07 CEST 2006 - anicka@suse.cz
- update to 1.01
* test fixes
* xs/CairoSurface.xs: Cosmetical changes.
-------------------------------------------------------------------
Tue Sep 12 17:59:37 CEST 2006 - anicka@suse.cz
- package created