release 0.6.1 v0.6.1
authorChristian Weiske <cweiske@cweiske.de>
Tue, 21 Jun 2016 15:06:19 +0000 (17:06 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 21 Jun 2016 15:06:59 +0000 (17:06 +0200)
ChangeLog
README.rst
build.xml

index 53065e8ba5d81d68de564c5480f0f5cbc44d8734..3c6f946817b3a6a4d16abbd764081a2dc8dcf4a7 100644 (file)
--- 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
 2015-03-18  Christian Weiske  <cweiske@cweiske.de>
 
        * New source: CSV file
index e503d3b2aaed5c3482d7291b4eb132bd7e693705..29e8bda22d14768fc34a741b67aeb56c7269937a 100644 (file)
@@ -17,7 +17,7 @@ Data sources
 - Any SQL database.
 
   - Multiple date fields per record supported.
 - 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
 
 - `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
       -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
     
       -h, --help                        show this help message and exit
       -v, --version                     show the program version and exit
     
index 845a053308d52c5a6deed2e391aea690efde64a9..e89a894b3a11b5c07504a04b9d7d202519d53a0a 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <project name="bdrem" default="phar" basedir=".">
 
 <?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"/>
 
  <property name="pharfile" value="${phing.dir}/dist/${phing.project.name}-${version}.phar" />
  <property name="libdir" value="${phing.dir}/lib"/>