Page 4 of 4

Re: New stable release

Posted: Tue Dec 12, 2017 2:55 pm
by Robert
Josef Templ wrote:Which tar files?
I don't know; the ones you mentioned in your post 11-Dec.

Re: New stable release

Posted: Tue Dec 12, 2017 4:54 pm
by Josef Templ
There is a tar.gz file in https://github.com/BlackBoxCenter/blackbox/releases.
It is a source code archive generated automatically by Github when creating a release.
It actually creates two such files, a zip and a tar.gz. The tar.gz file is for Unix (Linux) users
but most will be able to use zip as well.

Search for "tar.gz".

- Josef

Re: New stable release

Posted: Tue Dec 12, 2017 5:35 pm
by Josef Templ
I have detected a bug in the link that points to the latest development version (zip or exe).
Finding the latest version was based on a textual sort order of file names but
when the build number exceeded 999 it continued with 1000 and that
string is smaller than 999, so it is sorted incorrectly.
The solution was to use the so-called 'SORT_NATURAL' sort order of PHP in the php files that are
accessed when clicking on one of the links.

.../lastdev/index.php
.../lastdev/zip/index.php

- Josef

Re: New stable release

Posted: Wed Dec 13, 2017 1:10 am
by Ivan Denisov
Robert wrote:What is the "-sibfu" file?
I uploaded signed version. Let it be my small contribution for the release.