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