~ubuntu-branches/ubuntu/vivid/fail2ban/vivid-proposed

« back to all changes in this revision

Viewing changes to server/faildata.py

  • Committer: Bazaar Package Importer
  • Author(s): Yaroslav Halchenko
  • Date: 2009-09-10 11:16:51 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090910111651-jnuwz9d06s3qns48
Tags: 0.8.4-1
* New upstream release. Fixes compatibility issue with python2.6
* Yet only in Debian fixes:
 - escaping () in pure-ftpd. Thanks Teodor (Closes: #544744)
 - use "set logtarget" instead of "reload" while logrotate. Thanks
   J.M.Roth (Closes: #537773)
 - be able to detect time for VNC recording only 2 letters of year
   (Closes: #537610)
 - proftpd filter: count all failed logins regardless of the reason
* Debian-specific changes:
 - adjusted README.Debian - multiport is default (closes: #545971)
 - Boosted policy to 3.8.3 (no changes seems to be due)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
# Author: Cyril Jaquier
18
18
19
 
# $Revision: 382 $
 
19
# $Revision: 731 $
20
20
 
21
21
__author__ = "Cyril Jaquier"
22
 
__version__ = "$Revision: 382 $"
23
 
__date__ = "$Date: 2006-09-25 19:03:48 +0200 (Mon, 25 Sep 2006) $"
 
22
__version__ = "$Revision: 731 $"
 
23
__date__ = "$Date: 2009-02-09 23:08:21 +0100 (Mon, 09 Feb 2009) $"
24
24
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
25
25
__license__ = "GPL"
26
26