File: NEWS

package info (click to toggle)
libcairo-ruby 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,476 kB
  • ctags: 5,116
  • sloc: ruby: 9,621; ansic: 6,413; sh: 19; makefile: 3
file content (147 lines) | stat: -rw-r--r-- 4,511 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
Release 1.8.1 (2009-12-13) Kouhei Sutou <kou@cozmixng.org>)
===========================================================

Features
--------
  * Support cairo 1.8.8.
  * Improve auto .pc detection.

Release 1.8.0 (2008-09-26) Kouhei Sutou <kou@cozmixng.org>)
===========================================================

Features
--------
  * Support cairo 1.8.0.
  * Resupport cairo 1.2.x. (reported by Yusuke ENDOH)

Release 1.7.0 (2008-08-17) Kouhei Sutou <kou@cozmixng.org>)
===========================================================

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 <kou@cozmixng.org>)
===========================================================

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 <kou@cozmixng.org>)
===========================================================

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 <kou@cozmixng.org>)
===========================================================

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 <kou@cozmixng.org>)
===========================================================

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 <kou@cozmixng.org>)
===========================================================

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 <kou@cozmixng.org>)
===========================================================

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 <kou@cozmixng.org>)
==========================================================

Features
--------
  * Add missing pkg-config.rb.

Release 1.4.0 (2007-03-06 Kouhei Sutou <kou@cozmixng.org>)
==========================================================

Features
--------
  * All cairo 1.4.0 API are implemented.

Release 1.2.0 (2006-07-01 Kouhei Sutou <kou@cozmixng.org>)
==========================================================

Features
--------
  * All cairo 1.2.0 API are implemented.
  * SVG surface is supported.

Release 1.0.0 (2005-10-16 Kouhei Sutou <kou@cozmixng.org>)
==========================================================

Features
--------
  * All cairo 1.0.0 API are implemented.
  * PS/PDF surfaces are supported.