summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--README.rst4
-rw-r--r--build.xml2
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 <cweiske@cweiske.de>
+
+ * Inline CSS for HTML mails improves compatibility with mail clients
+ * Dummy data set for testing
+ * Version 0.6.1
+
2015-03-18 Christian Weiske <cweiske@cweiske.de>
* 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 <http://cweiske.de/birthday3.htm>`_ 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 @@
<?xml version="1.0" encoding="utf-8"?>
<project name="bdrem" default="phar" basedir=".">
- <property name="version" value="0.6.0" />
+ <property name="version" value="0.6.1" />
<property name="pharfile" value="${phing.dir}/dist/${phing.project.name}-${version}.phar" />
<property name="libdir" value="${phing.dir}/lib"/>