Merge pull request #21441 from fabpot/release-3.1.10

released v3.1.10
This commit is contained in:
Fabien Potencier 2017-01-27 18:53:38 -08:00 committed by GitHub
commit 96e7dede3d
3 changed files with 52 additions and 25 deletions

View File

@ -7,6 +7,23 @@ in 3.1 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.1.0...v3.1.1 To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.1.0...v3.1.1
* 3.1.10 (2017-01-28)
* bug #21431 [DoctrineBridge] always check for all fields to be mapped (xabbuh)
* bug #21360 [PropertyAccess] Handle interfaces in the invalid argument exception (fancyweb)
* bug #21403 [DI] Fix defaults overriding empty strings in AutowirePass (nicolas-grekas)
* bug #21401 [Debug] Workaround "null" $context (nicolas-grekas)
* bug #21372 [DependencyInjection] Fixed variadic method parameter in autowired classes (brainexe)
* bug #21333 [HttpKernel] Fix ArgumentValueResolver for arguments default null (chalasr)
* bug #20871 [HttpKernel] Give higher priority to adding request formats (akeeman)
* bug #21332 [PropertyInfo] Don't try to access a property thru a static method (dunglas)
* bug #21331 [PropertyInfo] Exclude static methods form properties guessing (dunglas)
* bug #21291 [Ldap] Ldap username case fix (quentinus95)
* bug #21288 [Doctrine Bridge] fix UniqueEntityValidator for composite object primary keys (dmaicher, HeahDude)
* bug #21285 [TwigBundle] do not lose already set method calls (xabbuh)
* bug #21279 #20411 fix Yaml parsing for very long quoted strings (RichardBradley)
* bug #21269 [Cache] Using strpbrk() instead of strcspn() is faster (nicolas-grekas)
* 3.1.9 (2017-01-12) * 3.1.9 (2017-01-12)
* bug #21218 [Form] DateTimeToLocalizedStringTransformer does not use timezone when using date only (magnetik) * bug #21218 [Form] DateTimeToLocalizedStringTransformer does not use timezone when using date only (magnetik)

View File

@ -15,8 +15,8 @@ Symfony is the result of the work of many people who made the code better
- Johannes S (johannes) - Johannes S (johannes)
- Kris Wallsmith (kriswallsmith) - Kris Wallsmith (kriswallsmith)
- Jakub Zalas (jakubzalas) - Jakub Zalas (jakubzalas)
- Ryan Weaver (weaverryan)
- Kévin Dunglas (dunglas) - Kévin Dunglas (dunglas)
- Ryan Weaver (weaverryan)
- Javier Eguiluz (javier.eguiluz) - Javier Eguiluz (javier.eguiluz)
- Hugo Hamon (hhamon) - Hugo Hamon (hhamon)
- Abdellatif Ait boudad (aitboudad) - Abdellatif Ait boudad (aitboudad)
@ -26,16 +26,16 @@ Symfony is the result of the work of many people who made the code better
- Joseph Bielawski (stloyd) - Joseph Bielawski (stloyd)
- Karma Dordrak (drak) - Karma Dordrak (drak)
- Lukas Kahwe Smith (lsmith) - Lukas Kahwe Smith (lsmith)
- Martin Hasoň (hason)
- Grégoire Pineau (lyrixx) - Grégoire Pineau (lyrixx)
- Martin Hasoň (hason)
- Jeremy Mikola (jmikola) - Jeremy Mikola (jmikola)
- Jean-François Simon (jfsimon) - Jean-François Simon (jfsimon)
- Benjamin Eberlei (beberlei) - Benjamin Eberlei (beberlei)
- Igor Wiedler (igorw) - Igor Wiedler (igorw)
- Eriksen Costa (eriksencosta)
- Maxime Steinhausser (ogizanagi) - Maxime Steinhausser (ogizanagi)
- Jules Pietri (heah) - Eriksen Costa (eriksencosta)
- Robin Chalas (chalas_r) - Robin Chalas (chalas_r)
- Jules Pietri (heah)
- Sarah Khalil (saro0h) - Sarah Khalil (saro0h)
- Jonathan Wage (jwage) - Jonathan Wage (jwage)
- Diego Saint Esteben (dosten) - Diego Saint Esteben (dosten)
@ -46,14 +46,14 @@ Symfony is the result of the work of many people who made the code better
- stealth35 (stealth35) - stealth35 (stealth35)
- Alexander Mols (asm89) - Alexander Mols (asm89)
- Bulat Shakirzyanov (avalanche123) - Bulat Shakirzyanov (avalanche123)
- Ener-Getick (energetick)
- Saša Stamenković (umpirsky) - Saša Stamenković (umpirsky)
- Henrik Bjørnskov (henrikbjorn) - Henrik Bjørnskov (henrikbjorn)
- Miha Vrhovnik - Miha Vrhovnik
- Ener-Getick (energetick)
- Diego Saint Esteben (dii3g0) - Diego Saint Esteben (dii3g0)
- Roland Franssen (ro0)
- Konstantin Kudryashov (everzet) - Konstantin Kudryashov (everzet)
- Iltar van der Berg (kjarli) - Iltar van der Berg (kjarli)
- Roland Franssen (ro0)
- Bilal Amarni (bamarni) - Bilal Amarni (bamarni)
- Florin Patan (florinpatan) - Florin Patan (florinpatan)
- Peter Rehm (rpet) - Peter Rehm (rpet)
@ -110,10 +110,11 @@ Symfony is the result of the work of many people who made the code better
- Jérémy DERUSSÉ (jderusse) - Jérémy DERUSSÉ (jderusse)
- Vladimir Reznichenko (kalessil) - Vladimir Reznichenko (kalessil)
- Tomáš Votruba (tomas_votruba) - Tomáš Votruba (tomas_votruba)
- David Buchmann (dbu)
- Fabien Pennequin (fabienpennequin) - Fabien Pennequin (fabienpennequin)
- Gordon Franke (gimler) - Gordon Franke (gimler)
- Tobias Nyholm (tobias)
- Eric GELOEN (gelo) - Eric GELOEN (gelo)
- David Buchmann (dbu)
- Tugdual Saunier (tucksaun) - Tugdual Saunier (tucksaun)
- Théo FIDRY (theofidry) - Théo FIDRY (theofidry)
- Robert Schönthal (digitalkaoz) - Robert Schönthal (digitalkaoz)
@ -121,7 +122,6 @@ Symfony is the result of the work of many people who made the code better
- Stefano Sala (stefano.sala) - Stefano Sala (stefano.sala)
- Evgeniy (ewgraf) - Evgeniy (ewgraf)
- Juti Noppornpitak (shiroyuki) - Juti Noppornpitak (shiroyuki)
- Tobias Nyholm (tobias)
- Tigran Azatyan (tigranazatyan) - Tigran Azatyan (tigranazatyan)
- Sebastian Hörl (blogsh) - Sebastian Hörl (blogsh)
- Daniel Gomes (danielcsgomes) - Daniel Gomes (danielcsgomes)
@ -135,6 +135,7 @@ Symfony is the result of the work of many people who made the code better
- Rafael Dohms (rdohms) - Rafael Dohms (rdohms)
- Arnaud Kleinpeter (nanocom) - Arnaud Kleinpeter (nanocom)
- jwdeitch - jwdeitch
- Mikael Pajunen
- Joel Wurtz (brouznouf) - Joel Wurtz (brouznouf)
- Philipp Wahala (hifi) - Philipp Wahala (hifi)
- Vyacheslav Pavlov - Vyacheslav Pavlov
@ -144,7 +145,6 @@ Symfony is the result of the work of many people who made the code better
- Vincent AUBERT (vincent) - Vincent AUBERT (vincent)
- Rouven Weßling (realityking) - Rouven Weßling (realityking)
- Teoh Han Hui (teohhanhui) - Teoh Han Hui (teohhanhui)
- Mikael Pajunen
- Clemens Tolboom - Clemens Tolboom
- Helmer Aaviksoo - Helmer Aaviksoo
- Hiromi Hishida (77web) - Hiromi Hishida (77web)
@ -186,6 +186,7 @@ Symfony is the result of the work of many people who made the code better
- Dustin Whittle (dustinwhittle) - Dustin Whittle (dustinwhittle)
- jeff - jeff
- John Kary (johnkary) - John Kary (johnkary)
- James Halsall (jaitsu)
- Justin Hileman (bobthecow) - Justin Hileman (bobthecow)
- Blanchon Vincent (blanchonvincent) - Blanchon Vincent (blanchonvincent)
- Chris Wilkinson (thewilkybarkid) - Chris Wilkinson (thewilkybarkid)
@ -223,13 +224,13 @@ Symfony is the result of the work of many people who made the code better
- Arjen Brouwer (arjenjb) - Arjen Brouwer (arjenjb)
- Katsuhiro OGAWA - Katsuhiro OGAWA
- Patrick McDougle (patrick-mcdougle) - Patrick McDougle (patrick-mcdougle)
- James Halsall (jaitsu)
- Alif Rachmawadi - Alif Rachmawadi
- Kristen Gilden (kgilden) - Kristen Gilden (kgilden)
- SpacePossum - SpacePossum
- Pierre-Yves LEBECQ (pylebecq) - Pierre-Yves LEBECQ (pylebecq)
- Alex Pott - Alex Pott
- Jakub Kucharovic (jkucharovic) - Jakub Kucharovic (jkucharovic)
- Uwe Jäger (uwej711)
- Eugene Leonovich (rybakit) - Eugene Leonovich (rybakit)
- Filippo Tessarotto - Filippo Tessarotto
- Joseph Rouff (rouffj) - Joseph Rouff (rouffj)
@ -255,6 +256,7 @@ Symfony is the result of the work of many people who made the code better
- Robert Kiss (kepten) - Robert Kiss (kepten)
- Ruben Gonzalez (rubenrua) - Ruben Gonzalez (rubenrua)
- Roumen Damianoff (roumen) - Roumen Damianoff (roumen)
- Adam Prager (padam87)
- Antonio J. García Lagar (ajgarlag) - Antonio J. García Lagar (ajgarlag)
- Kim Hemsø Rasmussen (kimhemsoe) - Kim Hemsø Rasmussen (kimhemsoe)
- Wouter Van Hecke - Wouter Van Hecke
@ -277,7 +279,7 @@ Symfony is the result of the work of many people who made the code better
- Andrey Esaulov (andremaha) - Andrey Esaulov (andremaha)
- Grégoire Passault (gregwar) - Grégoire Passault (gregwar)
- Ismael Ambrosi (iambrosi) - Ismael Ambrosi (iambrosi)
- Uwe Jäger (uwej711) - Baptiste Lafontaine
- Aurelijus Valeiša (aurelijus) - Aurelijus Valeiša (aurelijus)
- Victor Bocharsky (bocharsky_bw) - Victor Bocharsky (bocharsky_bw)
- Jan Decavele (jandc) - Jan Decavele (jandc)
@ -307,11 +309,11 @@ Symfony is the result of the work of many people who made the code better
- Matthew Lewinski (lewinski) - Matthew Lewinski (lewinski)
- Magnus Nordlander (magnusnordlander) - Magnus Nordlander (magnusnordlander)
- alquerci - alquerci
- Adam Prager (padam87)
- Francesco Levorato - Francesco Levorato
- Vitaliy Zakharov (zakharovvi) - Vitaliy Zakharov (zakharovvi)
- Tobias Sjösten (tobiassjosten) - Tobias Sjösten (tobiassjosten)
- Gyula Sallai (salla) - Gyula Sallai (salla)
- David Maicher (dmaicher)
- Inal DJAFAR (inalgnu) - Inal DJAFAR (inalgnu)
- Christian Gärtner (dagardner) - Christian Gärtner (dagardner)
- Tomasz Kowalczyk (thunderer) - Tomasz Kowalczyk (thunderer)
@ -347,7 +349,7 @@ Symfony is the result of the work of many people who made the code better
- Tobias Naumann (tna) - Tobias Naumann (tna)
- Daniel Beyer - Daniel Beyer
- Shein Alexey - Shein Alexey
- Baptiste Lafontaine - Romain Gautier (mykiwi)
- Joe Lencioni - Joe Lencioni
- Daniel Tschinder - Daniel Tschinder
- Kai - Kai
@ -386,6 +388,7 @@ Symfony is the result of the work of many people who made the code better
- Mihai Stancu - Mihai Stancu
- Olivier Dolbeau (odolbeau) - Olivier Dolbeau (odolbeau)
- Jan Rosier (rosier) - Jan Rosier (rosier)
- Thomas Royer (cydonia7)
- vagrant - vagrant
- EdgarPE - EdgarPE
- Florian Pfitzer (marmelatze) - Florian Pfitzer (marmelatze)
@ -397,9 +400,9 @@ Symfony is the result of the work of many people who made the code better
- Ariel Ferrandini (aferrandini) - Ariel Ferrandini (aferrandini)
- Dirk Pahl (dirkaholic) - Dirk Pahl (dirkaholic)
- cedric lombardot (cedriclombardot) - cedric lombardot (cedriclombardot)
- David Maicher (dmaicher)
- Jonas Flodén (flojon) - Jonas Flodén (flojon)
- Christian Schmidt - Christian Schmidt
- Amrouche Hamza
- Marcin Sikoń (marphi) - Marcin Sikoń (marphi)
- Dominik Zogg (dominik.zogg) - Dominik Zogg (dominik.zogg)
- Marek Pietrzak - Marek Pietrzak
@ -451,7 +454,9 @@ Symfony is the result of the work of many people who made the code better
- Jakub Škvára (jskvara) - Jakub Škvára (jskvara)
- Andrew Udvare (audvare) - Andrew Udvare (audvare)
- alexpods - alexpods
- Arjen van der Meijden
- Michele Locati - Michele Locati
- Dariusz Ruminski
- Erik Trapman (eriktrapman) - Erik Trapman (eriktrapman)
- De Cock Xavier (xdecock) - De Cock Xavier (xdecock)
- Almog Baku (almogbaku) - Almog Baku (almogbaku)
@ -494,6 +499,7 @@ Symfony is the result of the work of many people who made the code better
- Benjamin Laugueux (yzalis) - Benjamin Laugueux (yzalis)
- Zach Badgett (zachbadgett) - Zach Badgett (zachbadgett)
- Aurélien Fredouelle - Aurélien Fredouelle
- Jérôme Parmentier (lctrs)
- Pavel Campr (pcampr) - Pavel Campr (pcampr)
- Johnny Robeson (johnny) - Johnny Robeson (johnny)
- Disquedur - Disquedur
@ -518,6 +524,7 @@ Symfony is the result of the work of many people who made the code better
- Sinan Eldem - Sinan Eldem
- Alexandre Dupuy (satchette) - Alexandre Dupuy (satchette)
- Rob Frawley 2nd - Rob Frawley 2nd
- Andre Rømcke (andrerom)
- Nahuel Cuesta (ncuesta) - Nahuel Cuesta (ncuesta)
- Chris Boden (cboden) - Chris Boden (cboden)
- Asmir Mustafic (goetas) - Asmir Mustafic (goetas)
@ -551,11 +558,13 @@ Symfony is the result of the work of many people who made the code better
- maxime.steinhausser - maxime.steinhausser
- Stefan Warman - Stefan Warman
- Tristan Maindron (tmaindron) - Tristan Maindron (tmaindron)
- Wesley Lancel
- Ke WANG (yktd26) - Ke WANG (yktd26)
- Strate - Strate
- Miquel Rodríguez Telep (mrtorrent) - Miquel Rodríguez Telep (mrtorrent)
- Sergey Kolodyazhnyy (skolodyazhnyy) - Sergey Kolodyazhnyy (skolodyazhnyy)
- umpirski - umpirski
- Quentin de Longraye (quentinus95)
- Chris Heng (gigablah) - Chris Heng (gigablah)
- Ulumuddin Yunus (joenoez) - Ulumuddin Yunus (joenoez)
- Luc Vieillescazes (iamluc) - Luc Vieillescazes (iamluc)
@ -580,6 +589,7 @@ Symfony is the result of the work of many people who made the code better
- Disparity - Disparity
- origaminal - origaminal
- Matteo Beccati (matteobeccati) - Matteo Beccati (matteobeccati)
- Kevin (oxfouzer)
- Paweł Wacławczyk (pwc) - Paweł Wacławczyk (pwc)
- Oleg Zinchenko (cystbear) - Oleg Zinchenko (cystbear)
- Johannes Klauss (cloppy) - Johannes Klauss (cloppy)
@ -592,7 +602,6 @@ Symfony is the result of the work of many people who made the code better
- develop - develop
- ReenExe - ReenExe
- Mark Sonnabaum - Mark Sonnabaum
- Thomas Royer (cydonia7)
- Richard Quadling - Richard Quadling
- jochenvdv - jochenvdv
- Arturas Smorgun (asarturas) - Arturas Smorgun (asarturas)
@ -636,7 +645,6 @@ Symfony is the result of the work of many people who made the code better
- Marc Morera (mmoreram) - Marc Morera (mmoreram)
- Andrew Hilobok (hilobok) - Andrew Hilobok (hilobok)
- Christian Soronellas (theunic) - Christian Soronellas (theunic)
- Romain Gautier (mykiwi)
- Yosmany Garcia (yosmanyga) - Yosmany Garcia (yosmanyga)
- Wouter J - Wouter J
- Wouter de Wild - Wouter de Wild
@ -673,7 +681,6 @@ Symfony is the result of the work of many people who made the code better
- Pierre Vanliefland (pvanliefland) - Pierre Vanliefland (pvanliefland)
- Sofiane HADDAG (sofhad) - Sofiane HADDAG (sofhad)
- frost-nzcr4 - frost-nzcr4
- Arjen van der Meijden
- Abhoryo - Abhoryo
- Fabian Vogler (fabian) - Fabian Vogler (fabian)
- Korvin Szanto - Korvin Szanto
@ -718,7 +725,6 @@ Symfony is the result of the work of many people who made the code better
- Simone Di Maulo (toretto460) - Simone Di Maulo (toretto460)
- Christian Morgan - Christian Morgan
- Alexander Miehe (engerim) - Alexander Miehe (engerim)
- Jérôme Parmentier (lctrs)
- Morgan Auchede (mauchede) - Morgan Auchede (mauchede)
- Don Pinkster - Don Pinkster
- Maksim Muruev - Maksim Muruev
@ -779,7 +785,6 @@ Symfony is the result of the work of many people who made the code better
- Pieter - Pieter
- Michael Tibben - Michael Tibben
- Sander Marechal - Sander Marechal
- Andre Rømcke (andrerom)
- Radosław Benkel - Radosław Benkel
- ttomor - ttomor
- Mei Gwilym (meigwilym) - Mei Gwilym (meigwilym)
@ -790,12 +795,12 @@ Symfony is the result of the work of many people who made the code better
- Sander Coolen (scoolen) - Sander Coolen (scoolen)
- Nicolas Le Goff (nlegoff) - Nicolas Le Goff (nlegoff)
- Ben Oman - Ben Oman
- Andreas Kleemann
- Manuele Menozzi - Manuele Menozzi
- Anton Babenko (antonbabenko) - Anton Babenko (antonbabenko)
- Irmantas Šiupšinskas (irmantas) - Irmantas Šiupšinskas (irmantas)
- Danilo Silva - Danilo Silva
- Zachary Tong (polyfractal) - Zachary Tong (polyfractal)
- Amrouche Hamza
- Hryhorii Hrebiniuk - Hryhorii Hrebiniuk
- Dennis Fridrich (dfridrich) - Dennis Fridrich (dfridrich)
- mcfedr (mcfedr) - mcfedr (mcfedr)
@ -809,6 +814,7 @@ Symfony is the result of the work of many people who made the code better
- boite - boite
- MGDSoft - MGDSoft
- Vadim Tyukov (vatson) - Vadim Tyukov (vatson)
- David Wolter (davewww)
- Sortex - Sortex
- chispita - chispita
- Wojciech Sznapka - Wojciech Sznapka
@ -817,6 +823,7 @@ Symfony is the result of the work of many people who made the code better
- Máximo Cuadros (mcuadros) - Máximo Cuadros (mcuadros)
- tamirvs - tamirvs
- julien.galenski - julien.galenski
- Bob van de Vijver
- Christian Neff - Christian Neff
- Per Sandström (per) - Per Sandström (per)
- Goran Juric - Goran Juric
@ -946,6 +953,7 @@ Symfony is the result of the work of many people who made the code better
- Xavier Coureau - Xavier Coureau
- ConneXNL - ConneXNL
- Aharon Perkel - Aharon Perkel
- matze
- Abdul.Mohsen B. A. A - Abdul.Mohsen B. A. A
- Benoît Burnichon - Benoît Burnichon
- pthompson - pthompson
@ -1024,7 +1032,6 @@ Symfony is the result of the work of many people who made the code better
- Ahmed TAILOULOUTE (ahmedtai) - Ahmed TAILOULOUTE (ahmedtai)
- Maxime Veber (nek-) - Maxime Veber (nek-)
- Sullivan SENECHAL - Sullivan SENECHAL
- Dariusz Ruminski
- Tadcka - Tadcka
- Beth Binkovitz - Beth Binkovitz
- Romain Geissler - Romain Geissler
@ -1046,6 +1053,7 @@ Symfony is the result of the work of many people who made the code better
- Rafał Muszyński (rafmus90) - Rafał Muszyński (rafmus90)
- Timothy Anido (xanido) - Timothy Anido (xanido)
- Rick Prent - Rick Prent
- skalpa
- Martin Eckhardt - Martin Eckhardt
- Pieter Jordaan - Pieter Jordaan
- Damien Tournoud - Damien Tournoud
@ -1094,7 +1102,6 @@ Symfony is the result of the work of many people who made the code better
- Mephistofeles - Mephistofeles
- Hoffmann András - Hoffmann András
- Olivier - Olivier
- Wesley Lancel
- pscheit - pscheit
- Zdeněk Drahoš - Zdeněk Drahoš
- Dan Harper - Dan Harper
@ -1123,12 +1130,14 @@ Symfony is the result of the work of many people who made the code better
- Leonid Terentyev (li0n) - Leonid Terentyev (li0n)
- ryunosuke - ryunosuke
- victoria - victoria
- Arjan Keeman
- Francisco Facioni (fran6co) - Francisco Facioni (fran6co)
- Iwan van Staveren (istaveren) - Iwan van Staveren (istaveren)
- Dany Maillard (maidmaid) - Dany Maillard (maidmaid)
- Povilas S. (povilas) - Povilas S. (povilas)
- pborreli - pborreli
- Eric Caron - Eric Caron
- Richard Bradley
- 2manypeople - 2manypeople
- Wing - Wing
- Thomas Bibb - Thomas Bibb
@ -1247,6 +1256,7 @@ Symfony is the result of the work of many people who made the code better
- Andrey Chernykh - Andrey Chernykh
- Edvinas Klovas - Edvinas Klovas
- Drew Butler - Drew Butler
- Peter Breuls
- Tischoi - Tischoi
- J Bruni - J Bruni
- Alexey Prilipko - Alexey Prilipko
@ -1312,6 +1322,7 @@ Symfony is the result of the work of many people who made the code better
- Alan Chen - Alan Chen
- Maerlyn - Maerlyn
- Even André Fiskvik - Even André Fiskvik
- Arjan Keeman
- Erik van Wingerden - Erik van Wingerden
- Dane Powell - Dane Powell
- Gerrit Drost - Gerrit Drost
@ -1616,7 +1627,6 @@ Symfony is the result of the work of many people who made the code better
- Muharrem Demirci (mdemirci) - Muharrem Demirci (mdemirci)
- Evgeny Z (meze) - Evgeny Z (meze)
- Nicolas de Marqué (nicola) - Nicolas de Marqué (nicola)
- Kevin (oxfouzer)
- Pierre Geyer (ptheg) - Pierre Geyer (ptheg)
- Sam Fleming (sam_fleming) - Sam Fleming (sam_fleming)
- Thomas BERTRAND (sevrahk) - Thomas BERTRAND (sevrahk)

View File

@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime; protected $startTime;
protected $loadClassCache; protected $loadClassCache;
const VERSION = '3.1.10-DEV'; const VERSION = '3.1.10';
const VERSION_ID = 30110; const VERSION_ID = 30110;
const MAJOR_VERSION = 3; const MAJOR_VERSION = 3;
const MINOR_VERSION = 1; const MINOR_VERSION = 1;
const RELEASE_VERSION = 10; const RELEASE_VERSION = 10;
const EXTRA_VERSION = 'DEV'; const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '01/2017'; const END_OF_MAINTENANCE = '01/2017';
const END_OF_LIFE = '07/2017'; const END_OF_LIFE = '07/2017';