Releases: adminstock/htan
Releases · adminstock/htan
HTAN v1.0.103
Fixed
- SmallServerAdmin installer:
- adapted to the new structure;
- checking libssh2;
- Disabled SVNIndexXSLT.
HTAN v1.0.101
Version contains significant changes and improvements.
For developers of installers, note the change in the method PackageExists
:
PackageExists
replaced toPackageInstalled
;PackageExists
- now is new method.
Added
- Ubuntu support;
- PHP7 installer from source code;
- PHP7 installer for Debian (when the official package will be presented);
- PHP installer for Ubuntu;
- Smart installer for PHP;
- Tools for PHP (/tools/php);
- System parameters:
--confirmed
(--yes
,--y
),--noheader
,--noincmsg
; - Removing CD-ROM entry from the sources.list;
- Argument
--nodefault
toParseArgs
(/tools/common)
Changed
PackageExists
->PackageInstalled
(/tools/package);PackageExists
- now used for checking packages in the index;PackageVersion
- only number after the colon (for example: 1:7.0 -> 7.0);- SSA installer - adapted to PHP7;
- Apache2 is optional;
- SVN installer;
- Execution only for root user;
- New logic in
ServiceStop
andServiceIsRunning
(/tools/service).
Fixed
- Fixes vsftpd installer to official packages;
- Server IP detector;
- fail2ban configuration (issue #3);
- Fixed blocking access to SSH in SSA installer;
- Fixed localization errors;
- Self-scripting of /tools/service.
HTAN v1.0.55
First public release.