wiki:ITERATION_08/Release
Last modified 16 years ago Last modified on 05/19/09 19:12:52

RELEASE Alpha-1

RELEASE_SCHEDULE
Release team working process

Tasks for testing

Urgent Goals

Before 2009-05-15 we need to achieve the following:

  • product
    • repository branching
    • Gaining functionality needed for the fifth release as stated by the schedule
    • tuning
    • bugs to fix
    • things to remove
    • things to disable
    • files to download
    • final delivery
  • documentation
    • download page
    • release documentation
    • user documentation
    • installation instructions

Documentation

Download Page

Release Document

  • Timelines
  • Printing
  • Page element grouping
  • PDF Export
  • Initial release of Sophie Reader and sample books.

User Documentation

  • This should be the documentation for all features available in the released downloadable. This includes new features, old features and updates done to them. This way we could iteratively form the final user docs.
  • Currently at ITERATION_08/Release/UserDocumentation

Installation Instructions

  • installation instructions (MAC/Windows/Linux). Mac java tweaking instructions.

Product

IMPORTANT

Always write where is the result of the task you completed. This would be the changeset with thorough commit comment for coding and a link to the wiki page for a document.

Repository Branching

Promised Features

  • Timelines --boyan@2009-05-14 20:00 [2630]
  • Book Template Editing
    • Probably will not be available
  • Sophie Book Importing
    • Will not be available
  • Printing
  • Page element grouping
  • PDF Export --tanya [2678] - exporting the whole book in a pdf file
  • HTML Export
    • Done --peko [2661], [2693] - currently: backgrounds, borders, text and images.
  • Reader - [2634] ,[2689]-- pav
    • the built scripts have to be edited - one more argument 'author' or 'reader' has to be added
  • This release includes the initial release of Sophie Reader, as well as sample books.

Release Tuning

Bugs to Fix

Things to Remove

Things to Disable

Final Delivery

Comments

How to use the branch

This is not done yet
Update your working copy of the repository

  • If you have the trunk project imported in Eclipse, change your workspace to a new one (for example "Release")
  • Import as a "Maven project" from branches/release04-pre-alpha-5
  • All your changes from now on will affect only the release branch
  • We should prepare a good sample book.

Regarding meddle's fix in [2570], I had made a similar change in my branch for debugging purposes, [2683] which sequences the new book titles. Likely some conflicts now, but if you are interested, take a look (or i'll just nuke them when I sync back with the trunk. I just needed to know which button was controlling which book easier <g>) --sriggins