5 - Remote arbirtary execution as apache user vulnerability fix.
9 - Making it work with 1.1.1 broke it under 1.0.6. Decided not to support
10 developmental versions after this release.
14 - Changes to unbreak it in 1.1.1. :)
18 - Apparently, magic quotes wasn't a bug, but something introduced in 1.0.6,
19 so I took out all magic-quotes escaping routines, since it's done
20 automatically now by validate.php.
24 - Rolled back changes in v0.3.1
25 - Workaround for an odd bug with PHP's magic_quotes_gpc
26 - Changed trim to chop so the newline-trimming function doesn't trim
28 - Changed SOUP_NAZI to only deny Opera-4 versions
29 - Moved SQSPELL_VERSION to sqspell_functions.php for easier
34 Changes to make it work with 1.0.5.
38 Added vlink and alink settings, plus fixed some colors.
42 - Major code re-organization.
43 - Moved modules into separate directory.
44 - Moved most JavaScript out of the main code into separate .js files
45 - Created generic GUI-wrappers for most interface screens.
46 - Added support for multiple international dictionaries.
47 - Added MCRYPT support for encrypting the user dictionaries.
48 - No longer checks lines starting with ">" (reply).
49 - No longer checks anything past the "--" on a single line (signature).
50 - SquirrelSpell options are now on the main OPTIONS page, not on the
51 personal options page.
55 Added a SoupNazi function. :)) Checks for bad browsers which are known not to
56 work with SquirrelSpell due to their odd JavaScript.
60 Fixed the Magic Quotes problems.
64 Added user dictionaries.
68 Added support for aspell
72 Fixed Magic Quotes errors.