Notes-1.3.2.txt 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. /*****************************************************************
  2. * Release Notes: SquirrelMail 1.3.2 *
  3. * The "Nut cracker" Release *
  4. * 29 October 2002 *
  5. *****************************************************************/
  6. In this edition of SquirrelMail Release Notes:
  7. * All about this Release!!!
  8. * Major updates
  9. * A note on solved bugs
  10. * Reporting my favorite SquirrelMail 1.3 bug
  11. * About our Release Aliases
  12. All about this Release!!!
  13. =========================
  14. This is the third release on our way to a new stable series.
  15. On our way to, that is, this is a development release, which is not
  16. intended for production servers. We feel that releasing development
  17. versions will help us making the to-be stable release more stable, and
  18. restricting the ability to test no longer to people who use CVS.
  19. So download it! Install it, and try to break it! We are hungry for any
  20. bug report you send. If stumbling over a bug is a true non-option,
  21. this release is not for you. In that case, download the stable version
  22. and enjoy that one.
  23. In general, we are planning to regularly release a 1.3.x version until
  24. it is stable enough to call her 1.4 or 2.0. While I'm at it, one
  25. comment on version numbers. Our version numbers take the form of A.B.C
  26. A increases with time, but only very seldomly.
  27. B if it is even (0, 2, 4 etc), it is a stable release
  28. if it is odd (1, 3, 5 etc), it is a development release
  29. C indicates small changes.
  30. Which is to say our version numbering system is the same as that of
  31. the linux kernel. So 1.2.9 is a stable version, and 1.3.2 (this one)
  32. is a development release.
  33. We are excited to bring you the fruits of a very good development
  34. series. Major rewrites of the back-end and the user interface have
  35. been happening since the 1.2 series.
  36. Major updates
  37. ==============
  38. To summarize the major updates in the 1.3.2 release:
  39. * The support of register globals = off
  40. * A complete rewrite of the way we send mail (Deliver-class)
  41. * Lot's of bugfixes.
  42. A note on solved bugs
  43. =====================
  44. After the release of 1.3.0 and 1.3.1 we received lots of usefull bug-reports.
  45. At this moment we can say that most issues are solved.
  46. One of the biggest bug reporter was Cor Bosman from the dutch ISP XS4ALL.
  47. They scheduled the use of SquirrelMail 1.3.2 because of it's UID support.
  48. At this moment they are switched over to 1.3.2 CVS and it's running fine on
  49. the production servers. The imap-server load was dropped significantly and
  50. that's exactly what we tried to establish in the DEVEL branche.
  51. A note on plugins
  52. =================
  53. There have been very severe architecture improvements. Lots of plugins
  54. have not yet been adapted to this. Plugins which are distributed with
  55. this release (eg. in the same .tar.gz file) may work. Plugins not
  56. distributed with this plugin most probably WILL NOT WORK.
  57. So if you have ANY problem at all, first try turning off all plugins.
  58. A note on your configuration
  59. ============================
  60. For a whole bunch of reasons, it is MANDATORY that you run conf.pl
  61. (and then save your configuration) from the config/ directory before
  62. using this release.
  63. If you have problems with UID support, please do these 2 things:
  64. 1) For our comfort and the prosper of SquirrelMail:
  65. send a bugreport with this information
  66. * IMAP server type + version
  67. * Whether you use server-side sorting
  68. * Whether you use thread sorting
  69. * The value of "sort" (as in conf.pl)
  70. bugs can be submitted at: http://www.squirrelmail.org/bugs
  71. 2) For your own pleasure and comfort:
  72. turn of UID support in conf.pl, so you can continue to use 1.3.2
  73. Reporting my favorite SquirrelMail 1.3 bug
  74. ==========================================
  75. It is not unlikely you will experience some bugs while using this
  76. development version. Please submit these bugs. Also, please mention
  77. that the bug is in this 1.3.2 release.
  78. http://www.squirrelmail.org/bugs
  79. Thank you for your cooperation in that issue. That helps us to make
  80. sure that nothing slips through the cracks. Also, it would help if
  81. people would check existing tracker items for a bug before reporting
  82. it again. This would help to eliminate duplicate reports, and
  83. increase the time we can spend CODING by DECREASING the time we
  84. spend sorting through bug reports. And remember, check not only OPEN
  85. bug reports, but also closed ones as a bug that you report MAY have
  86. been fixed in CVS already.
  87. In case you want to join us on coding SquirrelMail, or have other
  88. things to share with the developers, join the development mailinglist:
  89. squirrelmail-devel@lists.sourceforge.net
  90. About our Release Aliases
  91. =========================
  92. With the release of 1.3.2 we can say we realy cracked some nuts regarding
  93. hard to solve issues.
  94. Future devel versions will continue carrying "Nut" releasenames
  95. to keep the squirrel satisfied. Since winter is coming we better hurry up
  96. with new "Nut" releases. We don't want a death squirrel due to starvation.
  97. So next time you see a squirrel feed him nuts, think about SquirrelMail and
  98. a new friendship is born.
  99. Happy SquirrelMailing!
  100. - The SquirrelMail Project Team