From 04eb193a437e926f90790b4faa80fe1b60a44eca Mon Sep 17 00:00:00 2001 From: Laurent Laffont <llaffont@afi-sa.fr> Date: Tue, 8 Jan 2019 17:41:14 +0100 Subject: [PATCH] 7.12.53 --- VERSIONS | 5 +++++ VERSIONS_HOTLINE/84476 | 1 - library/startup.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 VERSIONS_HOTLINE/84476 diff --git a/VERSIONS b/VERSIONS index cb42a69f748..c1e5fc5ff7e 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,8 @@ +08/01/2019 - v7.12.53 + + - ticket #84476 : SIGB Orphee correction authentification avec WS configuré en authentification SIGB uniquement + + 08/01/2019 - v7.12.52 - ticket #81938 : correction de la sauvegarde du paramétrage des boîtes qui pouvait échouer dans certaines conditions diff --git a/VERSIONS_HOTLINE/84476 b/VERSIONS_HOTLINE/84476 deleted file mode 100644 index d03cdfa49bf..00000000000 --- a/VERSIONS_HOTLINE/84476 +++ /dev/null @@ -1 +0,0 @@ - - ticket #84476 : SIGB Orphee correction authentification avec WS configuré en authentification SIGB uniquement \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index a97309c8bfd..9b46cd86a71 100644 --- a/library/startup.php +++ b/library/startup.php @@ -81,7 +81,7 @@ class Bokeh_Engine { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.12'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.52'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.53'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab