This file is part of the pdr/pdx project.
Copyright (C) 2010 Torsten Mueller, Bern, Switzerland

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.



Change Log
==========

2010-12-09 release 1.1.3
- pdr: bugfix handling incorrect expressions
  (pdr didn't add them into the rejections but crashed sadly)

2010-11-28 release 1.1.2
- pdr: bugfix exporting the database as XML
  (special characters in text collections are handled correctly)

2010-11-12 release 1.1.1
- pdr: display text collections properly in interactive mode
- pdr: ? doesn't terminate interactive mode
- pdr: allow strings in expressions
- minor changes in the MSVC solution

2010-11-02 release 1.1.0
- pdx: (HbA1c2) functions added
- pdr: allowed timestamps like "2010-10-14-12:34:56" in expressions
  (until now only "2010-10-14 12:34:56" was allowed)
- pdr: illegal timestamp values in expressions are recognized as errors now
  (until now a value like "2010-15-10-12:61:00" came into the database
  as "not-a-date-time", this caused a program termination later)
- avoided nested transactions in the database classes
- pdx: better error messages in the case of invalid format specifications
- pdx: fixed a compilation problem with libboard 0.9.0

2010-08-16 release 1.0.0
- pdr: added interactive mode
- pdr: added xml export
- pdr: changed xml import according to the new export, export and
  import are compatible and can be used to exchange data between
  different databases
- pdr: fixed some issues for MySQL

2010-06-13 release 0.3.6
- pdx: added complete Cairo support (create png diagrams)
- pdx: added (vline) functions
- pdx: + and - with timestamps and times added
- pdx: svg diagrams have now variable font size
- bugfix pdx: improvements in diagrams, no normalized axes anymore
- bugfix pdx: merge of empty selections supported
- bugfix pdx: parameter -n didn't parse a timestamp correctly
- pdr has shorter expressions in verbose output

2010-04-12 release 0.3.5
- added MSVC solution for supporting the Windows platform
- added samples, a complete working environment with a SQLite-DB
- added builtin functions (merge) and (fold)
- added a 4th implementation of the (axis) function for drawing
  folded curves
- added readline and history support for pdx's interactive mode
- moved some files from here to there for more clearness
- bugfix: datetime specifications could not be recognized correctly

2010-04-02 release 0.3.4
- added support for MySQL
- added builtin function (database)
- added option ctrl_line in configuration file for CSV input files
- more clearness in version strings

2010-03-31 release 0.3.3
- started Change Log
