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 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "../dtd/document-v10.dtd">
  3. <document>
  4. <header>
  5. <title>Release Plan 2.0</title>
  6. <subtitle>Planning Documentation</subtitle>
  7. <authors>
  8. <person name="David Crossley" email="crossley@apache.org"/>
  9. <person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
  10. </authors>
  11. </header>
  12. <body>
  13. <s1 title="Preparation for release of Poi">
  14. <p>Todo</p>
  15. <!-- NKB todo
  16. <p>The 2.0 final release is scheduled for the end of November 2001.
  17. </p>
  18. <p>
  19. The following is extracted from the thread
  20. [C2]: Release Candidate 2 ... 2001-10-29
  21. </p>
  22. <source><![CDATA[
  23. > The question is now, what has to be done until then?
  24. >
  25. > 1) We have many open bugs in bugzilla. These must be reviewed
  26. > and then solved (or declared invalid etc).
  27. >
  28. > 2) Documentation updates (this area lacks most)
  29. > We could move this to the final release.
  30. Documentation must be happening all the time, and not left
  31. until last.
  32. > 3) Decide what to backport from the 2.1 head.
  33. > I'm +1 on removing the CodeFactories completly in 2.0, too.
  34. > This would avoid any backcompatibility problems.
  35. >
  36. > 4) Layout the distribution
  37. > This is a point we haven't discussed yet. Currently our
  38. > distribution is a mixture of a source and a binary one.
  39. > We deliver the source and a compiled version, but in order
  40. > to run Cocoon, the user has to build a war file.
  41. > I propose to split this: one source distribution which is
  42. > similar to the current one but without the precompiled
  43. > cocoon jar and a binary distribution containing only the
  44. > war file. This war file should work in most servlet engines,
  45. > perhaps not in all.
  46. >
  47. > So anything missing here?
  48. 5) Ensure that licensing requirements have been met.
  49. update jars.xml, ensure proper banner in *.java header,
  50. verify the current LICENSE* files, ensure that external
  51. components have suitable licensing requirements.
  52. ]]></source>
  53. -->
  54. </s1>
  55. </body>
  56. </document>