--- /dev/null
+version 0.4
+
+ * common:
+ NEW: support for Darwin FRU
+ CHA: use libev in the event loop FRU
+ CHA: rewrite module_init() and module_exit() to work on nonGNU systems FRU
+
+ * postlicyd:
+ NEW: add persistent counters and filters on this counters FRU
+
+
+------------------------------------------------------------------------------
+version 0.3 Oct 12, 2008
+
+ * common:
+ CHA: asynchronous DNS resolution for RBL FRU
+ CHA: add final '.' to hostname for DNS resolution MC
+ CHA: fix build on 64 bits MC
+
+ * postlicyd:
+ NEW: asynchronous filters FRU
+ NEW: add performance tests of the TCBDB backend FRU
+ NEW: add a script to rsync rbl databases FRU
+ NEW: allow templated replies (filled with query field) FRU
+
+
+------------------------------------------------------------------------------
+version 0.2 Oct 5, 2008
+
+ * common:
+ NEW: add support for DNS resolution for RBL FRU
+
+ * postlicyd:
+ NEW: add basic support for rbldns zone file format FRU
+ NEW: add sender/recipient domain fields for matching FRU
+ NEW: conversion script postgrey to postlicyd mYk
+ CHA: faster ip lookup structure FRU
+ CHA: fix startup sequence FRU
+
+
+------------------------------------------------------------------------------
+version 0.1 Oct 4, 2008
+
+ * common:
+ NEW: initial version MC/FRU
+
+ * pfix-srsd:
+ NEW: initial version MC
+
+ * postlicyd:
+ NEW: initial version MC/FRU
+
+
+------------------------------------------------------------------------------
+acronyms (see Authors)
+
+ FRU: Florent Bruneau <florent.bruneau@polytechnique.org>
+ MC: Pierre Habouzit <madcoder@debian.org>
+ mYk: Aymeric Augustin <aymeric.augusting@m4x.org>
+
+-----------------------------------------------------------------------------
+vim:et:ts=4:sw=4:tw=80:enc=utf-8:
--- /dev/null
+ pfixtools: a collection of postfix related tools
+ ~~~~~~~~~
+________________________________________________________________________
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+3. The names of its contributors may not be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+
+THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS
+BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+THE POSSIBILITY OF SUCH DAMAGE.
+
+ Copyright (c) 2006-2008 the Authors
+ see AUTHORS and source files for details