<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 >
+ 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>
<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>