Modified: 
xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/dev/release.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/dev/release.xml?rev=960618&r1=960617&r2=960618&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/dev/release.xml
 (original)
+++ 
xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/dev/release.xml
 Mon Jul  5 15:05:55 2010
@@ -38,6 +38,7 @@ The purpose of documenting it here is to
         <li>Commit any outstanding changes</li>
         <li>Create a branch called <code>branches/fop-v_vv</code></li>
         <li>Edit release notes (<code>README</code> and 
<code>status.xml</code> in the root).</li>
+               <li>Check and update the copyright year in NOTICE and 
build.xml.</li>
         <li>Update the <code>index.xml</code>, <code>site.xml</code> and 
<code>download.xml</code> for the new version.</li>
         <li>Update the version numbers in the release column on the
         compliance page (<code>compliance.xml</code>); update the compliance 
in the release column

Modified: 
xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/download.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/download.xml?rev=960618&r1=960617&r2=960618&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/download.xml 
(original)
+++ 
xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/download.xml 
Mon Jul  5 15:05:55 2010
@@ -91,16 +91,16 @@
         <tr>
           <td>Repository URL</td>
           <td>
-            <link 
href="http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_95/";>
-              
<code>http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_95/</code>
+            <link 
href="http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_0/";>
+              
<code>http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_0/</code>
             </link>
           </td>
         </tr>
         <tr>
           <td>Web view</td>
           <td>
-            <link 
href="http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-0_95/";>
-              
<code>http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-0_95/</code>
+            <link 
href="http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_0/";>
+              
<code>http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_0/</code>
             </link>
           </td>
         </tr>
@@ -110,16 +110,16 @@
         <tr>
           <td>Repository URL</td>
           <td>
-            <link 
href="http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_94/";>
-              
<code>http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_94/</code>
+            <link 
href="http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_95/";>
+              
<code>http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_95/</code>
             </link>
           </td>
         </tr>
         <tr>
           <td>Web view</td>
           <td>
-            <link 
href="http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-0_94/";>
-              
<code>http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-0_94/</code>
+            <link 
href="http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-0_95/";>
+              
<code>http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-0_95/</code>
             </link>
           </td>
         </tr>

Modified: 
xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/index.xml?rev=960618&r1=960617&r2=960618&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/index.xml 
(original)
+++ xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/index.xml 
Mon Jul  5 15:05:55 2010
@@ -29,13 +29,13 @@
       <p>Apache FOP (Formatting Objects Processor) is a print formatter driven 
by XSL
         formatting objects (XSL-FO) and an output independent formatter. It is 
a Java
         application that reads a formatting object (FO) tree and renders the 
resulting
-        pages to a specified output. <link href="0.95/output.html">Output 
formats</link>
+        pages to a specified output. <link href="1.0/output.html">Output 
formats</link>
         currently supported include PDF, PS, PCL, AFP, XML (area tree 
representation),
         Print, AWT and PNG, and to a lesser extent, RTF and TXT. The primary 
output target is PDF.
       </p>
         <figure width="480" height="260" src="images/document.jpg" alt="Render 
Diagram" />
     <p>
-      A stable release of the latest version of FOP (<link 
href="0.95/">0.95</link>) is
+      A stable release of the latest version of FOP (<link 
href="1.0/">1.0</link>) is
       available. It's the third
       stable release after the large redesign effort and implements a large 
subset of the
       <link href="http://www.w3.org/TR/xsl11/";>XSL-FO Version 1.1 W3C
@@ -69,7 +69,7 @@ The most common method is to convert sem
       Portable Document Format Specification (Version 1.4) from Adobe Systems.
     </p>
 
-    <p>Conformance to the XML 1.0 Recommendation, XSLT 1.0 Recommendation and 
the XML Namespaces Recommendation is
+    <p>Conformance to the XML 1.1 Recommendation, XSLT 1.0 and 2.0 
Recommendations and the XML Namespaces Recommendation is
        understood. Other relevant documents, such as the XPath and XLink 
Working Drafts, are referenced as necessary. The FOP
        Project will attempt to use the latest version of evolving 
specifications.
     </p>

Modified: 
xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/site.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/site.xml?rev=960618&r1=960617&r2=960618&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/site.xml 
(original)
+++ xmlgraphics/fop/branches/fop-1_0/src/documentation/content/xdocs/site.xml 
Mon Jul  5 15:05:55 2010
@@ -56,14 +56,15 @@
   <!--
   END Home tab
   -->
-
+  
   <!--
-  BEGIN Version 0.94 documentation tab
+  BEGIN Version 0.95 documentation tab
   -->
-  <trunk label="FOP 0.94" href="0.94/" tab="previousversion">
+  <trunk label="FOP 0.95" href="0.95/" tab="previousversion">
     <about label="About" href="index.html"/>
-    <release label="Release Notes" href="releaseNotes_0.94.html"/>
-    <changes label="Changes" href="changes_0.94.html"/>
+    <release label="Release Notes" href="releaseNotes_0.95.html"/>
+    <changes label="Changes (0.95)" href="changes_0.95.html"/>
+    <changes-beta label="Changes (0.95beta)" href="changes_0.95beta.html"/>
     <knownissues label="Known Issues" href="knownissues_overview.html"/>
     <upgrading label="Upgrading" href="upgrading.html"/>
     
@@ -86,21 +87,21 @@
       <fonts label="Fonts" href="fonts.html"/>
       <hyphenation label="Hyphenation" href="hyphenation.html"/>    
       <extensions label="Extensions" href="extensions.html"/>
+      <metadata label="Metadata" href="metadata.html"/>
     </features>
     
   </trunk>
   <!--
-  END Version 0.94 documentation tab
+  END Version 0.95 documentation tab
   -->
   
   <!--
-  BEGIN Version 0.95 documentation tab
+  BEGIN Version 1.0 documentation tab
   -->
-  <trunk label="FOP 0.95" href="0.95/" tab="stableversion">
+  <trunk label="FOP 1.0" href="1.0/" tab="stableversion">
     <about label="About" href="index.html"/>
-    <release label="Release Notes" href="releaseNotes_0.95.html"/>
-    <changes label="Changes (0.95)" href="changes_0.95.html"/>
-    <changes-beta label="Changes (0.95beta)" href="changes_0.95beta.html"/>
+    <release label="Release Notes" href="releaseNotes_1.0.html"/>
+    <changes label="Changes (1.0)" href="changes_1.0.html"/>
     <knownissues label="Known Issues" href="knownissues_overview.html"/>
     <upgrading label="Upgrading" href="upgrading.html"/>
     
@@ -128,7 +129,7 @@
     
   </trunk>
   <!--
-  END Version 0.95 documentation tab
+  END Version 1.0 documentation tab
   -->
 
   <!--
@@ -221,7 +222,7 @@
   <deploy label="Deploy" href="dev/" tab="development">
     <doc label="Doc Mgmt" href="doc.html"/>
     <release label="Release" href="release.html"/>
-    <bugs label="Bugs" 
href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.component"/>
+    <bugs label="Bugs" 
href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Fop&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bug_severity%2Cpriority%20DESC"/>
   </deploy>
 
   <resources label="Resources" href="dev/" tab="development">

Modified: xmlgraphics/fop/branches/fop-1_0/status.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_0/status.xml?rev=960618&r1=960617&r2=960618&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_0/status.xml (original)
+++ xmlgraphics/fop/branches/fop-1_0/status.xml Mon Jul  5 15:05:55 2010
@@ -57,7 +57,7 @@
       users, i.e. when the behaviour changes and could affect the layout of 
existing
       documents. Example: the fix of marks layering will be such a case when 
it's done.
     -->
-    <release version="FOP Trunk" date="TBD">
+    <release version="1.0" date="July 2010">
       <action context="Renderers" dev="JM" type="fix">
         AFP Output: Fixed positioning of Java2D-based images (when GOCA is 
enabled).
       </action>
@@ -88,6 +88,8 @@
       <action context="Renderers" dev="JM" type="add" fixes-bug="48567" 
due-to="Peter Hancock">
         Initial support for CID-keyed double-byte fonts (Type 0) in AFP output.
       </action>
+         <action context="API" dev="SP" type="add">Added a command-line option 
'-catalog' to use a catalog resolver for the XML and XSLT files</action>
+      <action context="Layout" dev="SP" type="add">Implement internal 
character classes if the hyphenation pattern file does not contain them</action>
       <action context="Layout" dev="VH" type="fix" fixes-bug="46486">
         Bugfix: having a special page-master for the last page caused loss of 
content when normal 
         blocks were mixed with blocks spanning all columns.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to