Making log entries in the ChangeLog.
[squirrelmail.git] / plugins / squirrelspell / doc / ChangeLog
1 SQUIRRELSPELL
2
3 v0.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
11 v0.3.6
12 ------
13 - Remote arbirtary execution as apache user vulnerability fix.
14
15 v0.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
20 v0.3.4
21 -------
22 - Changes to unbreak it in 1.1.1. :)
23
24 v0.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
30 v0.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
40 v0.3.1
41 -------
42 Changes to make it work with 1.0.5.
43
44 v0.3
45 -----
46 Added vlink and alink settings, plus fixed some colors.
47
48 v0.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
61 v0.2.1
62 ------
63 Added a SoupNazi function. :)) Checks for bad browsers which are known not to
64 work with SquirrelSpell due to their odd JavaScript.
65
66 v0.2pl1
67 -------
68 Fixed the Magic Quotes problems.
69
70 v0.2
71 -----
72 Added user dictionaries.
73
74 v0.1.1
75 -------
76 Added support for aspell
77
78 v0.1pl1
79 --------
80 Fixed Magic Quotes errors.
81
82 version v0.1
83 -------------
84 Initial release.