You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

release.xml 9.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!-- $Id$ -->
  17. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
  18. <document>
  19. <header>
  20. <title>Apache™ FOP Development: Release Mechanics</title>
  21. <version>$Revision$</version>
  22. </header>
  23. <body>
  24. <section id="intro">
  25. <title>Introduction</title>
  26. <p>This page documents the process of creating a Apache™ FOP release.
  27. FOP releases are coordinated by one member of the team (currently Christian Geisert), so others do not ordinarily need to use this information.
  28. The purpose of documenting it here is to facilitate consistency, ensure that the process is captured, and to allow others to comment on the process.</p>
  29. <p>The checklist below was assembled from Christian Geisert's notes. It will be expanded in the future as he has time.</p>
  30. </section>
  31. <section id="checklist">
  32. <title>Checklist</title>
  33. <ul>
  34. <li>Determine whether this is a Release Candidate or a Release.</li>
  35. <li>Determine whether further testing is required.</li>
  36. <li>Commit any outstanding changes</li>
  37. <li>Create a branch called <code>branches/fop-v_vv</code></li>
  38. <li>Edit release notes (<code>README</code> and
  39. <code>status.xml</code> in the root).</li>
  40. <li>Add the release to <code>news-data.xml</code>;
  41. remove links to release notes of older versions from this file.</li>
  42. <li>Update the FAQ (<code>faq.xml</code>) to the new release.</li>
  43. <li>Check and update the copyright year in NOTICE and build.xml.</li>
  44. <li>Update the file <code>doap.rdf</code>, and the files
  45. <code>index.xml</code>, <code>site.xml</code>,
  46. <code>download.xml</code>, <code>fo.xml</code>,
  47. <code>maillist.xml</code>, <code>quickstartguide.xml</code>,
  48. <code>faq.xml</code> and <code>status.xml</code>
  49. in directory <code>xdocs</code> for the new version.</li>
  50. <li>Update the version numbers in the release column on the
  51. compliance page (<code>compliance.xml</code>); update the compliance in the release column
  52. to the current state (development column).</li>
  53. <li>Update version number in <code>build.xml</code> (not to be merged back
  54. into trunk).</li>
  55. <li>Copy trunk documentation directory to a new directory with
  56. the new version number, and update the .htaccess file for
  57. redirections.</li>
  58. <li>Copy <code>test/fotree/disabled-testcases.xml</code> and
  59. <code>test/layoutengine/disabled-testcases.xml</code> to the
  60. new version directory
  61. <code>&lt;version&gt;/fotree/disabled-testcases.xml</code> and
  62. <code>&lt;version&gt;/layoutengine/disabled-testcases.xml</code>.
  63. Copy <code>known-issues.xml</code> to the new version
  64. directory. Copy <code>knownissues-overview.xml</code> from the
  65. current to the new version directory, and update the <code>xi:include</code>
  66. links in it.</li>
  67. <li>Update the tab names and directories in tabs.xml</li>
  68. <li>Delete the previous version directory.</li>
  69. <li>Update index.xml in the new version directory.</li>
  70. <li>Update compiling.xml in the new version directory: change the intro for trunk to that for a release.</li>
  71. <li>Build the dist files (<code>build[.sh] dist</code>)
  72. and upload them to your web directory on
  73. <code>people.apache.org</code></li>
  74. <li>Ask on fop-dev to check the branch and the generated dist
  75. files for errors.</li>
  76. <li>Tag the source tree with the release ID. For example, if the release is 1.0:
  77. <code>svn copy https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0 https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_0</code></li>
  78. <li>Make a fresh checkout with the just created tag:
  79. <code>svn co https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-1_0</code></li>
  80. <li>Copy jimi and jai to lib/ (jimi-1.0.jar, jai_core.jar, jai_codec.jar)</li>
  81. <li>Copy jce-jdk13-119.jar from <link href="http://www.bouncycastle.org/latest_releases.html">
  82. from http://www.bouncycastle.org/latest_releases.html</link> to lib/</li>
  83. <li>Copy the hyphenation patterns jar file
  84. <code>fop-hyph.jar</code> to lib/ (e.g. from
  85. <code>http://sourceforge.net/projects/offo</code></li>
  86. <li>Alternatively, create a build-local.properties file that points to the above libs.</li>
  87. <li>Run build[.sh] dist. Do this using Sun JDK 1.4.2_08 or later. A Forrest installation is needed.</li>
  88. <li>Create signatures. Don't forget to upload your KEY:
  89. <code>gpg -a -b --force-v3-sigs fop-1.0-src.tar.gz</code> etc.</li>
  90. <li>Upload the dist and signature files to your web directory
  91. on people.apache.org (An account on minotaur is needed):
  92. <code>scp fop-1.0*.tar.gz*
  93. chrisg@people.apache.org:public_html/</code></li>
  94. <li>Check permissions:
  95. <code>chmod 664 ... ; chgrp xmlgraphics ...</code></li>
  96. <li>Add MD5 sums: <code>md5 fop-1.0-src.tar.gz &gt;
  97. fop-1.0-src.tar.gz.md5</code> etc.</li>
  98. <li>Make a test download.</li>
  99. <li>Start a vote for the release on
  100. <code>general@xmlgraphics.a.o</code>. The message should point
  101. to the release files and list the MD5 sums (<code>cat
  102. *.md5</code>). The vote is open for 72hrs.</li>
  103. <li>When the release is accepted, copy the release files,
  104. their md5 sum files and the signature files to
  105. /www/www.apache.org/dist/xmlgraphics/fop/ in the
  106. subdirectories <code>source</code> and
  107. <code>binaries</code>. Create links to all files in the
  108. <code>fop</code> directory. Remove the links to the files of
  109. the previous version.</li>
  110. <li>Update HEADER.html and README.html in people.apache.org:/www/www.apache.org/dist/xmlgraphics/fop/</li>
  111. <li>Wait 24 hours (for the mirrors to catch up).</li>
  112. <li>Merge the changes of the subversion release branch back
  113. into trunk (not the version number in the build file) and
  114. delete the branch.</li>
  115. <li>Deploy the updated documentation to the FOP website.</li>
  116. <li>Post announcements on fop-dev and fop-user and other related mailing lists.</li>
  117. <li>Ask a Bugzilla admin (Christian Geisert) to add a bugzilla
  118. entry for the new release id, or create an issue at
  119. <code>https://issues.apache.org/jira/browse/INFRA</code>.</li>
  120. </ul>
  121. </section>
  122. <section id="other-checklists">
  123. <title>Resources</title>
  124. <p>The following is a sample of some other project release checklists, which might be consulted for ideas:</p>
  125. <ul>
  126. <li><jump href="http://svn.apache.org/repos/asf/xmlgraphics/batik/trunk/MAINTAIN">Apache Batik</jump></li>
  127. <li><jump href="http://svn.apache.org/repos/asf/ant/core/trunk/ReleaseInstructions">Apache Ant</jump></li>
  128. <li><jump href="http://jakarta.apache.org/cactus/participating/release_checklist.html">Apache Cactus</jump></li>
  129. </ul>
  130. <p>Following are links with information about mirroring:</p>
  131. <ul>
  132. <li><jump href="http://www.apache.org/dev/mirrors.html">Apache Mirroring</jump></li>
  133. <li>Stefan Bodewig's <jump href="http://people.apache.org/~bodewig/mirror.html">Making your Downloads Mirrorable</jump></li>
  134. </ul>
  135. </section>
  136. <section id="announcements">
  137. <title>Announcing the release</title>
  138. <p>Here's a collected list of places where to announce new FOP releases:</p>
  139. <ul>
  140. <li>fop-dev@xmlgraphics.apache.org</li>
  141. <li>fop-users@xmlgraphics.apache.org</li>
  142. <li>general@xmlgraphics.apache.org</li>
  143. <li>general@xml.apache.org</li>
  144. <li>announce@apache.org (from your apache.org address)</li>
  145. <li>xsl-list@lists.mulberrytech.com (subscriber-only)</li>
  146. <li>XSL-FO@yahoogroups.com (subscriber-only)</li>
  147. <li>www-xsl-fo@w3.org</li>
  148. <li>docbook-apps@lists.oasis-open.org (subscriber-only)</li>
  149. <li>dita-users@yahoogroups.com (subscriber-only) (http://dita-ot.sourceforge.net/)</li>
  150. <li>http://xslfo-zone.com/news/index.jsp</li>
  151. <li>http://www.w3.org/Style/XSL/</li>
  152. <li>http://freshmeat.net/projects/fop/</li>
  153. <li>any others?</li>
  154. </ul>
  155. </section>
  156. </body>
  157. </document>