diff options
author | Murray Cumming <murrayc@murrayc.com> | 2006-01-27 19:01:12 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2006-01-27 19:01:12 +0000 |
commit | 51decc123b2234d30b629eb0ff8685562c89959f (patch) | |
tree | 0488b4ce8e34c075b1d1c76b9c9f22e4a8436561 /NEWS | |
parent | 56dd0a259ca3e51ad0b439d702fe25643117f0cb (diff) |
Increase version.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +0.5.0: + +* Surface: + - Created derived classes for PDF, PS, SVG, Glitz, + X11 and Win32 surfaces, which are only available if your copy + of cairo supports those surfaces. The X11 and Win32 Surface headers + must be #included explicitly. + (Jonathon Jongsma) + - Added write_to_png() and write_to_png_stream(), available when PNG + support is available in Cairo. + (Jonathon Jongsma) +* Examples: Added PNG, PDF, PS, and SVG Surface examples. + (Jonathon Jongsma) + 0.4.0: * Add Cairo::RefPtr<> and use all reference-counted |