mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
DOC: initiated changelog (but not juice left to actually fill it up ;-))
This commit is contained in:
parent
12f1398ec1
commit
b8e823bd4e
2 changed files with 17 additions and 0 deletions
13
ChangeLog
13
ChangeLog
|
|
@ -7,6 +7,19 @@
|
|||
Fail2Ban (version 0.8.8) 2012/12/06
|
||||
================================================================================
|
||||
|
||||
ver. 0.8.9 (2013/04/XXX) - wanna-be-stable
|
||||
----------
|
||||
|
||||
This release incorporates 144 (XXX) non-merge commits from 14
|
||||
contributors (sorted by number of commits): Yaroslav Halchenko, Daniel
|
||||
Black, Steven Hiscocks, ArndRa, hamilton5, pigsyn, Erwan Ben Souiden,
|
||||
Michael Gebetsroither, Orion Poplawski, Artur Penttinen, sebres,
|
||||
Nicolas Collignon, Pascal Borreli, blotus:
|
||||
|
||||
- Fixes:
|
||||
- New features:
|
||||
- Enhancements:
|
||||
|
||||
ver. 0.8.8 (2012/12/06) - stable
|
||||
----------
|
||||
- Fixes:
|
||||
|
|
|
|||
4
DEVELOP
4
DEVELOP
|
|
@ -253,6 +253,10 @@ Releasing
|
|||
|
||||
# Add/finalize the corresponding entry in the ChangeLog
|
||||
|
||||
To generate a list of committers use e.g.
|
||||
|
||||
git shortlog -sn 0.8.8.. | sed -e 's,^[ 0-9\t]*,,g' | tr '\n' '\|' | sed -e 's:|:, :g'
|
||||
|
||||
# Update man pages
|
||||
|
||||
(cd man ; ./generate-man )
|
||||
|
|
|
|||
Loading…
Reference in a new issue