summaryrefslogtreecommitdiff
path: root/ROADMAP
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-08-17 15:28:47 -0400
committerBehdad Esfahbod <behdad@behdad.org>2006-08-17 15:28:47 -0400
commit540db69aefd9874d71af6102c5f9572288de09be (patch)
tree50bf2cac854e407ef23dc9220fb2ed05130f2509 /ROADMAP
parent6122cc85c8f71b1ba2df3ab86907768edebe1781 (diff)
[ROADMAP] Add more entries for 1.2.4.
Diffstat (limited to 'ROADMAP')
-rw-r--r--ROADMAP8
1 files changed, 7 insertions, 1 deletions
diff --git a/ROADMAP b/ROADMAP
index a1b18d51c..8a0a7696f 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -30,12 +30,14 @@ from mozilla, (clip querying), and much-improved performance.
Themes and Schedules
====================
cairo-1.2.4 (August 21, 2006): Fix build bugs with 1.2.2
- - xlib without xrender configures but not compile
- xlib detection requires libXt
- 7744: Compile troubles on AIX
- SVG backend requires PNG
- 7888: assertion failure with rotated bitmap glyphs
- 7889: cairo_text_path assertion failure on bitmap fonts
+ - Type1 on Windows (Adrian has a patch)
+ - source-clip-scale
+ - PS/PDF Type1/Type3 problem with rotated font_matrices
cairo-1.4 (October 2006): Better performance
- New tessellator
@@ -117,3 +119,7 @@ Unscheduled stuff we'd like to get to at some point
1. Mark Quartz backend as supported:
a. Incorporate into test suite
b. Correct output for the entire suite
+
+ Misc
+ 1. xlib backend requires xrender to compile, while it can perform without
+ xrender at run time. Make it compile without it.