浏览代码

Upping the version number and logging the change in ChangeLog

graf25 23 年之前
父节点
当前提交
1237a8e643
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 4 0
      plugins/squirrelspell/doc/ChangeLog
  2. 1 1
      plugins/squirrelspell/sqspell_functions.php

+ 4 - 0
plugins/squirrelspell/doc/ChangeLog

@@ -1,5 +1,9 @@
 SQUIRRELSPELL
 
+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

+ 1 - 1
plugins/squirrelspell/sqspell_functions.php

@@ -304,6 +304,6 @@
        of the user dictionary files and messing with this can do ugly 
        stuff. :)
        								**/
-    $SQSPELL_VERSION="v0.3.5";
+    $SQSPELL_VERSION="v0.3.6";
     
 ?>