Notes-1.2.5 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. /*****************************************************************
  2. * Release Notes: SquirrelMail 1.2.5 *
  3. * The "Welcome to the Teams" Release *
  4. * 22 February 2002 *
  5. *****************************************************************/
  6. In this edition of SquirrelMail Release Notes:
  7. * All about this Release!!!
  8. * Reporting my favorite SquirrelMail 1.2 bug
  9. * Important Note about PHP 4.1.0
  10. * About our Release Aliases
  11. All about this Release!!!
  12. =========================
  13. The 1.2 series is continuing to get better and more featured. The
  14. latest added features are:
  15. * MDN Support - You can send and request delivery & read receipts.
  16. * Enhanced Search functions - search multiple folders at once,
  17. search history
  18. * And another pileful of fixes and omtimisations
  19. See the Changelog file for details.
  20. Being one of the most popular webmail clients, the developers of
  21. SquirrelMail feel a huge desire and responsibility to continue push
  22. the envelope and make SquirrelMail the best it can possibly be. You
  23. will not be disappointed with this release, as it is by far the most
  24. feature rich, and yet it is still the same sleek and unbloated and
  25. cuddly webmail application that we have all grown to love. Here is
  26. an incomplete list of new features and enhancements since the last
  27. stable release.
  28. * Collapsible Folders - The folder list can be collapsed at any
  29. parent folder. This makes folder lists with large
  30. hierarchical structures much easier to manage and navigate.
  31. * The Paginator! - This enables quick access to any page in the
  32. message list by simply choosing the page number to view
  33. rather than tediously clicking "next" 50 times.
  34. * Hundreds of UI tweaks - The user interface has been given a
  35. face-lift. The HTML has been largely overhauled, and while
  36. it still has the same general feel, it has been made more
  37. intuitive.
  38. * Drafts - It is now possible to compose a message and save it to
  39. be sent at a later date with the drafts option.
  40. * New Options Page - The options page has been completely
  41. rewritten for several reasons, the main of which was to
  42. allow seamless integration of plugin options and to
  43. provide uniformity throughout the entire section.
  44. * Multiple Identities - It is now possible to create different
  45. identities (home, work, school) that can be chosen upon
  46. sending. Each identity can have its own email address,
  47. full name, and signature.
  48. * Reply Citations - Different types of citations are now possible
  49. when replying to messages.
  50. * Better Attachment Handling - The plugin, attachment_common, has
  51. been fully integrated into the core of SquirrelMail. This
  52. allows inline viewing of several different types of
  53. attachments.
  54. * Integration of Several Plugins - The following plugins have been
  55. put directly into the core. As a result, be sure not to
  56. install these as plugins, as the result may be (at best)
  57. unpredictable: attachment_common, paginator, priority,
  58. printer_friendly, sqclock, xmailer.
  59. * Improved support for newer versions of PHP. Note that you may
  60. have trouble if you are running PHP version 4.0.100
  61. (commonly distributed with Debian 3.0).
  62. * Ability to mark messages as read and unread from the message listing.
  63. * Alternating Colors - The message list now alternates row colors
  64. by default. This presents a much cleaner and easier to
  65. read interface to the user.
  66. Aside from these obvious front end features, there are hundreds of
  67. bugs that have been fixed, and much of the code has been optimized
  68. and/or rewritten. This stable release is far superior in all
  69. aspects to all previous versions of SquirrelMail.
  70. Home Page: http://www.squirrelmail.org/
  71. Download: http://www.squirrelmail.org/download.php
  72. ScreenShots: http://www.squirrelmail.org/screenshots.php
  73. Reporting my favorite SquirrelMail 1.2 bug
  74. ==========================================
  75. Of course, in the words of Linus Torvalds, this release is officially
  76. certified to be Bug-Free (tm).
  77. However, if for some reason some bugs manage to find their way to the
  78. surface, please report them at once (after all, they ARE uncertified
  79. bugs!!!) The PROPER place to report these bugs is the SquirrelMail Bug
  80. Tracker.
  81. http://www.squirrelmail.org/bugs
  82. Thank you for your cooperation in that issue. That helps us to make
  83. sure that nothing slips through the cracks. Also, it would help if
  84. people would check existing tracker items for a bug before reporting
  85. it again. This would help to eliminate duplicate reports, and
  86. increase the time we can spend CODING by DECREASING the time we
  87. spend sorting through bug reports. And remember, check not only OPEN
  88. bug reports, but also closed ones as a bug that you report MAY have
  89. been fixed in CVS already.
  90. Important Note about PHP 4.1.0
  91. ==============================
  92. Finally, we have managed to make *this* SquirrelMail release cooperate
  93. nicely with the new PHP 4.1 release. As opposed to 1.2.4 and before,
  94. which was less good friends with PHP 4.1.
  95. So: "Yes! It works"
  96. About our Release Aliases - by Wouter Teepe
  97. =========================
  98. Back with the release of 1.2.0, back when Christmas was recent, and
  99. not the Olympics, there was this vision of structurgin the
  100. SquirrelMail community into "Teams", all doing their own thing.
  101. Finally, the teams have really kicked off. :-)
  102. And, I would like to welcome all our new community members, being both
  103. YOU, the eventful users of SquirrelMail, as well as Simon Dick, Jason
  104. Munro, Pete Palmer and Chris Hills who have became team leads, as
  105. well as Marc Groot Koerkamp and Thijs Kinkhorst (both just by incident
  106. inhabitants of the same country as me :-)) who have recently joined
  107. SquirrelMail and have made worthy contributions.
  108. Welcome to the SquirrelMail teams.
  109. (And now...get the Great Rewrite geared up)
  110. See http://www.squirrelmail.org/wiki/SquirrelRelease for more details.
  111. Happy SquirrelMailing!
  112. - The SquirrelMail Project Team