Просмотр исходного кода

Upping the version number and logging the change in ChangeLog

graf25 23 лет назад
Родитель
Сommit
1237a8e643

+ 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";
     
 ?>