From 085df96f6fd575918ffc713d5b56682866a15faa Mon Sep 17 00:00:00 2001 From: Keith Jolley Date: Wed, 1 Feb 2023 12:53:46 +0000 Subject: [PATCH] Version 1.40.1. --- README.txt | 4 ++++ lib/BIGSdb/Application.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 75511b8d..79156b4e 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,7 @@ +v1.40.1: *Check, and add if necessary, field indexes on scheme cache tables. + *Add new index that speeds up scheme cache renewal. + *Fix flanking sequence export. + *Add --curator option to autotag.pl and scannew.pl scripts. v1.40.0: *Cache renewal now uses an embedded database stored procedure for scheme field lookup, improving memory use. v1.39.1: *Improvements to scheme caching in isolate databases. This is now more diff --git a/lib/BIGSdb/Application.pm b/lib/BIGSdb/Application.pm index 4d5634c0..ff7dff24 100644 --- a/lib/BIGSdb/Application.pm +++ b/lib/BIGSdb/Application.pm @@ -20,7 +20,7 @@ package BIGSdb::Application; use strict; use warnings; use 5.010; -use version; our $VERSION = version->declare('v1.40.0'); +use version; our $VERSION = version->declare('v1.40.1'); use Apache2::Connection; use parent qw(BIGSdb::BaseApplication); use BIGSdb::AjaxAnalysis;