]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
updated release notes for 0.20.5
authorChristian Geisert <chrisg@apache.org>
Mon, 14 Jul 2003 12:30:01 +0000 (12:30 +0000)
committerChristian Geisert <chrisg@apache.org>
Mon, 14 Jul 2003 12:30:01 +0000 (12:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196703 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/dev/release.xml
src/documentation/content/xdocs/relnotes.xml

index bbfa6ee1da80ac33680de7c97af7beec40dfffe5..ed340e4599c2ced8d6986083de3de90652d26d48 100644 (file)
@@ -26,15 +26,18 @@ The purpose of documenting it here is to facilitate consistency, ensure that the
           <code>cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co -r 
 fop-0_20_5rc3 xml-fop</code></li>
         <li>Copy jimi and jai to lib/ (jimi-1.0.jar, jai_core.jar, jai_codec.jar)</li>
+        <li>Copy jce-jdk13-119.jar from <link href="http://www.bouncycastle.org/latest_releases.html">
+          from http://www.bouncycastle.org/latest_releases.html</link> to lib/</li>
         <li>Run build[.sh] dist. Use jdk1.3. A Forrest installation is needed.</li>
         <li>Create signatures. Don't forget to upload your KEY:
           <code>gpg -a -b --force-v3-sigs fop-0.20.5rc3-bin.tar.gz etc.</code></li>
-        <li>[md5?]</li>
         <li>Upload to www.apache.org. (An account on daedalus is needed):
           <code>scp fop-0.20.5rc3*.tar.gz* 
 chrisg@www.apache.org:/www/www.apache.org/dist/xml/fop/</code></li>
         <li>Check permissions:
           <code>chmod 664 ... ; chgrp xml ...</code></li>
+        <li>Add MD5 sums: <code>md5 fop-0.20.5rc3-bin.tar.gz &gt;
+          fop-0.20.5rc3-bin.tar.gz.md5</code></li>
         <li>Make a test download.</li>
         <li>Wait 24 hours (for the mirrors to catch up).</li>
         <li>Post announcements on fop-dev and fop-user mailing lists.</li>
index d61a7c37f351c0441acf2ccb8ac4d9ecc7092d39..5d4db2878d83aac10506dbcd3d7af3242e3f0ba8 100644 (file)
   <p>Important changes since the last release (0.20.4):</p>
   <ul>
     <li>Some hyphenation patterns (cs, da, de, de_DR, el, en, en_US, fr, nl,
-        no, pt, ru, sk, tr) have been removed due to licensing reasons
-        (en_GB hyphenation has been renamed to en).
-        We hope to resolve this issue before the final release.
+      no, sk, tr) have been removed due to licensing reasons
+      (en_GB hyphenation has been renamed to en).
+      We're still working on this issue
+      (see <link href="http://nagoya.apache.org/wiki/apachewiki.cgi?FOPAudits/March2003">
+      Wiki</link> for details).
     </li>
     <li>Documentation is now built with <link href="http://xml.apache.org/forrest/">
         Forrest</link> (version 0.4). You need to install Forrest if you want build the docs
     <li>Links in PDF won't generate multiple link rectangles anymore. If this causes
         a problem you can set the system property "links.merge" to "no".
     </li>
+    <li>FOP has been compiled with cryptography support. See <link href="pdfencryption.html">
+      PDF encryption</link> for details about installation and usage.
+    </li>
+    <li>The behaviour of leader has changed. See
+      <link href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19341">bug #19341</link>,
+      <link href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19465">bug #19465</link>
+      and <code>leader.fo</code> (examples).
+    </li>
+    <li>
+      For a more detailed list of changes, see the CHANGES file in the root of the
+      FOP distribution.
+    </li>
   </ul>
 
 </section>