diff --git a/CHANGELOG b/CHANGELOG index ba48612..9f4e508 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +0.2.1 - XXXX + * Fix one last error (hopefully) in link generation (thanks to gaspine) + * Add Sony PRS-T1 to the list of E-Ink device (thanks to Northguy) + * Fix another HTML special characters problem (thanks to NeilBryant) + * Add an ugly config parameter to allow search in non-compliant OPDS reader (thanks to Don Caruana and David Lee) + 0.2.0 - 20120722 * Fix all rewriting rule I forgot to change it in last release * Fix
in book comment (thanks to jillmess) diff --git a/base.php b/base.php index 528348b..65aeb09 100644 --- a/base.php +++ b/base.php @@ -6,7 +6,7 @@ * @author Sébastien Lucas */ -define ("VERSION", "0.2.0"); +define ("VERSION", "0.2.1"); date_default_timezone_set($config['default_timezone']); function getURLParam ($name, $default = NULL) {