DBRev to make notes of the XSS patches and the new important dependency.
authorBrendan Gallagher <brendan@bywatersolutions.com>
Fri, 29 Jan 2016 18:06:28 +0000 (18:06 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Fri, 29 Jan 2016 18:06:28 +0000 (18:06 +0000)
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Koha.pm
installer/data/mysql/updatedatabase.pl

diff --git a/Koha.pm b/Koha.pm
index a71409d..23ab78e 100644 (file)
--- a/Koha.pm
+++ b/Koha.pm
@@ -29,7 +29,7 @@ use vars qw{ $VERSION };
 # - #4 : the developer version. The 4th number is the database subversion.
 #        used by developers when the database changes. updatedatabase take care of the changes itself
 #        and is automatically called by Auth.pm when needed.
-$VERSION = "3.23.00.017";
+$VERSION = "3.23.00.018";
 
 sub version {
     return $VERSION;
index 99046ac..a67727f 100755 (executable)
@@ -11713,6 +11713,14 @@ remove_tree( $tmp ) if -d $tmp;
 
 }
 
+$DBversion = "3.23.00.018";
+if ( CheckVersion($DBversion) ) {
+
+    print "Upgrade to $DBversion done (Bug 13618 - Prevent XSS in the Staff Client and the OPAC --  Please note the new dependency Template::Stash::AutoEscaping - pretty important to have)\n";
+    SetVersion($DBversion);
+
+}
+
 # DEVELOPER PROCESS, search for anything to execute in the db_update directory
 # SEE bug 13068
 # if there is anything in the atomicupdate, read and execute it.