head 1.17; access; symbols RELEASE_1_8_1:1.17 RELEASE_1_8_0:1.16 RELEASE_1_7_0:1.14 RELEASE_1_6_3:1.13 RELEASE_1_6_2:1.12 RELEASE_1_6_1:1.11 RELEASE_1_6_0:1.9 RELEASE_1_5_1:1.8 RELEASE_1_5_0:1.5 RELEASE_1_4_1:1.4 RELEASE_1_4_0:1.3 RELEASE_1_2_0:1.1 RELEASE_1_0_0:1.1; locks; strict; comment @# @; 1.17 date 2009.12.13.11.27.44; author kou; state Exp; branches; next 1.16; commitid MEiDlj3LyzeqNcfu; 1.16 date 2008.09.26.13.58.32; author kou; state Exp; branches; next 1.15; commitid b3hCINNnx5R3Shkt; 1.15 date 2008.08.17.08.10.49; author kou; state Exp; branches; next 1.14; commitid yEaKUo8WcIiwe7ft; 1.14 date 2008.08.17.07.27.04; author kou; state Exp; branches; next 1.13; commitid N78RMJR1AUHpZ6ft; 1.13 date 2008.07.19.11.03.55; author kou; state Exp; branches; next 1.12; commitid 81SxNjWT2r9H7pbt; 1.12 date 2008.06.14.12.32.20; author kou; state Exp; branches; next 1.11; commitid ZzFC3vUO3FIJJU6t; 1.11 date 2008.04.24.12.04.00; author kou; state Exp; branches; next 1.10; commitid AoXzDea327GGdm0t; 1.10 date 2008.04.12.01.37.32; author kou; state Exp; branches; next 1.9; commitid 4AOGcMIZdmiF8LYs; 1.9 date 2008.04.11.03.09.34; author kou; state Exp; branches; next 1.8; commitid 6bQsY7qKDCOfGDYs; 1.8 date 2008.01.11.12.18.34; author kou; state Exp; branches; next 1.7; commitid PiupaXJqO3pLDZMs; 1.7 date 2008.01.11.12.10.53; author kou; state Exp; branches; next 1.6; commitid TpkwSOsta2OiBZMs; 1.6 date 2007.05.27.03.23.24; author kou; state Exp; branches; next 1.5; 1.5 date 2007.05.27.02.33.33; author kou; state Exp; branches; next 1.4; 1.4 date 2007.03.10.11.54.17; author kou; state Exp; branches; next 1.3; 1.3 date 2007.03.06.12.28.38; author kou; state Exp; branches; next 1.2; 1.2 date 2006.07.01.15.04.19; author kou; state Exp; branches; next 1.1; 1.1 date 2005.10.15.16.00.53; author kou; state Exp; branches; next ; commitid 60a1435127ad4567; desc @@ 1.17 log @* src/rb_cairo.c: 1.8.0 -> 1.8.1. * NEWS: add 1.8.1 entry. @ text @Release 1.8.1 (2009-12-13) Kouhei Sutou ) =========================================================== Features -------- * Support cairo 1.8.8. * Improve auto .pc detection. Release 1.8.0 (2008-09-26) Kouhei Sutou ) =========================================================== Features -------- * Support cairo 1.8.0. * Resupport cairo 1.2.x. (reported by Yusuke ENDOH) Release 1.7.0 (2008-08-17) Kouhei Sutou ) =========================================================== Features -------- * Support cairo 1.7.4. * Add new methods: * Cairo::Context#destroy * Cairo::Surface#destroy * Cairo.satisfied_version? * Resupport ruby 1.9. (suggested by Paul van Tilburg) * Fix README. (suggested by Davide Rambaldi) Release 1.6.3 (2008-07-19) Kouhei Sutou ) =========================================================== Features -------- * Fix build failure on Debian GNU/Linux. (reported by James Healy) * Fix GC failure with Ruby 1.8.7. (reported by James Healy) * Improve building on MacOS X. (suggested by Carsten Bormann) * Fix install location of cairo.so. (suggested by OBATA Akio) Release 1.6.2 (2008-06-14) Kouhei Sutou ) =========================================================== Features -------- * Fix build failure on MacOS X. * Fix build failure on 64bit Linux. * Fix build failure with old Ruby. * Fix build failure with Ruby 1.9. Release 1.6.1 (2008-04-24) Kouhei Sutou ) =========================================================== Features -------- * Fix Quartz related bugs. (thanks to kimura wataru) * Support PKG_CONFIG_LIBDIR. (thanks to OBATA Akio) * Support RubyGems for mswin32. Release 1.6.0 (2008-04-11) Kouhei Sutou ) =========================================================== Features -------- * Support cairo 1.6.0. * Improve Quartz surface support. (thanks to kimura wataru, OBATA Akio) * Support Cairo::Win32PrintingSurface. * Support Cairo::QuartzImageSurface. * Support ruby 1.9.0. * Add Cairo::Paper. * Improve size specification of Cairo::PSSurface, Cairo::PDFSurface, Cairo::SVGSurface. Release 1.5.1 (2008-01-11) Kouhei Sutou ) =========================================================== Features -------- * Support Quartz surface. * Fix a wrong type conversion bug. (Binzo) * Fix a memory leak bug. (Binzo) * Support ruby 1.9.0. (Paul van Tilburg) * Fix typos. (NANKI Haruo) * Rename Cairo::WIN32Surface to Cairo::Win32Surface * Cairo::WIN32Surface is still available for backward compatibility but don't use in newly written code. Release 1.5.0 (2007-05-27) Kouhei Sutou ) =========================================================== Many API improvement. Features -------- * Support Cairo::Surface.new with block. * Support RubyGems. * Add experimental API Cairo::Context#pseudo_blur. (API may be changed.) * Fix strange Cairo::Context#push_group and Cairo::Context#pop_group behaviour. * Fix Cairo::Context::Path#map_path_onto. * Add high-level color interface. (Cairo::Color) * Improve color related API. For example: From: context.set_source_rgb(1, 0, 0) To: context.set_source_color(:red) * Support color type conversion between RGB, CMYK and HSV. * Many default color definitions. * Support path creation using Cairo::Path without Cairo::Context. * Improve constant value specify API. For example: From: Cairo::ImageSurface.new(Cairo::FORMAT_ARGB32, 100, 100) To: Cairo::ImageSurface.new(:argb32, 100, 100) * Support win32 surface. (Yoshinao Muramatsu) Release 1.4.1 (2007-03-10 Kouhei Sutou ) ========================================================== Features -------- * Add missing pkg-config.rb. Release 1.4.0 (2007-03-06 Kouhei Sutou ) ========================================================== Features -------- * All cairo 1.4.0 API are implemented. Release 1.2.0 (2006-07-01 Kouhei Sutou ) ========================================================== Features -------- * All cairo 1.2.0 API are implemented. * SVG surface is supported. Release 1.0.0 (2005-10-16 Kouhei Sutou ) ========================================================== Features -------- * All cairo 1.0.0 API are implemented. * PS/PDF surfaces are supported. @ 1.16 log @* src/rb_cairo.c: 1.7.1 -> 1.8.0. * NEWS: add 1.8.0 entry. @ text @d1 8 @ 1.15 log @* NEWS: fix a typo. @ text @d1 8 @ 1.14 log @* NEWS: add 1.7.0 entry. (cairo 1.7.4 is supported) @ text @d1 1 a1 1 Release 1.7.0 (2008-08-16) Kouhei Sutou ) @ 1.13 log @* NEWS: update. @ text @d1 13 @ 1.12 log @* NEWS: add an entry for 1.6.2. @ text @d1 10 @ 1.11 log @* NEWS: update. @ text @d1 10 @ 1.10 log @* NEWS: fix a typo. @ text @d1 9 @ 1.9 log @* NEWS: update. @ text @d10 1 a10 1 * Support ruby 1.9.1. @ 1.8 log @* src/: Cairo::WIN32Surface -> Cairo::Win32Surface. @ text @d1 14 d16 1 a16 1 ========================================================== d30 1 a30 1 ========================================================== @ 1.7 log @* NEWS: added an entry for 1.5.1. @ text @d11 3 @ 1.6 log @* updated documents. @ text @d1 11 @ 1.5 log @* Rakefile: improved current release NEWS extraction. * NEWS: updated. @ text @d22 1 a22 1 * Support RGB/CMYK/HSV conversion. @ 1.4 log @* NEWS: added 1.4.1 entry. * src/rb_cairo.c (Cairo::BINDINGS_VERSION): 1.6.0 -> 1.4.1 for releasing 1.4.1. * pkg-config.rb: re-added. @ text @d1 32 @ 1.3 log @* NEWS: added 1.4.0 entry. @ text @d1 7 @ 1.2 log @* NEWS: added 1.2.0 entry. @ text @d1 7 @ 1.1 log @* NEWS: Added release 1.0.0. @ text @d1 8 @