update README to reflect inclusion in squirrelmail-core-plugins
[squirrelmail.git] / plugins / squirrelspell / doc / ChangeLog
index 040ebc937c1ee8bdd950fa04f014638f9f61e91f..dd6cf872c821b5213ee5621f3410850060a423e1 100644 (file)
@@ -1,5 +1,17 @@
 SQUIRRELSPELL
 
+v0.3.7
+------
+- General formatting updates, javadoc-style comments, and cleanups.
+- Potential privacy vulnerability fixed (possible symlink attack)
+- Moving some strings from .js files into .mod or .php so they can be
+  translated.
+- Miscellaneous code moves and smallish rewrites.
+
+v0.3.6
+------
+- Remote arbirtary execution as apache user vulnerability fix.
+
 v0.3.5
 -------
 - Making it work with 1.1.1 broke it under 1.0.6. Decided not to support
@@ -35,7 +47,7 @@ Added vlink and alink settings, plus fixed some colors.
 
 v0.3b
 ------
-- Major code re-organization. 
+- Major code re-organization.
 - Moved modules into separate directory.
 - Moved most JavaScript out of the main code into separate .js files
 - Created generic GUI-wrappers for most interface screens.