|
NeoOffice 3.1.1 Release Tasks
From NeoWiki
Revision as of 00:10, 4 May 2010 (edit) ( | contribs) (Create NeoOffice 3.1.1 tasks from NeoOffice 3.0.2 tasks) ← Previous diff |
Current revision (20:54, 10 May 2010) (edit) (undo) ( | contribs) (→Release - Update task statuses) |
||
(14 intermediate revisions not shown.) | |||
Line 24: | Line 24: | ||
</tr> | </tr> | ||
- | <tr | + | <tr> |
+ | <td> | ||
+ | <p>Commit and test updated icon files in your workspace's NeoOffice 3.1.1 <tt>etc/package</tt> directory.</p> | ||
+ | <ul> | ||
+ | <li><tt>cd etc/package</tt></li> | ||
+ | <li>Execute the following shell script: | ||
+ | <pre> | ||
+ | #!/bin/csh | ||
+ | # | ||
+ | # execute within etc/package directory | ||
+ | |||
+ | setenv PKGDIR `pwd` | ||
+ | |||
+ | pushd ~ | ||
+ | curl -C - -O http://files.me.com/punto_mac/9qlzn8 | ||
+ | popd | ||
+ | |||
+ | setenv VOL `hdiutil mount ~/9qlzn8 | perl -ne 'if ( /(\/Volumes.*)$/ ) { print $1; }'` | ||
+ | if ( "$VOL" != "" ) then | ||
+ | mkdir "Akua_2010Q1_Release" | ||
+ | pushd "$VOL" | ||
+ | cp -rf * "$PKGDIR/Akua_2010Q1_Release" | ||
+ | popd | ||
+ | pushd "Akua_2010Q1_Release" | ||
+ | find . -type f -name \.\* -print0 | xargs -0 -n 1 rm -f | ||
+ | popd | ||
+ | |||
+ | if ( -e AkuaIcons.zip ) then | ||
+ | rm AkuaIcons.zip | ||
+ | endif | ||
+ | zip -r AkuaIcons.zip "Akua_2010Q1_Release" | ||
+ | hdiutil unmount "$VOL" | ||
+ | rm -rf "Akua_2010Q1_Release" | ||
+ | endif | ||
+ | </pre> | ||
+ | </li> | ||
+ | <li>Execute the following shell script: | ||
+ | <pre> | ||
+ | #!/bin/csh | ||
+ | # | ||
+ | # execute within etc/package directory | ||
+ | |||
+ | setenv PKGDIR `pwd` | ||
+ | |||
+ | pushd ~ | ||
+ | curl -C - -O http://www.pimley.net/projects/downloads/NeoOfficeAquaElements.zip | ||
+ | popd | ||
+ | |||
+ | mkdir "NeoOffice Aqua Elements 3" | ||
+ | pushd "NeoOffice Aqua Elements 3" | ||
+ | unzip ~/NeoOfficeAquaElements.zip | ||
+ | find . -exec touch {} \; | ||
+ | find . -type f -name \.\* -print0 | xargs -0 -n 1 rm -f | ||
+ | popd | ||
+ | |||
+ | if ( -e NeoOfficeAquaElements.zip ) then | ||
+ | rm NeoOfficeAquaElements.zip | ||
+ | endif | ||
+ | pushd "NeoOffice Aqua Elements 3" | ||
+ | zip -r ../NeoOfficeAquaElements.zip "NeoOffice Aqua Elements 3" | ||
+ | popd | ||
+ | rm -rf "NeoOffice Aqua Elements 3" | ||
+ | </pre> | ||
+ | </li> | ||
+ | <li>Rebuild NeoOffice installers with new icon zip files and verify proper build.</li> | ||
+ | <li>Reinstall both builds and check that updated icons are available.</li> | ||
+ | </ul> | ||
+ | </td> | ||
+ | <td>04/20/2010</td><td>pluby</td><td>Done</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
<td><p>Rebuild all custom NeoOffice code using the existing NeoOffice 3.1.1 Beta development builds. Perform a confirming checkout of the HEAD branch and set build to build with a new version and the NeoOffice trademarked product name.</p> | <td><p>Rebuild all custom NeoOffice code using the existing NeoOffice 3.1.1 Beta development builds. Perform a confirming checkout of the HEAD branch and set build to build with a new version and the NeoOffice trademarked product name.</p> | ||
<p>This includes the following steps:</p> | <p>This includes the following steps:</p> | ||
Line 51: | Line 122: | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>04/30/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Tag the code in the HEAD branch with the <tt>NeoOffice-3_1_1</tt> tag using the following:</p> | <p>Tag the code in the HEAD branch with the <tt>NeoOffice-3_1_1</tt> tag using the following:</p> | ||
Line 63: | Line 134: | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/05/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Create releasable NeoOffice 3.1.1 build for Intel.</p> | <p>Create releasable NeoOffice 3.1.1 build for Intel.</p> | ||
Line 77: | Line 148: | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/05/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Create releasable NeoOffice 3.1.1 build for PowerPC.</p> | <p>Create releasable NeoOffice 3.1.1 build for PowerPC.</p> | ||
<p>Note: Use the same steps as used for the matching Intel task.</p> | <p>Note: Use the same steps as used for the matching Intel task.</p> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/05/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Create backup copy of releasable Intel binaries and upload them to staging server.</p> | <p>Create backup copy of releasable Intel binaries and upload them to staging server.</p> | ||
Line 102: | Line 173: | ||
</pre> | </pre> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/09/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Create backup copy of releasable PowerPC binaries and upload them to staging server.</p> | <p>Create backup copy of releasable PowerPC binaries and upload them to staging server.</p> | ||
<p>Note: Use the same steps as used for the matching Intel task.</p> | <p>Note: Use the same steps as used for the matching Intel task.</p> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/09/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Verify that the releasable installer and one or more language packs install and run on Intel for the following Mac OS X versions:</p> | <p>Verify that the releasable installer and one or more language packs install and run on Intel for the following Mac OS X versions:</p> | ||
Line 122: | Line 193: | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/05/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Verify that the releasable installer and one or more language packs install and run on PowerPC for the following Mac OS X versions:</p> | <p>Verify that the releasable installer and one or more language packs install and run on PowerPC for the following Mac OS X versions:</p> | ||
Line 133: | Line 204: | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/05/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
Line 155: | Line 226: | ||
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Upload the 2 main installer <tt>NeoOffice-3.1.1-*.dmg</tt> files to the <tt>rsync.neooffice.org</tt> server's <tt>/neojava/earlyaccessdownloads</tt> directory using the following steps:</p> | <p>Upload the 2 main installer <tt>NeoOffice-3.1.1-*.dmg</tt> files to the <tt>rsync.neooffice.org</tt> server's <tt>/neojava/earlyaccessdownloads</tt> directory using the following steps:</p> | ||
Line 165: | Line 236: | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/05/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Upload the 66 NeoOffice language pack installer <tt>NeoOffice-3.1.1-Language_Pack_*.dmg</tt> files to the <tt>rsync.neooffice.org</tt> server's <tt>/neojava/downloads</tt> directory using the following steps:</p> | <p>Upload the 66 NeoOffice language pack installer <tt>NeoOffice-3.1.1-Language_Pack_*.dmg</tt> files to the <tt>rsync.neooffice.org</tt> server's <tt>/neojava/downloads</tt> directory using the following steps:</p> | ||
Line 178: | Line 249: | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/05/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
Line 200: | Line 271: | ||
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Copy the 2 main installer <tt>NeoOffice-3.1.1-*.dmg</tt> files to the <tt>rsync.neooffice.org</tt> server's <tt>/neojava/downloads</tt> directory using the following steps:</p> | <p>Copy the 2 main installer <tt>NeoOffice-3.1.1-*.dmg</tt> files to the <tt>rsync.neooffice.org</tt> server's <tt>/neojava/downloads</tt> directory using the following steps:</p> | ||
Line 210: | Line 281: | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/09/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
Line 223: | Line 294: | ||
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td>Tag the <tt>www.neooffice.org</tt> website to avoid modifying production web pages while we modify the web pages in the test website by logging into the <tt>www.neooffice.org</tt> server, <tt>cd</tt> to the its webroot directory, and set the tag by invoking the following commands: <tt>bin/cvsplusperms.sh tag NeoOffice-3_1_1_Beta_2 ; bin/cvsplusperms.sh update -rNeoOffice-3_1_1_Beta_2 -d</tt> | <td>Tag the <tt>www.neooffice.org</tt> website to avoid modifying production web pages while we modify the web pages in the test website by logging into the <tt>www.neooffice.org</tt> server, <tt>cd</tt> to the its webroot directory, and set the tag by invoking the following commands: <tt>bin/cvsplusperms.sh tag NeoOffice-3_1_1_Beta_2 ; bin/cvsplusperms.sh update -rNeoOffice-3_1_1_Beta_2 -d</tt> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/06/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Update all NeoOffice and version names, file URLs, and patch version names in all of the files in the <tt>www-test.neooffice.org</tt> server's <tt>neojava</tt> directory.</p> | <p>Update all NeoOffice and version names, file URLs, and patch version names in all of the files in the <tt>www-test.neooffice.org</tt> server's <tt>neojava</tt> directory.</p> | ||
Line 244: | Line 315: | ||
</pre> | </pre> | ||
<li>After you verify that the changes look correct, invoke the following command to commit your changes: <tt>bin/cvsplusperms.sh commit</tt></li> | <li>After you verify that the changes look correct, invoke the following command to commit your changes: <tt>bin/cvsplusperms.sh commit</tt></li> | ||
- | </ul> | + | </ul> |
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/06/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td>Update the NeoOffice 3.1.1 main installer and language pack file sizes and set the 2 patch file sizes to <tt>0</tt> in the <tt>/neojava/includes/globals/earlyaccessfilesizes.php</tt> file and if the changes look correct, invoke the following command to commit your changes: <tt>bin/cvsplusperms.sh commit</tt></td> | <td>Update the NeoOffice 3.1.1 main installer and language pack file sizes and set the 2 patch file sizes to <tt>0</tt> in the <tt>/neojava/includes/globals/earlyaccessfilesizes.php</tt> file and if the changes look correct, invoke the following command to commit your changes: <tt>bin/cvsplusperms.sh commit</tt></td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/06/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td><p>Verify that patch checking works properly by doing the following steps in a NeoOffice 3.1.1 installation:</p> | <td><p>Verify that patch checking works properly by doing the following steps in a NeoOffice 3.1.1 installation:</p> | ||
<ul> | <ul> | ||
Line 268: | Line 339: | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/06/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
Line 281: | Line 352: | ||
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td>Tag the <tt>www.neooffice.org</tt> website to avoid modifying production web pages while we modify the web pages in the test website by logging into the <tt>www.neooffice.org</tt> server, <tt>cd</tt> to the its webroot directory, and set the tag by invoking the following commands: <tt>bin/cvsplusperms.sh tag NeoOffice-3_1_1 ; bin/cvsplusperms.sh update -rNeoOffice-3_1_1 -d</tt> | <td>Tag the <tt>www.neooffice.org</tt> website to avoid modifying production web pages while we modify the web pages in the test website by logging into the <tt>www.neooffice.org</tt> server, <tt>cd</tt> to the its webroot directory, and set the tag by invoking the following commands: <tt>bin/cvsplusperms.sh tag NeoOffice-3_1_1 ; bin/cvsplusperms.sh update -rNeoOffice-3_1_1 -d</tt> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/09/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Update all NeoOffice and version names, file URLs, and patch version names in all of the files in the <tt>www-test-primary.neooffice.org</tt> server's <tt>neojava</tt> directory.</p> | <p>Update all NeoOffice and version names, file URLs, and patch version names in all of the files in the <tt>www-test-primary.neooffice.org</tt> server's <tt>neojava</tt> directory.</p> | ||
Line 296: | Line 367: | ||
$earlyaccessdownloadenabled = false; | $earlyaccessdownloadenabled = false; | ||
$earlyaccessredirectenabled = true; | $earlyaccessredirectenabled = true; | ||
- | $earlyaccessproductversion = '3.1.1 Beta'; | ||
$earlyaccessproductfamily[0] = ''; | $earlyaccessproductfamily[0] = ''; | ||
$earlyaccesspatch = ''; | $earlyaccesspatch = ''; | ||
$currentproductversion = '3.1.1'; | $currentproductversion = '3.1.1'; | ||
+ | $currentoooversion = '3.1.1'; | ||
$currentproductfamily[0] = ''; | $currentproductfamily[0] = ''; | ||
$currentpatch = ''; | $currentpatch = ''; | ||
+ | $oldproductshowobsoletewarning = false; | ||
+ | $oldproductencourageupgrade = true; | ||
+ | $oldproductversion = '3.0.2'; | ||
+ | $oldoooversion = '3.0.1'; | ||
+ | $oldproductfamily[0] = ''; | ||
+ | $oldpatch = 'Patch 4'; | ||
</pre> | </pre> | ||
<li>Manually edit all of the <tt>header.html</tt> pages in the <tt>/neojava</tt> directory and update the text in the news banner section.</li> | <li>Manually edit all of the <tt>header.html</tt> pages in the <tt>/neojava</tt> directory and update the text in the news banner section.</li> | ||
+ | <li>Manually edit all of the <tt>oldfeatures.php</tt> pages in the <tt>/neojava</tt> directory and copy any NeoOffice 3.0.2 features listed in the <tt>features.php</tt> pages.</li> | ||
<li>Manually edit all of the <tt>features.php</tt> pages in the <tt>/neojava</tt> directory and add any new features listed in the <tt>earlyaccessfeatures.php</tt> pages.</li> | <li>Manually edit all of the <tt>features.php</tt> pages in the <tt>/neojava</tt> directory and add any new features listed in the <tt>earlyaccessfeatures.php</tt> pages.</li> | ||
<li>Manually edit all of the <tt>index.php</tt> pages in the <tt>/neojava</tt> directory and update the content to highlight any new features.</li> | <li>Manually edit all of the <tt>index.php</tt> pages in the <tt>/neojava</tt> directory and update the content to highlight any new features.</li> | ||
Line 309: | Line 387: | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/09/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
- | <td>Copy the | + | <td>Copy the 70 NeoOffice 3.1.1 file sizes from the <tt>/neojava/includes/earlyaccesfilesizes.php</tt> file to the <tt>/neojava/includes/filesizes.php</tt> file. Also, set the <tt>/neojava/includes/filesizes.php</tt> to zero. If the changes look correct, invoke the following command to commit your changes: <tt>bin/cvsplusperms.sh commit</tt></td> |
- | <td></td><td>pluby</td><td></td> | + | <td>05/09/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Enable the BitTorrent links using the following steps:</p> | <p>Enable the BitTorrent links using the following steps:</p> | ||
Line 326: | Line 404: | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/10/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td>Prepare the <tt>NeoOffice_3.1.1.html</tt> press release file, save it in the <tt>www-test-primary.neooffice.org</tt> website's <tt>/press_releases</tt> directory using the following naming format, <tt>bin/cvsplusperms.sh add</tt> the file, and invoke the following command to commit the new file: <tt>bin/cvsplusperms.sh commit</tt></td> | <td>Prepare the <tt>NeoOffice_3.1.1.html</tt> press release file, save it in the <tt>www-test-primary.neooffice.org</tt> website's <tt>/press_releases</tt> directory using the following naming format, <tt>bin/cvsplusperms.sh add</tt> the file, and invoke the following command to commit the new file: <tt>bin/cvsplusperms.sh commit</tt></td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/09/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | + | <tr> | |
- | <tr | + | |
<td><p>Verify that patch checking works properly by doing the following steps in a NeoOffice 3.1.1 installation:</p> | <td><p>Verify that patch checking works properly by doing the following steps in a NeoOffice 3.1.1 installation:</p> | ||
<ul> | <ul> | ||
+ | <li>Test as NeoOffice 2.2.6 Patch 5 by opening the installation's <tt>Contents/MacOS/versionrc</tt> file, changing the <tt>UpdateURL</tt> line to the following, restarting NeoOffice, and selecting the Help :: Check for Updates menu. The dialog that appears should say that NeoOffice 3.1.1 is available: | ||
+ | <pre>UpdateURL=http://www-test.neooffice.org/neojava/patchcheck.php?product=NeoOffice%202.2.6&patch=Patch%205&os=${_OS}&arch=${_ARCH}</pre> | ||
+ | </li> | ||
<li>Test as NeoOffice 3.0.2 Patch 4 by opening the installation's <tt>Contents/MacOS/versionrc</tt> file, changing the <tt>UpdateURL</tt> line to the following, restarting NeoOffice, and selecting the Help :: Check for Updates menu. The dialog that appears should say that NeoOffice 3.1.1 is available: | <li>Test as NeoOffice 3.0.2 Patch 4 by opening the installation's <tt>Contents/MacOS/versionrc</tt> file, changing the <tt>UpdateURL</tt> line to the following, restarting NeoOffice, and selecting the Help :: Check for Updates menu. The dialog that appears should say that NeoOffice 3.1.1 is available: | ||
<pre>UpdateURL=http://www-test.neooffice.org/neojava/patchcheck.php?product=NeoOffice%203.0.2&patch=Patch%204&os=${_OS}&arch=${_ARCH}</pre> | <pre>UpdateURL=http://www-test.neooffice.org/neojava/patchcheck.php?product=NeoOffice%203.0.2&patch=Patch%204&os=${_OS}&arch=${_ARCH}</pre> | ||
Line 349: | Line 429: | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/09/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
</table> | </table> | ||
Line 363: | Line 443: | ||
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Synchronize the donation's database to PayPal's database to ensure that none of the donors' transactions are missing and to pick up any e-mail address changes made by donors during the Early Access period using the following steps:</p> | <p>Synchronize the donation's database to PayPal's database to ensure that none of the donors' transactions are missing and to pick up any e-mail address changes made by donors during the Early Access period using the following steps:</p> | ||
Line 378: | Line 458: | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/06/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td>Verify that all mirrors listed for the NeoOffice 3.1.1 main installer and language pack links work in the <tt>www-test.neooffice.org</tt> website's Early Access Program download pages. If any do not work, comment them out in the <tt>/neojava/includes/earlyaccessmirrors.php</tt> file (for the main installer) and in the <tt>neojava/includes/mirror.php</tt> (for the language packs) and invoke the following command: <tt>bin/cvsplusperms.sh commit</tt></td> | <td>Verify that all mirrors listed for the NeoOffice 3.1.1 main installer and language pack links work in the <tt>www-test.neooffice.org</tt> website's Early Access Program download pages. If any do not work, comment them out in the <tt>/neojava/includes/earlyaccessmirrors.php</tt> file (for the main installer) and in the <tt>neojava/includes/mirror.php</tt> (for the language packs) and invoke the following command: <tt>bin/cvsplusperms.sh commit</tt></td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/06/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td>Replace the [http://neowiki.neooffice.org/index.php/NeoOffice_MD5_Checksums NeoOffice 3.1.1 Beta MD5 checksums] with the NeoOffice 3.1.1 MD5 checksums.</td> | <td>Replace the [http://neowiki.neooffice.org/index.php/NeoOffice_MD5_Checksums NeoOffice 3.1.1 Beta MD5 checksums] with the NeoOffice 3.1.1 MD5 checksums.</td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/06/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td>Add "3.1.1" version in [http://bugzilla.neooffice.org/ Bugzilla].</td> | <td>Add "3.1.1" version in [http://bugzilla.neooffice.org/ Bugzilla].</td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/06/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td>Make the NeoOffice 3.1.1 binaries downloadable from the <tt>www.neooffice.org</tt> website's Early Access Program download pages by updating the <tt>www.neooffice.org</tt> website's pages to match what is in the <tt>www-test.neooffice.org</tt> website's pages. Login into each of the <tt>www.neooffice.org</tt> servers, <tt>cd</tt> to the its webroot directory, and invoke the following command: <tt>bin/cvsplusperms.sh update -Ad</tt></td> | <td>Make the NeoOffice 3.1.1 binaries downloadable from the <tt>www.neooffice.org</tt> website's Early Access Program download pages by updating the <tt>www.neooffice.org</tt> website's pages to match what is in the <tt>www-test.neooffice.org</tt> website's pages. Login into each of the <tt>www.neooffice.org</tt> servers, <tt>cd</tt> to the its webroot directory, and invoke the following command: <tt>bin/cvsplusperms.sh update -Ad</tt></td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/06/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td><p>Close all bugs with a status of "Resolved" by setting the following field values:</p> | <td><p>Close all bugs with a status of "Resolved" by setting the following field values:</p> | ||
<ul> | <ul> | ||
Line 410: | Line 490: | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/06/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td><p>Close any bugs with a status of "Assigned" or "Reopened" and resolution of "Fixed" by setting the following field values:</p> | <td><p>Close any bugs with a status of "Assigned" or "Reopened" and resolution of "Fixed" by setting the following field values:</p> | ||
<ul> | <ul> | ||
Line 422: | Line 502: | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/06/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td>Delete the 2 obsolete <tt>NeoOffice-3.1.1_Beta-*.dmg</tt> main installer files from the <tt>/neojava/earlyaccessdownloads</tt> directory on all of the mirrors listed in the rsync.neooffice.org server's <tt>/neojava/includes/earlyaccessmirrors.php</tt> file.</td> | <td>Delete the 2 obsolete <tt>NeoOffice-3.1.1_Beta-*.dmg</tt> main installer files from the <tt>/neojava/earlyaccessdownloads</tt> directory on all of the mirrors listed in the rsync.neooffice.org server's <tt>/neojava/includes/earlyaccessmirrors.php</tt> file.</td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/06/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td>Delete the 66 obsolete <tt>NeoOffice-3.1.1_Beta-Language_Pack_*.dmg</tt> language pack installer files from the <tt>rsync.neooffice.org</tt> server's <tt>/neojava/downloads</tt> directory.</td> | <td>Delete the 66 obsolete <tt>NeoOffice-3.1.1_Beta-Language_Pack_*.dmg</tt> language pack installer files from the <tt>rsync.neooffice.org</tt> server's <tt>/neojava/downloads</tt> directory.</td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/06/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
- | <td>Post a release announcement to [http://trinity.neooffice.org/modules.php?name=Forums&file=viewtopic&t= | + | <td>Post a release announcement to [http://trinity.neooffice.org/modules.php?name=Forums&file=viewtopic&t=4975 this Trinity forum topic] and [http://trinity.neooffice.org/modules.php?name=Forums&file=viewtopic&t=6844 this Trinity forum topic] so that the news is included in the RSS feed.</td> |
- | <td></td><td>pluby</td><td></td> | + | <td>05/06/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
Line 452: | Line 532: | ||
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Create a new category in the donations database that has a start date and time that is a few hours before the planned release time to ensure that donors who donate after we make the NeoOffice 3.1.1 binaries downloadable get their donation credited to the next Early Access Program using the following steps:</p> | <p>Create a new category in the donations database that has a start date and time that is a few hours before the planned release time to ensure that donors who donate after we make the NeoOffice 3.1.1 binaries downloadable get their donation credited to the next Early Access Program using the following steps:</p> | ||
Line 466: | Line 546: | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/09/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td>Verify that all mirrors listed for the NeoOffice 3.1.1 main installer and language pack links work in the <tt>www-test-primary.neooffice.org</tt> website's download pages. If any do not work, comment them out in the <tt>/neojava/includes/mirrors.php</tt> file and invoke the following command: <tt>bin/cvsplusperms.sh commit</tt></td> | <td>Verify that all mirrors listed for the NeoOffice 3.1.1 main installer and language pack links work in the <tt>www-test-primary.neooffice.org</tt> website's download pages. If any do not work, comment them out in the <tt>/neojava/includes/mirrors.php</tt> file and invoke the following command: <tt>bin/cvsplusperms.sh commit</tt></td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/10/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td>Make the NeoOffice 3.1.1 binaries downloadable from the <tt>www.neooffice.org</tt> website's download pages by updating the <tt>www.neooffice.org</tt> website's pages to match what is in the <tt>www-test.neooffice.org</tt> website's pages. Login into the <tt>www.neooffice.org</tt> server, <tt>cd</tt> to the its webroot directory, and invoke the following command: <tt>bin/cvsplusperms.sh update -Ad</tt></td> | <td>Make the NeoOffice 3.1.1 binaries downloadable from the <tt>www.neooffice.org</tt> website's download pages by updating the <tt>www.neooffice.org</tt> website's pages to match what is in the <tt>www-test.neooffice.org</tt> website's pages. Login into the <tt>www.neooffice.org</tt> server, <tt>cd</tt> to the its webroot directory, and invoke the following command: <tt>bin/cvsplusperms.sh update -Ad</tt></td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/10/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td> | <td> | ||
<p>Make NeoOffice 3.1.1 the current version in the NeoWiki using the following steps:</p> | <p>Make NeoOffice 3.1.1 the current version in the NeoWiki using the following steps:</p> | ||
<ul> | <ul> | ||
- | <li>In the [ | + | <li>In the [https://neowiki.neooffice.org/index.php/Template:NeoMainPageVer NeoWiki NeoMainPageVer template], change the NeoOffice version to <tt>3.1.1</tt></li> |
- | <li>In the [ | + | <li>In the [https://neowiki.neooffice.org/index.php/Template:NeoOOoVer NeoWiki NeoOOoVer template], change the OpenOffice.org version to <tt>3.1.1</tt></li> |
- | <li>In the [ | + | <li>In the [https://neowiki.neooffice.org/index.php/Template:NeoOfficeWords NeoWiki NeoOfficeWords template], change the NeoOffice release date to <tt>11 May 2010</tt></li> |
+ | <li>In the [https://neowiki.neooffice.org/index.php/Template:Fr:NeoOfficeWords NeoWiki NeoOfficeWords template], change the NeoOffice release date to <tt>11 mai 2010</tt></li> | ||
+ | <li>In the [https://neowiki.neooffice.org/index.php/Template:De:NeoOfficeWords NeoWiki NeoOfficeWords template], change the NeoOffice release date to <tt>11. Mai 2010</tt></li> | ||
+ | <li>In the [https://neowiki.neooffice.org/index.php/Template:It:NeoOfficeWords NeoWiki NeoOfficeWords template], change the NeoOffice release date to <tt>11 Maggio 2010</tt></li> | ||
+ | <li>In the [https://neowiki.neooffice.org/index.php/Template:Es:NeoOfficeWords NeoWiki NeoOfficeWords template], change the NeoOffice release date to <tt>el 11 de mayo de 2010</tt></li> | ||
+ | <li>In the [https://neowiki.neooffice.org/index.php/Template:Nl:NeoOfficeWords NeoWiki NeoOfficeWords template], change the NeoOffice release date to <tt>11 mei 2010</tt></li> | ||
+ | <li>In the [https://neowiki.neooffice.org/index.php/NeoOffice_Press_Kit#Press_Releases NeoWiki Press Kit article], add the [http://www.neooffice.org/press_releases/NeoOffice_3.1.1.html NeoOffice 3.1.1 Press Release].</li> | ||
</ul> | </ul> | ||
</td> | </td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/10/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td>Post the press release as an article on the [http://trinity.neooffice.org/modules.php?name=News Trinity news page]. Note: be sure to change the language field from "English" to "All" in when submitting the article so that all Trinity users will see the article.</td> | <td>Post the press release as an article on the [http://trinity.neooffice.org/modules.php?name=News Trinity news page]. Note: be sure to change the language field from "English" to "All" in when submitting the article so that all Trinity users will see the article.</td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/10/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
<td>Post a release announcement to [http://trinity.neooffice.org/modules.php?name=Forums&file=viewtopic&t=4975 this Trinity forum topic] and [http://trinity.neooffice.org/modules.php?name=Forums&file=viewtopic&t=6844 this Trinity forum topic] so that the news is included in the RSS feed.</td> | <td>Post a release announcement to [http://trinity.neooffice.org/modules.php?name=Forums&file=viewtopic&t=4975 this Trinity forum topic] and [http://trinity.neooffice.org/modules.php?name=Forums&file=viewtopic&t=6844 this Trinity forum topic] so that the news is included in the RSS feed.</td> | ||
- | <td></td><td>pluby</td><td></td> | + | <td>05/10/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
- | <td>Delete the 2 obsolete <tt>NeoOffice-3. | + | <td>Delete the 2 obsolete <tt>NeoOffice-3.1.1-*.dmg</tt> main installer files from the <tt>/neojava/earlyaccessdownloads</tt> directory on all of the mirrors listed in the rsync.neooffice.org server's <tt>/neojava/includes/mirrors.php</tt> file.</td> |
- | <td></td><td>pluby</td><td></td> | + | <td>05/10/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
- | <td>Delete the 118 obsolete <tt>NeoOffice- | + | <td>Delete the 118 obsolete <tt>NeoOffice-2.2.6-*.dmg</tt> main installer and language pack files from the <tt>/neojava/downloads</tt> directory on all of the mirrors listed in the rsync.neooffice.org server's <tt>/neojava/includes/mirrors.php</tt> file.</td> |
- | <td></td><td>pluby</td><td></td> | + | <td>05/10/2010</td><td>pluby</td><td>Done</td> |
</tr> | </tr> | ||
- | <tr | + | <tr> |
- | <td>Delete the 2 obsolete <tt>NeoOffice- | + | <td>Delete the 2 obsolete <tt>NeoOffice-2.2.6-Patch-5-*.dmg</tt> patch files from the <tt>/neojava/downloads/patches</tt> directory on all of the mirrors listed in the rsync.neooffice.org server's <tt>/neojava/includes/mirrors.php</tt> file.</td> |
- | <td> | + | <td>05/10/2010</td><td>pluby</td><td>Done</td> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</tr> | </tr> | ||
</table> | </table> |
Current revision
This page is an attempt to document all of the tasks required to release NeoOffice 3.1.1. This page is by no means comprehensive, but hopefully as we work through the release process, we will leave behind enough details to make future releases simpler and less error prone.
Here is what the colors mean:
Not yet assigned | |
Assigned but not yet due |
Contents |
Builds
In this release, the total size of the binaries that have bug fixes since we released NeoOffice 3.1.1 Beta is quite large. So, in order to make room available for any NeoOffice 3.1.1 patches, no upgrade patch will be released.
Task | Date Completed | Assigned | Status |
Commit and test updated icon files in your workspace's NeoOffice 3.1.1 etc/package directory.
|
04/20/2010 | pluby | Done |
Rebuild all custom NeoOffice code using the existing NeoOffice 3.1.1 Beta development builds. Perform a confirming checkout of the HEAD branch and set build to build with a new version and the NeoOffice trademarked product name. This includes the following steps:
|
04/30/2010 | pluby | Done |
Tag the code in the HEAD branch with the NeoOffice-3_1_1 tag using the following:
|
05/05/2010 | pluby | Done |
Create releasable NeoOffice 3.1.1 build for Intel. Note: the following steps are overkill, but they ensure that all recent changes to the NeoOffice custom code has been built:
|
05/05/2010 | pluby | Done |
Create releasable NeoOffice 3.1.1 build for PowerPC. Note: Use the same steps as used for the matching Intel task. |
05/05/2010 | pluby | Done |
Create backup copy of releasable Intel binaries and upload them to staging server. The following steps are the steps that I used to create my backup copy:
Put the NeoOffice-3.1.1 folder in a new empty directory and create a CD master NeoOffice-3.1.1.cdr file of the new directory using the following command: hdiutil create -srcfolder /path/to/new/directory \ -format UDTO -ov -o /path/to/output/NeoOffice-3.1.1.cdr |
05/09/2010 | pluby | Done |
Create backup copy of releasable PowerPC binaries and upload them to staging server. Note: Use the same steps as used for the matching Intel task. |
05/09/2010 | pluby | Done |
Verify that the releasable installer and one or more language packs install and run on Intel for the following Mac OS X versions:
|
05/05/2010 | pluby | Done |
Verify that the releasable installer and one or more language packs install and run on PowerPC for the following Mac OS X versions:
|
05/05/2010 | pluby | Done |
Mirrors for Early Access Program Release
NeoOffice's rsync server is hosted on rsync.neooffice.org and our volunteer mirrors obtain the NeoOffice binaries by nightly runs of the following command on their mirrors:
rsync --archive --delete rsync://rsync.neooffice.org/neojavadownloads/ \ /path/to/NeoOffice/mirror/directory
Note that the NeoOffice 3.1.1 Beta main installer binaries are only mirrored on neooffice.org servers so using the above command will only copy the language pack installers until near the end of the current NeoOffice Early Access Program on 11 May 2010.
Task | Date Completed | Assigned | Status |
Upload the 2 main installer NeoOffice-3.1.1-*.dmg files to the rsync.neooffice.org server's /neojava/earlyaccessdownloads directory using the following steps:
|
05/05/2010 | pluby | Done |
Upload the 66 NeoOffice language pack installer NeoOffice-3.1.1-Language_Pack_*.dmg files to the rsync.neooffice.org server's /neojava/downloads directory using the following steps:
|
05/05/2010 | pluby | Done |
Mirrors
NeoOffice's rsync server is hosted on rsync.neooffice.org and our volunteer mirrors obtain the NeoOffice binaries by nightly runs of the following command on their mirrors:
rsync --archive --delete rsync://rsync.neooffice.org/neojavadownloads/ \ /path/to/NeoOffice/mirror/directory
Note that since we already mirrored the language pack installers, we only need to mirror the main installers.
Task | Date Completed | Assigned | Status |
Copy the 2 main installer NeoOffice-3.1.1-*.dmg files to the rsync.neooffice.org server's /neojava/downloads directory using the following steps:
|
05/09/2010 | pluby | Done |
Website for Early Access Program Release
Task | Date Completed | Assigned | Status |
Tag the www.neooffice.org website to avoid modifying production web pages while we modify the web pages in the test website by logging into the www.neooffice.org server, cd to the its webroot directory, and set the tag by invoking the following commands: bin/cvsplusperms.sh tag NeoOffice-3_1_1_Beta_2 ; bin/cvsplusperms.sh update -rNeoOffice-3_1_1_Beta_2 -d | 05/06/2010 | pluby | Done |
Update all NeoOffice and version names, file URLs, and patch version names in all of the files in the www-test.neooffice.org server's neojava directory. Note: I used the following steps to do this:
$earlyaccessdownloadenabled = true; $earlyaccessredirectenabled = false; $earlyaccessfreeproduct = 'NeoOffice 3.1.1'; $earlyaccessproductversion = '3.1.1'; $earlyaccessproductfamily[0] = '3.1.1 Beta'; $earlyaccesspatch = ''; |
05/06/2010 | pluby | Done |
Update the NeoOffice 3.1.1 main installer and language pack file sizes and set the 2 patch file sizes to 0 in the /neojava/includes/globals/earlyaccessfilesizes.php file and if the changes look correct, invoke the following command to commit your changes: bin/cvsplusperms.sh commit | 05/06/2010 | pluby | Done |
Verify that patch checking works properly by doing the following steps in a NeoOffice 3.1.1 installation:
|
05/06/2010 | pluby | Done |
Website
Task | Date Completed | Assigned | Status |
Tag the www.neooffice.org website to avoid modifying production web pages while we modify the web pages in the test website by logging into the www.neooffice.org server, cd to the its webroot directory, and set the tag by invoking the following commands: bin/cvsplusperms.sh tag NeoOffice-3_1_1 ; bin/cvsplusperms.sh update -rNeoOffice-3_1_1 -d | 05/09/2010 | pluby | Done |
Update all NeoOffice and version names, file URLs, and patch version names in all of the files in the www-test-primary.neooffice.org server's neojava directory. Note: I used the following steps to do this:
$earlyaccessdownloadenabled = false; $earlyaccessredirectenabled = true; $earlyaccessproductfamily[0] = ''; $earlyaccesspatch = ''; $currentproductversion = '3.1.1'; $currentoooversion = '3.1.1'; $currentproductfamily[0] = ''; $currentpatch = ''; $oldproductshowobsoletewarning = false; $oldproductencourageupgrade = true; $oldproductversion = '3.0.2'; $oldoooversion = '3.0.1'; $oldproductfamily[0] = ''; $oldpatch = 'Patch 4'; |
05/09/2010 | pluby | Done |
Copy the 70 NeoOffice 3.1.1 file sizes from the /neojava/includes/earlyaccesfilesizes.php file to the /neojava/includes/filesizes.php file. Also, set the /neojava/includes/filesizes.php to zero. If the changes look correct, invoke the following command to commit your changes: bin/cvsplusperms.sh commit | 05/09/2010 | pluby | Done |
Enable the BitTorrent links using the following steps:
|
05/10/2010 | pluby | Done |
Prepare the NeoOffice_3.1.1.html press release file, save it in the www-test-primary.neooffice.org website's /press_releases directory using the following naming format, bin/cvsplusperms.sh add the file, and invoke the following command to commit the new file: bin/cvsplusperms.sh commit | 05/09/2010 | pluby | Done |
Verify that patch checking works properly by doing the following steps in a NeoOffice 3.1.1 installation:
|
05/09/2010 | pluby | Done |
Release for Early Access Program
Generally, we release the new version to Early Access Program members through the Early Access Program download site a few days before we release the new version to the general public. In this release, we plan to make the release available on the Early Access Program download site in the afternoon on 6 May 2010 in California.
Task | Date Completed | Assigned | Status |
Synchronize the donation's database to PayPal's database to ensure that none of the donors' transactions are missing and to pick up any e-mail address changes made by donors during the Early Access period using the following steps:
|
05/06/2010 | pluby | Done |
Verify that all mirrors listed for the NeoOffice 3.1.1 main installer and language pack links work in the www-test.neooffice.org website's Early Access Program download pages. If any do not work, comment them out in the /neojava/includes/earlyaccessmirrors.php file (for the main installer) and in the neojava/includes/mirror.php (for the language packs) and invoke the following command: bin/cvsplusperms.sh commit | 05/06/2010 | pluby | Done |
Replace the NeoOffice 3.1.1 Beta MD5 checksums with the NeoOffice 3.1.1 MD5 checksums. | 05/06/2010 | pluby | Done |
Add "3.1.1" version in Bugzilla. | 05/06/2010 | pluby | Done |
Make the NeoOffice 3.1.1 binaries downloadable from the www.neooffice.org website's Early Access Program download pages by updating the www.neooffice.org website's pages to match what is in the www-test.neooffice.org website's pages. Login into each of the www.neooffice.org servers, cd to the its webroot directory, and invoke the following command: bin/cvsplusperms.sh update -Ad | 05/06/2010 | pluby | Done |
Close all bugs with a status of "Resolved" by setting the following field values:
|
05/06/2010 | pluby | Done |
Close any bugs with a status of "Assigned" or "Reopened" and resolution of "Fixed" by setting the following field values:
|
05/06/2010 | pluby | Done |
Delete the 2 obsolete NeoOffice-3.1.1_Beta-*.dmg main installer files from the /neojava/earlyaccessdownloads directory on all of the mirrors listed in the rsync.neooffice.org server's /neojava/includes/earlyaccessmirrors.php file. | 05/06/2010 | pluby | Done |
Delete the 66 obsolete NeoOffice-3.1.1_Beta-Language_Pack_*.dmg language pack installer files from the rsync.neooffice.org server's /neojava/downloads directory. | 05/06/2010 | pluby | Done |
Post a release announcement to this Trinity forum topic and this Trinity forum topic so that the news is included in the RSS feed. | 05/06/2010 | pluby | Done |
Release
Generally, we try to time the release when it is early morning of the release date in New Zealand which is the most populous country closest to the international date line. So for this release, 11 May 2010 translates to the afternoon on 10 May 2010 in California.
Task | Date Completed | Assigned | Status |
Create a new category in the donations database that has a start date and time that is a few hours before the planned release time to ensure that donors who donate after we make the NeoOffice 3.1.1 binaries downloadable get their donation credited to the next Early Access Program using the following steps:
|
05/09/2010 | pluby | Done |
Verify that all mirrors listed for the NeoOffice 3.1.1 main installer and language pack links work in the www-test-primary.neooffice.org website's download pages. If any do not work, comment them out in the /neojava/includes/mirrors.php file and invoke the following command: bin/cvsplusperms.sh commit | 05/10/2010 | pluby | Done |
Make the NeoOffice 3.1.1 binaries downloadable from the www.neooffice.org website's download pages by updating the www.neooffice.org website's pages to match what is in the www-test.neooffice.org website's pages. Login into the www.neooffice.org server, cd to the its webroot directory, and invoke the following command: bin/cvsplusperms.sh update -Ad | 05/10/2010 | pluby | Done |
Make NeoOffice 3.1.1 the current version in the NeoWiki using the following steps:
|
05/10/2010 | pluby | Done |
Post the press release as an article on the Trinity news page. Note: be sure to change the language field from "English" to "All" in when submitting the article so that all Trinity users will see the article. | 05/10/2010 | pluby | Done |
Post a release announcement to this Trinity forum topic and this Trinity forum topic so that the news is included in the RSS feed. | 05/10/2010 | pluby | Done |
Delete the 2 obsolete NeoOffice-3.1.1-*.dmg main installer files from the /neojava/earlyaccessdownloads directory on all of the mirrors listed in the rsync.neooffice.org server's /neojava/includes/mirrors.php file. | 05/10/2010 | pluby | Done |
Delete the 118 obsolete NeoOffice-2.2.6-*.dmg main installer and language pack files from the /neojava/downloads directory on all of the mirrors listed in the rsync.neooffice.org server's /neojava/includes/mirrors.php file. | 05/10/2010 | pluby | Done |
Delete the 2 obsolete NeoOffice-2.2.6-Patch-5-*.dmg patch files from the /neojava/downloads/patches directory on all of the mirrors listed in the rsync.neooffice.org server's /neojava/includes/mirrors.php file. | 05/10/2010 | pluby | Done |