From 9276f7387a56a14616c9725784a2211cb099878e Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@afi-sa.fr>
Date: Tue, 14 Oct 2014 09:22:21 +0200
Subject: [PATCH] V6.54.2

---
 VERSIONS            | 5 +++++
 library/startup.php | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/VERSIONS b/VERSIONS
index 5889a645e6a..9f681cd256b 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,8 @@
+14/10/2014 - v6.54.2
+
+- ticket #16765: Performance des Kiosque: la requête SQL qui récupère les identifiants de notices ne génère plus de table temporaire
+
+
 13/10/2014 - v6.54.1
 
 - ticket #16171: Cosmogramme : ajout d'un captage de perte de connection mysql et reconnection si l'homogénéisation Z39.50 est trop longue lors des traitements d'intégration.
diff --git a/library/startup.php b/library/startup.php
index 14f817c8300..c828e1efc4b 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -57,7 +57,7 @@ function defineConstant($name, $value) {
 
 function setupConstants() {
 	defineConstant('VERSION_PERGAME','6.54');
-	defineConstant('RELEASE_NUMBER', VERSION_PERGAME . '.1');
+	defineConstant('RELEASE_NUMBER', VERSION_PERGAME . '.2');
 
 	defineConstant('ROOT_PATH',  realpath(dirname(__FILE__).'/..').'/');
 
-- 
GitLab