[cairo-commit] rcairo ChangeLog,1.83,1.84 README,1.7,1.8

Kouhei Sutou commit at pdx.freedesktop.org
Tue May 30 22:02:43 PDT 2006


Committed by: kou

Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv8751

Modified Files:
	ChangeLog README 
Log Message:
* README, packages/cairo/ext/extconf.rb: supported only 1.1.6 or
  higher.

* packages/cairo/ext/rb_cairo_context.c: supported
  cairo_push_group(), cairo_push_group_with_content(),
  cairo_pop_group(), cairo_pop_group_to_source() and
  cairo_get_group_target().

* packages/cairo/ext/rb_cairo_exception.c: supported
  CAIRO_STATUS_INVALID_DSC_COMMENT.

* packages/cairo/ext/rb_cairo_surface.c: supported
  cairo_surface_get_device_offset().


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- ChangeLog	11 May 2006 06:20:02 -0000	1.83
+++ ChangeLog	31 May 2006 05:02:41 -0000	1.84
@@ -1,3 +1,19 @@
+2006-05-31  Kouhei Sutou  <kou at cozmixng.org>
+
+	* README, packages/cairo/ext/extconf.rb: supported only 1.1.6 or
+	higher.
+
+	* packages/cairo/ext/rb_cairo_context.c: supported
+	cairo_push_group(), cairo_push_group_with_content(),
+	cairo_pop_group(), cairo_pop_group_to_source() and
+	cairo_get_group_target().
+
+	* packages/cairo/ext/rb_cairo_exception.c: supported
+	CAIRO_STATUS_INVALID_DSC_COMMENT.
+
+	* packages/cairo/ext/rb_cairo_surface.c: supported
+	cairo_surface_get_device_offset().
+
 2006-05-11  Kouhei Sutou  <kou at cozmixng.org>
 
 	* packages/cairo/lib/cairo.rb: fixed typo.

Index: README
===================================================================
RCS file: /cvs/cairo/rcairo/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- README	2 May 2006 05:38:26 -0000	1.7
+++ README	31 May 2006 05:02:41 -0000	1.8
@@ -10,7 +10,7 @@
 ------------
 
 ruby                   >= 1.8
-cairo                  >= 1.1.2
+cairo                  >= 1.1.6
 
 Compiling
 ---------



More information about the cairo-commit mailing list