Revision history for Perl extension DBD::PO.

0.08  Thu Sep 18 22:00:00 2008
- eighth developer test version
- "... = $dbh->quote(...);" ok now
- export constants now
- validation only at constructor (performance)
- all the Locale::PO bugs fixed in DBD::PO::Locale::PO
- run Performance tests for DBD:::PO::Locale::PO and DBD::PO::Text::PO
- run binmode only one time for each file at DBD::PO::Text::PO (performance)

0.07  Fri Sep 05 22:00:00 2008
- seventh developer test version
- API changed for read header "msgstr".
- API changed to connect parameter "po_charset"
- Do not use special characters in comments.
  There is no quoting at the moment.
- Do not use "... = $dbh->quote(...);".
  The bug is not fixed.
- Fixed bug of quote "msgid" and all the different "msgstr"s.

0.06  Wed Jul 30 22:00:00 2008
- sixth developer test version
- change tests: change use Test::Differences in eval block to require
- add example

0.05  Tue Jul 29 15:00:00 2008
- fifth developer test version
- fixed any problems with charset and eol
- changed parameter po_charset to charset
- some Kwalitte

0.04  Sun Jul 27 12:00:00 2008
- fourth developer test version
- fixed any problems with charset
- changed API of method DBD::PO::db::split_header_msgstr
- crash test and error message for mixed headers and lines 

0.03  Wed Jul 23 19:00:00 2008
- third developer test version
- fixed any problems of taint mode
- changed default separator to LF

0.02  Sun Jul 20 17:00:00 2008
- second developer test version

0.01  Thu Jul 10 15:24:36 2008
- fist developer test version without any POD