From 8c08a35aac79e99a27dd4a03b7b117f77f210c2b Mon Sep 17 00:00:00 2001 From: gloas <gloas@afi-sa.fr> Date: Thu, 22 Nov 2018 11:03:15 +0100 Subject: [PATCH] version 7.12.45 --- VERSIONS | 9 +++++++++ VERSIONS_HOTLINE/81316 | 2 -- VERSIONS_HOTLINE/82087 | 1 - VERSIONS_HOTLINE/82185 | 2 -- library/startup.php | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 VERSIONS_HOTLINE/81316 delete mode 100644 VERSIONS_HOTLINE/82087 delete mode 100644 VERSIONS_HOTLINE/82185 diff --git a/VERSIONS b/VERSIONS index 10999c95cac..2c7c83e5249 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,12 @@ +22/11/2018 - v7.12.45 + + - ticket #82185 : Compte lecteur : correction du processus de réservation. + + - ticket #82087 : Cosmogramme : Meilleure prise en charge de l'encodage de caractères de l'étalon Nanook. + + - ticket #81316 : Cosmogramme : amélioration du dédoublonnage des périodiques. + + 19/11/2018 - v7.12.44 - ticket #74784 : Notices : le détail d'une notice devient disponible au format JSON pour intégration dans des applications tierces. diff --git a/VERSIONS_HOTLINE/81316 b/VERSIONS_HOTLINE/81316 deleted file mode 100644 index 83a49deeaf1..00000000000 --- a/VERSIONS_HOTLINE/81316 +++ /dev/null @@ -1,2 +0,0 @@ - - ticket #81316 : Intégration Cosmogramme : amélioration du dédoublonnage des périodiques. - \ No newline at end of file diff --git a/VERSIONS_HOTLINE/82087 b/VERSIONS_HOTLINE/82087 deleted file mode 100644 index 8ef5dc6fbb9..00000000000 --- a/VERSIONS_HOTLINE/82087 +++ /dev/null @@ -1 +0,0 @@ - - ticket #82087 : Cosmogramme : Meilleure prise en charge de l'encodage de caractères de l'étalon Nanook \ No newline at end of file diff --git a/VERSIONS_HOTLINE/82185 b/VERSIONS_HOTLINE/82185 deleted file mode 100644 index dd1b387b1f4..00000000000 --- a/VERSIONS_HOTLINE/82185 +++ /dev/null @@ -1,2 +0,0 @@ - - ticket #82185 : Compte lecteur : correction du processus de réservation. - \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index 920cbadd577..bc2840cdac5 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 . '.44'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.45'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab