Author: gadams
Date: Fri Oct  5 08:56:54 2012
New Revision: 1394416

URL: http://svn.apache.org/viewvc?rev=1394416&view=rev
Log:
Update for final 1.1 release on 2012-10-15.

Added:
    xmlgraphics/fop/branches/fop-1_1/lib/xmlgraphics-commons-1.5.jar   (with 
props)
    xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/1.1/
      - copied from r1394384, 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/1.1rc1/
Removed:
    xmlgraphics/fop/branches/fop-1_1/lib/xmlgraphics-commons-1.5rc1.jar
    xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/1.1rc1/
Modified:
    xmlgraphics/fop/branches/fop-1_1/   (props changed)
    xmlgraphics/fop/branches/fop-1_1/README
    xmlgraphics/fop/branches/fop-1_1/build.xml
    xmlgraphics/fop/branches/fop-1_1/src/documentation/content/.htaccess
    xmlgraphics/fop/branches/fop-1_1/src/documentation/content/doap.rdf
    
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/1.1/index.xml
    
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/1.1/knownissues_overview.xml
    
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/compliance.ihtml
    
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/download.xml
    xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/faq.xml
    xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/fo.xml
    xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/index.xml
    
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/maillist.xml
    
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/news-data.xml
    
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/quickstartguide.xml
    xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/site.xml
    xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/status.xml
    xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/tabs.xml
    xmlgraphics/fop/branches/fop-1_1/status.xml

Propchange: xmlgraphics/fop/branches/fop-1_1/
------------------------------------------------------------------------------
  Merged /xmlgraphics/fop/trunk:r1364036

Modified: xmlgraphics/fop/branches/fop-1_1/README
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/README?rev=1394416&r1=1394415&r2=1394416&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1/README (original)
+++ xmlgraphics/fop/branches/fop-1_1/README Fri Oct  5 08:56:54 2012
@@ -93,12 +93,11 @@ http://xmlgraphics.apache.org/fop/stable
   RELEASE NOTES
 ==============================================================================
 
-Version 1.1rc1
+Version 1.1
 ==============
 
-This is a candidate release of the next,  minor (dot) release of Apache FOP,
-which primarily addresses bug fixes and also adds a number of new features.
-See below for details.
+This release of Apache FOP primarily addresses bug fixes and also adds a number
+of new features. See below for details.
 
 Compliance
 ----------
@@ -113,22 +112,16 @@ Known issues
 A detailed list of known issues in this release is available at
 http://xmlgraphics.apache.org/fop/1.1/knownissues_overview.html.
 
-Major Changes in Version 1.1rc1
+Major Changes in Version 1.1
 -------------------------------
 
-* Adds support for complex scripts, in particular those that require
-  either bidirectional processing or advanced typographic tables in
-  fonts (e.g., the GSUB and GPOS tables of OpenType).
-* Adds support for fo:bidi-override and (relatively) full support
-  for writing-mode='rl-tb' (or equivalent).
-* Adds support for Unicode BIDI Control characters: U+200E LEFT-TO-RIGHT
-  MARK (LRM), U+200F RIGHT-TO-LEFT MARK (RLM), U+202A LEFT-TO-RIGHT EMBEDDING
-  (LRE), U+202B RIGHT-TO-LEFT EMBEDDING (RLE), U+202D LEFT-TO-RIGHT OVERRIDE
-  (LRO), U+202E RIGHT-TO-LEFT OVERRIDE (RLO), and U+202C POP DIRECTIONAL
-  FORMATTING (PDF).
+* Adds support for complex scripts.
+* Adds support for TTF fonts in PostScript.
+* Adds support for PDF Object Streams.
+* Adds support for PDF 128-bit encryption.
 
 A more detailed list of changes in this release is available at
-http://xmlgraphics.apache.org/fop/1.1rc1/changes_1.1rc1.html.
+http://xmlgraphics.apache.org/fop/1.1/changes_1.1.html.
 
 A more detailed list of changes in this and earlier releases is available at
 http://xmlgraphics.apache.org/fop/changes.html.

Modified: xmlgraphics/fop/branches/fop-1_1/build.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/build.xml?rev=1394416&r1=1394415&r2=1394416&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1/build.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1/build.xml Fri Oct  5 08:56:54 2012
@@ -143,7 +143,7 @@ list of possible build targets.
   <property name="Name" value="Apache FOP"/>
   <property name="name" value="fop"/>
   <property name="NAME" value="FOP"/>
-  <property name="version" value="1.1rc1"/>
+  <property name="version" value="1.1"/>
   <property name="year" value="1999-2012"/>
   <property name="javac.debug" value="on"/>
   <property name="javac.optimize" value="off"/>

Added: xmlgraphics/fop/branches/fop-1_1/lib/xmlgraphics-commons-1.5.jar
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/lib/xmlgraphics-commons-1.5.jar?rev=1394416&view=auto
==============================================================================
Binary file - no diff available.

Propchange: xmlgraphics/fop/branches/fop-1_1/lib/xmlgraphics-commons-1.5.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: xmlgraphics/fop/branches/fop-1_1/src/documentation/content/.htaccess
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/src/documentation/content/.htaccess?rev=1394416&r1=1394415&r2=1394416&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1/src/documentation/content/.htaccess 
(original)
+++ xmlgraphics/fop/branches/fop-1_1/src/documentation/content/.htaccess Fri 
Oct  5 08:56:54 2012
@@ -1,27 +1,27 @@
 # redirect moved files
-RedirectMatch Permanent ^/fop/anttask(.*) 
http://xmlgraphics.apache.org/fop/1.1rc1/anttask$1
-RedirectMatch Permanent ^/fop/compiling(.*) 
http://xmlgraphics.apache.org/fop/1.1rc1/compiling$1
-RedirectMatch Permanent ^/fop/configuration(.*) 
http://xmlgraphics.apache.org/fop/1.1rc1/configuration$1
-RedirectMatch Permanent ^/fop/embedding(.*) 
http://xmlgraphics.apache.org/fop/1.1rc1/embedding$1
-RedirectMatch Permanent ^/fop/extensions(.*) 
http://xmlgraphics.apache.org/fop/1.1rc1/extensions$1
-RedirectMatch Permanent ^/fop/fonts(.*) 
http://xmlgraphics.apache.org/fop/1.1rc1/fonts$1
-RedirectMatch Permanent ^/fop/graphics(.*) 
http://xmlgraphics.apache.org/fop/1.1rc1/graphics$1
-RedirectMatch Permanent ^/fop/hyphenation(.*) 
http://xmlgraphics.apache.org/fop/1.1rc1/hyphenation$1
-RedirectMatch Permanent ^/fop/intermediate(.*) 
http://xmlgraphics.apache.org/fop/1.1rc1/intermediate$1
-RedirectMatch Permanent ^/fop/output(.*) 
http://xmlgraphics.apache.org/fop/1.1rc1/output$1
-RedirectMatch Permanent ^/fop/pdfa(.*) 
http://xmlgraphics.apache.org/fop/1.1rc1/pdfa$1
-RedirectMatch Permanent ^/fop/pdfencryption(.*) 
http://xmlgraphics.apache.org/fop/1.1rc1/pdfencryption$1
-RedirectMatch Permanent ^/fop/pdfx(.*) 
http://xmlgraphics.apache.org/fop/1.1rc1/pdfx$1
-RedirectMatch Permanent ^/fop/running(.*) 
http://xmlgraphics.apache.org/fop/1.1rc1/running$1
-RedirectMatch Permanent ^/fop/servlets(.*) 
http://xmlgraphics.apache.org/fop/1.1rc1/servlets$1
-RedirectMatch Permanent ^/fop/upgrading(.*) 
http://xmlgraphics.apache.org/fop/1.1rc1/upgrading$1
+RedirectMatch Permanent ^/fop/anttask(.*) 
http://xmlgraphics.apache.org/fop/1.1/anttask$1
+RedirectMatch Permanent ^/fop/compiling(.*) 
http://xmlgraphics.apache.org/fop/1.1/compiling$1
+RedirectMatch Permanent ^/fop/configuration(.*) 
http://xmlgraphics.apache.org/fop/1.1/configuration$1
+RedirectMatch Permanent ^/fop/embedding(.*) 
http://xmlgraphics.apache.org/fop/1.1/embedding$1
+RedirectMatch Permanent ^/fop/extensions(.*) 
http://xmlgraphics.apache.org/fop/1.1/extensions$1
+RedirectMatch Permanent ^/fop/fonts(.*) 
http://xmlgraphics.apache.org/fop/1.1/fonts$1
+RedirectMatch Permanent ^/fop/graphics(.*) 
http://xmlgraphics.apache.org/fop/1.1/graphics$1
+RedirectMatch Permanent ^/fop/hyphenation(.*) 
http://xmlgraphics.apache.org/fop/1.1/hyphenation$1
+RedirectMatch Permanent ^/fop/intermediate(.*) 
http://xmlgraphics.apache.org/fop/1.1/intermediate$1
+RedirectMatch Permanent ^/fop/output(.*) 
http://xmlgraphics.apache.org/fop/1.1/output$1
+RedirectMatch Permanent ^/fop/pdfa(.*) 
http://xmlgraphics.apache.org/fop/1.1/pdfa$1
+RedirectMatch Permanent ^/fop/pdfencryption(.*) 
http://xmlgraphics.apache.org/fop/1.1/pdfencryption$1
+RedirectMatch Permanent ^/fop/pdfx(.*) 
http://xmlgraphics.apache.org/fop/1.1/pdfx$1
+RedirectMatch Permanent ^/fop/running(.*) 
http://xmlgraphics.apache.org/fop/1.1/running$1
+RedirectMatch Permanent ^/fop/servlets(.*) 
http://xmlgraphics.apache.org/fop/1.1/servlets$1
+RedirectMatch Permanent ^/fop/upgrading(.*) 
http://xmlgraphics.apache.org/fop/1.1/upgrading$1
 
 # redirect to versioned documentation
 # Current stable release
 Redirect Temp /fop/stable http://xmlgraphics.apache.org/fop/1.0
 
 # Current unstable release (or trunk if no beta is the latest release)
-Redirect Temp /fop/unstable http://xmlgraphics.apache.org/fop/1.1rc1
+Redirect Temp /fop/unstable http://xmlgraphics.apache.org/fop/1.1
 
 # Latest release
 Redirect Temp /fop/current http://xmlgraphics.apache.org/fop/1.0

Modified: xmlgraphics/fop/branches/fop-1_1/src/documentation/content/doap.rdf
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/src/documentation/content/doap.rdf?rev=1394416&r1=1394415&r2=1394416&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1/src/documentation/content/doap.rdf 
(original)
+++ xmlgraphics/fop/branches/fop-1_1/src/documentation/content/doap.rdf Fri Oct 
 5 08:56:54 2012
@@ -75,14 +75,14 @@
     </asfext:implements>
     <release>
       <Version>
-        <name>Upcoming release (candidate)</name>
-        <created>2012-07-02</created>
-        <revision>1.1rc1</revision>
+        <name>Current release (stable)</name>
+        <created>2012-10-15</created>
+        <revision>1.1</revision>
       </Version>
     </release>
     <release>
       <Version>
-        <name>Current release (stable)</name>
+        <name>Previous release (stable)</name>
         <created>2010-07-21</created>
         <revision>1.0</revision>
       </Version>

Modified: 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/1.1/index.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/1.1/index.xml?rev=1394416&r1=1394384&r2=1394416&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/1.1/index.xml 
(original)
+++ 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/1.1/index.xml 
Fri Oct  5 08:56:54 2012
@@ -19,18 +19,18 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
"http://forrest.apache.org/dtd/document-v20.dtd";>
 <document>
   <header>
-    <title>Apache™ FOP Version 1.1rc1</title>
+    <title>Apache™ FOP Version 1.1</title>
     <version>$Revision$</version>
   </header>
   <body>
     <section id="intro">
       <title>Introduction</title>
       <p>
-        This is Release Candidate 1 (rc1) of an upcoming minor (dot) release 
of FOP. FOP 1.1rc1 contains many bux
+        This is Release Version 1.1 Apache FOP. FOP 1.1 contains many bug
         fixes and a number of improvements, including
         important features such as support for <a 
href="complexscripts.html">Complex Scripts</a>
         (e.g., Arabic, Hebrew, Indic, and Southeast Asian scripts). To see 
what has changed since the last release,
-        please visit <a href="releaseNotes_1.1rc1.html">Release Notes</a>.
+        please visit <a href="releaseNotes_1.1.html">Release Notes</a>.
       </p>
       <p>
        This release implements a substantial subset of the W3C XSL-FO 1.1

Modified: 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/1.1/knownissues_overview.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/1.1/knownissues_overview.xml?rev=1394416&r1=1394384&r2=1394416&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/1.1/knownissues_overview.xml
 (original)
+++ 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/1.1/knownissues_overview.xml
 Fri Oct  5 08:56:54 2012
@@ -49,7 +49,7 @@
       This section lists disabled test cases in the test suite for the FO tree 
tests, at the time
       of the release.
     </p>
-    <xi:include 
href="cocoon://knownissues-raw-fotree_1.1rc1.xml#xpointer(/document/body/*)"/>
+    <xi:include 
href="cocoon://knownissues-raw-fotree_1.1.xml#xpointer(/document/body/*)"/>
   </section>
   <section>
     <title>Layout Engine</title>
@@ -57,7 +57,7 @@
       This section lists disabled test cases in the test suite for the layout 
engine tests, at the
       time of the release.
     </p>
-    <xi:include 
href="cocoon://knownissues-raw-layoutengine_1.1rc1.xml#xpointer(/document/body/*)"/>
+    <xi:include 
href="cocoon://knownissues-raw-layoutengine_1.1.xml#xpointer(/document/body/*)"/>
   </section>
   <section>
     <title>Other known issues</title>
@@ -67,7 +67,7 @@
       <link 
href="http://issues.apache.org/bugzilla/buglist.cgi?chfieldto=Now&amp;chfield=%5BBug%20creation%5D&amp;query_format=advanced&amp;chfieldfrom=2010-07-20&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=NEEDINFO&amp;product=Fop";>newer
 bugs that remain open</link>.
     </p>
     <!-- See <root>/known-issues.xml for the source document of this section! 
-->
-    <xi:include 
href="cocoon://knownissues-raw-static_1.1rc1.xml#xpointer(/document/body/*)"/>
+    <xi:include 
href="cocoon://knownissues-raw-static_1.1.xml#xpointer(/document/body/*)"/>
   </section>
 </section>
 </body>

Modified: 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/compliance.ihtml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/compliance.ihtml?rev=1394416&r1=1394415&r2=1394416&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/compliance.ihtml
 (original)
+++ 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/compliance.ihtml
 Fri Oct  5 08:56:54 2012
@@ -561,7 +561,7 @@
     </tr>
     <tr>
       <th align="center">1.0 (stable)</th>
-      <th align="center">1.1 (rc1)</th>
+      <th align="center">1.1 (stable)</th>
       <th align="center">development</th>
     </tr>
 
@@ -1492,7 +1492,7 @@
     </tr>
     <tr>
       <th align="center">1.0 (stable)</th>
-      <th align="center">1.1 (rc1)</th>
+      <th align="center">1.1 (stable)</th>
       <th align="center">develop- ment</th>
     </tr>
 
@@ -4643,7 +4643,7 @@
     </tr>
     <tr>
       <th align="center">1.0 (stable)</th>
-      <th align="center">1.1 (rc1)</th>
+      <th align="center">1.1 (stable)</th>
       <th align="center">development</th>
     </tr>
     <tr>

Modified: 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/download.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/download.xml?rev=1394416&r1=1394415&r2=1394416&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/download.xml 
(original)
+++ 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/download.xml 
Fri Oct  5 08:56:54 2012
@@ -90,16 +90,16 @@
         <tr>
           <td>Repository URL</td>
           <td>
-            <link 
href="http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_1rc1/";>
-              
<code>http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_1rc1/</code>
+            <link 
href="http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_1/";>
+              
<code>http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_1/</code>
             </link>
           </td>
         </tr>
         <tr>
           <td>Web view</td>
           <td>
-            <link 
href="http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_1rc1/";>
-              
<code>http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_1rc1/</code>
+            <link 
href="http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_1/";>
+              
<code>http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-1_1/</code>
             </link>
           </td>
         </tr>

Modified: 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/faq.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/faq.xml?rev=1394416&r1=1394415&r2=1394416&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/faq.xml 
(original)
+++ xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/faq.xml 
Fri Oct  5 08:56:54 2012
@@ -145,11 +145,10 @@
       <question>When is the next released planned?</question>
       <answer>
         <p>
-          When it's ready and the committers have enough time to go
-          through the time-consuming process of creating a release. Version
-          1.1rc1 was released on 02 July 2012. A subsequent final
-          Version 1.1 is expected to be released within 1 to 3 months following
-          this release candidate. If you want to speed up the process, 
consider <link
+          Version 1.1 of FOP was released on 15 October 2012.
+          Work on a new Version 1.2 of Apache FOP is underway at this time, 
with
+          no fixed date set for its release.
+          If you want to speed up the process, consider <link
           href="dev/index.html#involved">contributing</link> to FOP.
         </p>
       </answer>

Modified: 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/fo.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/fo.xml?rev=1394416&r1=1394415&r2=1394416&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/fo.xml 
(original)
+++ xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/fo.xml Fri 
Oct  5 08:56:54 2012
@@ -518,7 +518,7 @@ This applies similarly to the extent of 
       <section id="external-resources">
         <title>External Resources</title>
         <p>Resources needed by an XSL-FO file that are external to it 
(graphics, for example), are defined in the XSL-FO standard as being of type 
"uri-specification". This is defined in the standard at <jump 
href="http://www.w3.org/TR/xsl11/#datatype";>Section 5.11 Property 
Datatypes</jump>, which includes a link to the URI standard itself. Refer to 
the XSL-FO and URI standards themselves for more detailed instructions.</p>
-        <p>URIs may be either absolute or relative to a base URI. (See <link 
href="1.1rc1/configuration.html">FOP: Configuration</link> for information on 
setting the base URI for a FOP session). Here is an example referencing an 
external-graphic that is relative to the base URI:</p>
+        <p>URIs may be either absolute or relative to a base URI. (See <link 
href="1.1/configuration.html">FOP: Configuration</link> for information on 
setting the base URI for a FOP session). Here is an example referencing an 
external-graphic that is relative to the base URI:</p>
         <source><![CDATA[<fo:external-graphic 
src="url('images/logo.jpg')"/>]]></source>
         <p>Here is an example referencing an external-graphic that is an 
absolute URI on a local filesystem:</p>
         <source><![CDATA[fo:external-graphic 
src="url('file:///d:/images/logo.jpg')"/>]]></source>

Modified: 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/index.xml?rev=1394416&r1=1394415&r2=1394416&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/index.xml 
(original)
+++ xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/index.xml 
Fri Oct  5 08:56:54 2012
@@ -29,7 +29,7 @@
         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="1.1rc1/output.html">Output 
formats</link>
+        pages to a specified output. <link href="1.1/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>
@@ -39,7 +39,7 @@
       </p>
       <figure width="480" height="260" src="images/document.jpg" alt="Render 
Diagram" />
       <p>
-        A release candidate (rc1) of the latest version of FOP is available at 
<link href="1.1rc1/">FOP 1.1rc1</link>.
+        The latest version of FOP is available at <link href="1.1/">FOP 
1.1</link>.
       </p>
     <p>
       Support for each of the standard's objects and properties is detailed in 
<link href="compliance.html">FOP Compliance</link>.

Modified: 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/maillist.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/maillist.xml?rev=1394416&r1=1394415&r2=1394416&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/maillist.xml 
(original)
+++ 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/maillist.xml 
Fri Oct  5 08:56:54 2012
@@ -83,7 +83,7 @@ If you are using Microsoft Outlook, this
             source, or other semantic XML? If so, the question is <em>almost 
certainly not
               appropriate to this list</em>. In general, the only input 
documents that are
             appropriate on this list are XSL-FO snippets. See <link
-              href="1.1rc1/running.html#check-input">Running Xalan</link> for 
instructions about capturing the XSL-FO document that is actually submitted to 
FOP. If you haven't examined the XSL-FO document yourself, then you are not yet 
prepared to formulate a FOP-specific question.</li>
+              href="1.1/running.html#check-input">Running Xalan</link> for 
instructions about capturing the XSL-FO document that is actually submitted to 
FOP. If you haven't examined the XSL-FO document yourself, then you are not yet 
prepared to formulate a FOP-specific question.</li>
           <li>If you are providing one or more XSL-FO snippets:
             <ul>
               <li>Have you reduced them to the shortest possible complete, 
<strong>self-contained</strong> document that demonstrates the problem? Please 
do so.</li>

Modified: 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/news-data.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/news-data.xml?rev=1394416&r1=1394415&r2=1394416&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/news-data.xml 
(original)
+++ 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/news-data.xml 
Fri Oct  5 08:56:54 2012
@@ -17,12 +17,10 @@
 -->
 <!-- $Id$ -->
 <news>
-  <item date="2012-07-02" title="Apache™ FOP 1.1rc1 Available">
+  <item date="2012-10-15" title="Apache™ FOP 1.1 Released">
     <p>
-      This is a candidate release for an upcoming FOP Version 1.1 (stable) 
release.
-      release of the new FOP codebase. This release
-      contains bug fixes and new features. See
-      <a href="1.1rc1/releaseNotes_1.1rc1.html">Release Notes</a> for a list of
+      Apache™ FOP 1.1 contains bug fixes and a number of new features. See
+      <a href="1.1/releaseNotes_1.1.html">Release Notes</a> for a list of
       the most important changes.
     </p>
   </item>

Modified: 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/quickstartguide.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/quickstartguide.xml?rev=1394416&r1=1394415&r2=1394416&view=diff
==============================================================================
--- 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/quickstartguide.xml
 (original)
+++ 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/quickstartguide.xml
 Fri Oct  5 08:56:54 2012
@@ -29,15 +29,15 @@
       <p>The goal of this <strong>Quick Start Guide</strong> is to help novice 
users get Apache FOP up and running quickly. Typically, you'll need to:</p>
       <ol>
         <li><link href="download.html">Download FOP</link></li>
-        <li><link href="1.1rc1/compiling.html">Build FOP</link> (you can skip 
this step if you download the binary distribution!)</li>
-        <li><link href="1.1rc1/configuration.html">Configure FOP</link></li>
-        <li><link href="1.1rc1/running.html">Run FOP</link></li>
+        <li><link href="1.1/compiling.html">Build FOP</link> (you can skip 
this step if you download the binary distribution!)</li>
+        <li><link href="1.1/configuration.html">Configure FOP</link></li>
+        <li><link href="1.1/running.html">Run FOP</link></li>
       </ol>
       <p>Here are some links to help you find out what FOP can do, as well as 
how and where to get help:</p>
       <ul>
-        <li><link href="1.1rc1/embedding.html">Calling FOP from a Java 
Application</link></li>
-        <li><link href="1.1rc1/servlets.html">Using FOP in Servlets</link></li>
-        <li><link href="1.1rc1/anttask.html">Using FOP in an 'Ant' Build 
Script</link></li>
+        <li><link href="1.1/embedding.html">Calling FOP from a Java 
Application</link></li>
+        <li><link href="1.1/servlets.html">Using FOP in Servlets</link></li>
+        <li><link href="1.1/anttask.html">Using FOP in an 'Ant' Build 
Script</link></li>
         <li><link href="compliance.html" title="FOP Compliance">XSL-FO 
Compliance</link> (what FOP supports and what it doesn't)</li>
         <li><link href="faq.html">FAQs</link></li>
         <li><link href="gethelp.html">Getting Help</link></li>
@@ -45,7 +45,7 @@
       </ul>
       <p>
         Once you've familiarized yourself with the basics, you can get more 
detailed information,
-        in the detailed FOP <link href="1.1rc1/index.html">product 
documentation</link>.
+        in the detailed FOP <link href="1.1/index.html">product 
documentation</link>.
       </p>
     </section>
     

Modified: 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/site.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/site.xml?rev=1394416&r1=1394415&r2=1394416&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/site.xml 
(original)
+++ xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/site.xml 
Fri Oct  5 08:56:54 2012
@@ -94,12 +94,12 @@
   -->
 
   <!--
-  BEGIN Version 1.1rc1 documentation tab
+  BEGIN Version 1.1 documentation tab
   -->
-  <trunk label="Apache™ FOP 1.1rc1" href="1.1rc1/" tab="stableversion">
+  <trunk label="Apache™ FOP 1.1" href="1.1/" tab="stableversion">
     <about label="About" href="index.html"/>
-    <release label="Release Notes" href="releaseNotes_1.1rc1.html"/>
-    <changes label="Changes (1.1rc1)" href="changes_1.1rc1.html"/>
+    <release label="Release Notes" href="releaseNotes_1.1.html"/>
+    <changes label="Changes (1.1)" href="changes_1.1.html"/>
     <knownissues label="Known Issues" href="knownissues_overview.html"/>
     <upgrading label="Upgrading" href="upgrading.html"/>
     
@@ -130,7 +130,7 @@
     
   </trunk>
   <!--
-  END Version 1.1rc1 documentation tab
+  END Version 1.1 documentation tab
   -->
 
   <!--

Modified: 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/status.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/status.xml?rev=1394416&r1=1394415&r2=1394416&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/status.xml 
(original)
+++ xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/status.xml 
Fri Oct  5 08:56:54 2012
@@ -27,17 +27,17 @@
   <body>
     <section>
       <title>Status</title>
-      <p>Last updated 02 July 2012.</p>
+      <p>Last updated 15 October 2012.</p>
       <p>
-        Apache™ FOP version 1.1rc1 (candidate) was released on 02 July 2012.
+        Apache™ FOP Version 1.1 was released on 15 October 2012.
       </p>
     </section>
     <section>
       <title>Development Status</title>
       <p>
         The FOP code base is gradually evolving, from Version 0.90,
-       released on 22 November 2005, to Version 1.1, expected to be released 
during
-        the Summer of 2012. Further releases in the 1.x series and beyond are 
expected.
+       released on 22 November 2005, to Version 1.1, released on
+        15 October 2012. Further releases in the 1.x series and beyond are 
expected.
       </p>
       <p>
         FOP releases prior to version 0.90 were based on a different

Modified: 
xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/tabs.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/tabs.xml?rev=1394416&r1=1394415&r2=1394416&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/tabs.xml 
(original)
+++ xmlgraphics/fop/branches/fop-1_1/src/documentation/content/xdocs/tabs.xml 
Fri Oct  5 08:56:54 2012
@@ -22,7 +22,7 @@
 <tabs software="FOP" title="FOP" copyright="@year@ The Apache Software 
Foundation" xmlns:xlink="http://www.w3.org/1999/xlink";>
   <tab label="Home" dir=""/>
   <tab label="Version 1.0" dir="1.0/"/>
-  <tab label="Version 1.1rc1" dir="1.1rc1/"/>
+  <tab label="Version 1.1" dir="1.1/"/>
   <tab label="FOP Trunk" dir="trunk/"/>
   <tab label="Development" dir="dev/"/>
 </tabs>

Modified: xmlgraphics/fop/branches/fop-1_1/status.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/branches/fop-1_1/status.xml?rev=1394416&r1=1394415&r2=1394416&view=diff
==============================================================================
--- xmlgraphics/fop/branches/fop-1_1/status.xml (original)
+++ xmlgraphics/fop/branches/fop-1_1/status.xml Fri Oct  5 08:56:54 2012
@@ -61,7 +61,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="1.1rc1" date="02 July 2012">
+    <release version="1.1" date="15 October 2012">
       <action context="Test" dev="GA" type="fix">
         Fix errors and warnings in example files. Add build.xml for 
documentation examples.
       </action>



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

Reply via email to