chrisg 2003/07/14 05:30:01
Modified: src/documentation/content/xdocs relnotes.xml
src/documentation/content/xdocs/dev release.xml
Log:
updated release notes for 0.20.5
Revision Changes Path
1.9 +17 -3 xml-fop/src/documentation/content/xdocs/relnotes.xml
Index: relnotes.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/relnotes.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- relnotes.xml 17 Jun 2003 19:05:05 -0000 1.8
+++ relnotes.xml 14 Jul 2003 12:30:01 -0000 1.9
@@ -14,9 +14,11 @@
<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
@@ -38,6 +40,18 @@
</li>
<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>
1.2 +4 -1 xml-fop/src/documentation/content/xdocs/dev/release.xml
Index: release.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/release.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- release.xml 14 Jun 2003 05:41:18 -0000 1.1
+++ release.xml 14 Jul 2003 12:30:01 -0000 1.2
@@ -26,15 +26,18 @@
<code>cvs -d :pserver:[EMAIL PROTECTED]:/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*
[EMAIL PROTECTED]:/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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]