Item14309: Old SVN based extensions don't compare as older than new Decimal versioned extensions
Priority: Urgent
Current State: Closed
Released In: 2.1.3
Target Release: patch
Applies To: Engine
Component: Configure
Branches: Release02x01 master
Item14288
Configure always uses VERSION as the authority when comparing.
This was detected when the
PublishPlugin was updated.
- Installed: VERSION:
$Rev: 15237 (2012-07-31) $
RELEASE: 2.4.1
- New Extension: VERSION:
2.50
, RELEASE: 25 Jan 2017
Configure was comparing 2.50 to
$Rev: 15237 (2012-07-31) $
which was not being detected as an update.
Added an exception to Dependency.pm, If the installed version is a svn string, and the requested version is a "tuple", but a dotted number, and not a simple integer, then report it as needing update.
Also add to the unit tests.
--
GeorgeClark - 26 Jan 2017