I don't know; the ones you mentioned in your post 11-Dec.Josef Templ wrote:Which tar files?
New stable release
Re: New stable release
- Josef Templ
- Posts: 2047
- Joined: Tue Sep 17, 2013 6:50 am
Re: New stable release
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
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
- Josef Templ
- Posts: 2047
- Joined: Tue Sep 17, 2013 6:50 am
Re: New stable release
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
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
-
- Posts: 1700
- Joined: Tue Sep 17, 2013 12:21 am
- Location: Russia
Re: New stable release
I uploaded signed version. Let it be my small contribution for the release.Robert wrote:What is the "-sibfu" file?