It should be interesting, if the comparison between version works with version which contains letter.
2021-07-02 17:04:09,964 DEBUG [root][MainThread] found a release 4.1a
2021-07-02 17:04:09,964 DEBUG [root][MainThread] compare next release 4.1c
2021-07-02 17:04:09,964 DEBUG [root][MainThread] compare release major,minor,etc. : 4 >? 4
2021-07-02 17:04:09,964 DEBUG [root][MainThread] compare release major,minor,etc. : 1c >? 1a
2021-07-02 17:04:09,964 DEBUG [root][MainThread] compare next release 4.2a
2021-07-02 17:04:09,964 DEBUG [root][MainThread] compare release major,minor,etc. : 4 >? 4
2021-07-02 17:04:09,964 DEBUG [root][MainThread] compare release major,minor,etc. : 2a >? 1a
2021-07-02 17:04:09,964 DEBUG [root][MainThread] compare next release 4.2c
2021-07-02 17:04:09,964 DEBUG [root][MainThread] compare release major,minor,etc. : 4 >? 4
2021-07-02 17:04:09,964 DEBUG [root][MainThread] compare release major,minor,etc. : 2c >? 1a
2021-07-02 17:04:10,070 INFO [root][MainThread] Workflow:DownloadService:CleanSession
2021-07-02 17:04:10,073 INFO [root][MainThread] Session:RemoteRelease:4.1a
2021-07-02 17:04:10,073 INFO [root][MainThread] Session:Release:4.1a
2021-07-02 17:04:10,073 INFO [root][MainThread] Workflow:Start:download
2021-07-02 17:04:10,074 INFO [root][MainThread] Workflow:wf_download
As we see, when the version contains letters, the verification doesn't work.
Hi again,
It should be interesting, if the comparison between version works with version which contains letter.
For example, currently I have:
As we see, when the version contains letters, the verification doesn't work.
Thanks for you attention,
Brice