diff options
author | Glenn Adams <gadams@apache.org> | 2012-02-27 17:47:42 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2012-02-27 17:47:42 +0000 |
commit | 2913ae7258831d5a440942e2418463757ff4392c (patch) | |
tree | 47353b5630854e9852a0be5013f51ad0e04c0155 /status.xml | |
parent | f5c1a0c789d7a822a46565ba44fcd23155ec3005 (diff) | |
download | xmlgraphics-fop-2913ae7258831d5a440942e2418463757ff4392c.tar.gz xmlgraphics-fop-2913ae7258831d5a440942e2418463757ff4392c.zip |
update status to reflect recent CS commits; alphabetize developers list
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1294244 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/status.xml b/status.xml index ffabcf58b..440d0e3ba 100644 --- a/status.xml +++ b/status.xml @@ -22,6 +22,7 @@ <developers> <!-- In alphabetical order (last name) --> + <person name="Glenn Adams" email="gadams@apache.org" id="GA"/> <person name="Max Berger" email="mayberger@apache.org" id="MB"/> <person name="Chris Bowditch" email="cbowditch@apache.org" id="CB"/> <person name="Jay Bryant" email="jbryant@apache.org" id="JB"/> @@ -32,11 +33,11 @@ <person name="Christian Geisert" email="chrisg@apache.org" id="CG"/> <person name="Peter Hancock" email="phancock@apache.org" id="PH"/> <person name="Vincent Hennebert" email="vhennebert@apache.org" id="VH"/> + <person name="Mehdi Houshmand" email="mehdi@apache.org" id="MH"/> <person name="Clay Leeds" email="clay@apache.org" id="CL"/> <person name="Manuel Mall" email="manuel@apache.org" id="MM"/> <person name="Jeremias Märki" email="jeremias@apache.org" id="JM"/> <person name="Simon Pepping" email="spepping@apache.org" id="SP"/> - <person name="Mehdi Houshmand" email="mehdi@apache.org" id="MH"/> <person name="the FOP committers" email="fop-dev@xmlgraphics.apache.org" id="all"/> <person name="Volunteer needed" email="general@xmlgraphics.apache.org" id="open"/> <!-- See also src/documentation/content/xdocs/team.xml --> @@ -51,7 +52,7 @@ <context id="API" title="Changes to the End-User API"/> <context id="Extensions" title="Changes to the Bundled Extensions"/> <context id="Images" title="Changes to the Image Support"/> - <context id="Config" title="Changes to the User Configuration"/> + <context id="Config" title="Changes to the User Configuration"/> </contexts> <changes> @@ -61,6 +62,13 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Code" dev="GA" type="add" fixes-bug="32789, 49008, 49687" importance="high"> + Add support for complex scripts, including: full bidi support, support for advanced + typographic tables, advanced support for number conversion. + </action> + <action context="Fonts" dev="GA" type="add"> + Add support for OpenType advanced typographic tables (GDEF, GSUB, GPOS). + </action> <action context="Code" dev="VH" type="fix" fixes-bug="52655" due-to="Luis Bernardo"> Fixed rendering of special glyphs when using single-byte encoding mode. </action> |