ChangeLog 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. SQUIRRELSPELL
  2. v0.3.7
  3. ------
  4. - General formatting updates, javadoc-style comments, and cleanups.
  5. - Potential privacy vulnerability fixed (possible symlink attack)
  6. - Moving some strings from .js files into .mod or .php so they can be
  7. translated.
  8. - Miscellaneous code moves and smallish rewrites.
  9. v0.3.6
  10. ------
  11. - Remote arbirtary execution as apache user vulnerability fix.
  12. v0.3.5
  13. -------
  14. - Making it work with 1.1.1 broke it under 1.0.6. Decided not to support
  15. developmental versions after this release.
  16. v0.3.4
  17. -------
  18. - Changes to unbreak it in 1.1.1. :)
  19. v0.3.3
  20. -------
  21. - Apparently, magic quotes wasn't a bug, but something introduced in 1.0.6,
  22. so I took out all magic-quotes escaping routines, since it's done
  23. automatically now by validate.php.
  24. v0.3.2
  25. -------
  26. - Rolled back changes in v0.3.1
  27. - Workaround for an odd bug with PHP's magic_quotes_gpc
  28. - Changed trim to chop so the newline-trimming function doesn't trim
  29. leading spaces.
  30. - Changed SOUP_NAZI to only deny Opera-4 versions
  31. - Moved SQSPELL_VERSION to sqspell_functions.php for easier
  32. upgrades.
  33. v0.3.1
  34. -------
  35. Changes to make it work with 1.0.5.
  36. v0.3
  37. -----
  38. Added vlink and alink settings, plus fixed some colors.
  39. v0.3b
  40. ------
  41. - Major code re-organization.
  42. - Moved modules into separate directory.
  43. - Moved most JavaScript out of the main code into separate .js files
  44. - Created generic GUI-wrappers for most interface screens.
  45. - Added support for multiple international dictionaries.
  46. - Added MCRYPT support for encrypting the user dictionaries.
  47. - No longer checks lines starting with ">" (reply).
  48. - No longer checks anything past the "--" on a single line (signature).
  49. - SquirrelSpell options are now on the main OPTIONS page, not on the
  50. personal options page.
  51. v0.2.1
  52. ------
  53. Added a SoupNazi function. :)) Checks for bad browsers which are known not to
  54. work with SquirrelSpell due to their odd JavaScript.
  55. v0.2pl1
  56. -------
  57. Fixed the Magic Quotes problems.
  58. v0.2
  59. -----
  60. Added user dictionaries.
  61. v0.1.1
  62. -------
  63. Added support for aspell
  64. v0.1pl1
  65. --------
  66. Fixed Magic Quotes errors.
  67. version v0.1
  68. -------------
  69. Initial release.