DirectAdmin 1.705

fln

Administrator
Staff member
Joined
Aug 30, 2021
Messages
1,411
We are happy to announce the release of DirectAdmin 1.705.

A full release change log is here:

DirectAdmin 1.705


The update should be automatically available for all installations subscribed to the current release channel.

We appreciate all the feedback on forums and issues reported in the ticketing system.

Thanks!
 
A new build is released. It improves compatibility with wildcard certificates issued for parent domains. It allows domain like example.com to use certificate that was issued for *.com. Such situation is only possible with manually managed certificates. Automatically issued certificate for example.com would have names example.com and *.example.com.
 
This problem exists longer, but when you type something in the search bar something with a capital letter it will not find it. For example User1 will not find something but user1 will.
 
Today`s received package updates for Cloudlinux8 want liblsapi 1:1.1-95 but DA on stable channel provides 1:1.1-94
when we can expect new liblsapi?
package criu-lve-4.2-4.el8.x86_64 from cloudlinux-x86_64-server-8 conflicts with liblsapi < 1:1.1-95
already available: https://changelog.cloudlinux.com/liblsapi
 
Last edited:
It seems I was too fast ))
It is already fixed in DA version 1.706 (ALPHA release):
Code:
[root@server2 ~]# grep lsapi /usr/local/directadmin/custombuild/versions.txt
mod_lsapi:1.1-94:
[root@server2 ~]# da update alpha
updating to directadmin alpha 1.706 2e54cba0ac4ab00b180710b471321d71cf441786
[root@server2 ~]#
[root@server2 ~]# grep lsapi /usr/local/directadmin/custombuild/versions.txt
mod_lsapi:1.1-96:
[root@server2 ~]#
 
Back
Top