diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-28 21:02:55 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-28 21:02:55 +0000 |
commit | 60c8ba74e3a912b23fbaa7b7c00b4eab02d8a197 (patch) | |
tree | ad7b74a567104bc3f240b1f7313eb2c6cbb2661d /doc | |
parent | f3fd45a8121dd657e0b6e9c5cbbc744243ba849f (diff) | |
download | pkgsrc-60c8ba74e3a912b23fbaa7b7c00b4eab02d8a197.tar.gz |
Update sodipodi to 0.34, provided by Kouichirou Hiratsuka in PR
pkg/24868.
This release incorporates for the first time path composition operations
(union, intersection and subtraction) and new, calligraphic pen based
freehand drawing. Plus many bugfixes and smaller features, as usual.
* Fixed file and font name handling in Win9X/ME (Lauris)
* Use full bounding box for calculating export region (John)
* Support xml:space attribute for text (Mitsuru)
* Support CDATA nodes (Lauris)
* Preserve arbitrary namespace declarations (Lauris)
* Path uncross, union, intersection and subtraction (Lauris)
* Reimplemented printing from command line (Emile)
* Bugfixes (everyone)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index fb291540299..85d9f8aee77 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5317 2004/03/28 20:47:04 xtraeme Exp $ +$NetBSD: CHANGES,v 1.5318 2004/03/28 21:02:55 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1545,3 +1545,4 @@ Changes to the packages collection and infrastructure in 2004: Added sablevm-classpath-1.1.1 [jmmv 2004-03-28] Added sablevm-classpath-gui-1.1.1 [jmmv 2004-03-28] Updated curl to 7.11.1 [xtraeme 2004-03-28] + Updated sodipodi to 0.34 [xtraeme 2004-03-28] |