1
0

* Added new event hook 'backend_loginfail' to track failed logins

(serendipity_event_externalauth can make use of it for fail2ban)
This commit is contained in:
Garvin Hicking
2011-05-31 14:02:02 +00:00
parent 272e55b943
commit 187941aac6
2 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,9 @@
Version 1.6 ()
------------------------------------------------------------------------
* Added new event hook 'backend_loginfail' to track failed logins
(serendipity_event_externalauth can make use of it for fail2ban)
* Fixed a bug in synchronizing new files with the same basename
but different extensions, where files with the same mimetype
would not get added (garvinhicking)