File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,13 @@ All notable changes to this project will be documented in this file.
5252- Update hestia-php to 8.1.5
5353
5454
55+ ## [ 1.5.14] - Service release
56+
57+ ### Bugfixes
58+
59+ - Fixed an issue with login with ipv6 (#2564 )
60+ - Fixed an issue with dns records containing an . (#2559 )
61+
5562## [ 1.5.13] - Service release
5663
5764### Bugfixes
Original file line number Diff line number Diff line change 22
33[ Hestia Control Panel] ( https://www.hestiacp.com/ )
44==================================================
5- ** Latest stable release:** Version 1.5.13 | [ View Changelog] ( https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md ) | [ ![ Build Status] ( https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main )] ( https://drone.hestiacp.com/hestiacp/hestiacp ) <br >
5+ ** Latest stable release:** Version 1.5.14 | [ View Changelog] ( https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md ) | [ ![ Build Status] ( https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main )] ( https://drone.hestiacp.com/hestiacp/hestiacp ) <br >
66
77** Web:** [ www.hestiacp.com ] ( https://www.hestiacp.com/ ) <br >
88** Documentation:** [ docs.hestiacp.com] ( https://docs.hestiacp.com/ ) <br >
Original file line number Diff line number Diff line change 6868 method=' sha-512'
6969 else
7070 echo " Error: password missmatch"
71- echo " $date $time $user $ip failed to login" >> $HESTIA /log/auth.log
71+ echo " $date $time $user $ip46 failed to login" >> $HESTIA /log/auth.log
7272 exit 9
7373 fi
7474else
@@ -116,6 +116,6 @@ if [ -n "$return_hash" ]; then
116116 echo $hash ;
117117fi
118118# Logging
119- echo " $date $time $user $ip successfully logged in" >> $HESTIA /log/auth.log
119+ echo " $date $time $user $ip46 successfully logged in" >> $HESTIA /log/auth.log
120120
121121exit
You can’t perform that action at this time.
0 commit comments