From 51d65acaa3a4f4c5a0d8daea92e31298b2709184 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 21 Jun 2016 17:06:19 +0200 Subject: [PATCH 1/1] release 0.6.1 --- ChangeLog | 6 ++++++ README.rst | 4 +++- build.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 53065e8..3c6f946 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-06-21 Christian Weiske + + * Inline CSS for HTML mails improves compatibility with mail clients + * Dummy data set for testing + * Version 0.6.1 + 2015-03-18 Christian Weiske * New source: CSV file diff --git a/README.rst b/README.rst index e503d3b..29e8bda 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ Data sources - Any SQL database. - Multiple date fields per record supported. -- An LDAP server +- An LDAP server with ``evolutionPerson`` records - `Birthday reminder `_ files (``.bdf``) - CSV files @@ -62,6 +62,8 @@ To find out about all supported command line options, use ``--help``:: -e, --stoponempty Output nothing when list is empty -d date, --date=date Date to show events for -c FILE, --config=FILE Path to configuration file + --debug Development helper (mail) + --no-color Do not output ANSI color codes -h, --help show this help message and exit -v, --version show the program version and exit diff --git a/build.xml b/build.xml index 845a053..e89a894 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + -- 2.30.2