mirror of https://github.com/fail2ban/fail2ban
it was not the end of the world and we should continue
parent
921d9a8e4b
commit
460e09af66
10
ChangeLog
10
ChangeLog
|
@ -7,6 +7,16 @@
|
||||||
Fail2Ban (version 0.8.10) 2013/06/12
|
Fail2Ban (version 0.8.10) 2013/06/12
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
|
ver. 0.8.11 (2013/XX/XXX) - wanna-be-released
|
||||||
|
-----------
|
||||||
|
|
||||||
|
- Fixes:
|
||||||
|
|
||||||
|
- New Features:
|
||||||
|
|
||||||
|
- Enhancements:
|
||||||
|
|
||||||
|
|
||||||
ver. 0.8.10 (2013/06/12) - wanna-be-secure
|
ver. 0.8.10 (2013/06/12) - wanna-be-secure
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
13
DEVELOP
13
DEVELOP
|
@ -348,10 +348,15 @@ Post Release
|
||||||
|
|
||||||
Add the following to the top of the ChangeLog
|
Add the following to the top of the ChangeLog
|
||||||
|
|
||||||
ver. 0.8.11 (2013/XX/XXX) - wanna-be-stable
|
ver. 0.8.12 (2013/XX/XXX) - wanna-be-released
|
||||||
- Fixes
|
-----------
|
||||||
- New Features
|
|
||||||
- Enhancements
|
- Fixes:
|
||||||
|
|
||||||
|
- New Features:
|
||||||
|
|
||||||
|
- Enhancements:
|
||||||
|
|
||||||
|
|
||||||
and adjust common/version.py to carry .dev suffix to signal
|
and adjust common/version.py to carry .dev suffix to signal
|
||||||
a version under development.
|
a version under development.
|
||||||
|
|
|
@ -24,4 +24,4 @@ __author__ = "Cyril Jaquier, Yaroslav Halchenko"
|
||||||
__copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2011-2013 Yaroslav Halchenko"
|
__copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2011-2013 Yaroslav Halchenko"
|
||||||
__license__ = "GPL"
|
__license__ = "GPL"
|
||||||
|
|
||||||
version = "0.8.10"
|
version = "0.8.10.dev"
|
||||||
|
|
Loading…
Reference in New Issue