Release preparation

这个提交存在于:
Sébastien Lucas 2012-09-10 17:33:04 +02:00
父节点 98d479df0f
当前提交 b1d55aabee
共有 2 个文件被更改,包括 7 次插入1 次删除

查看文件

@ -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 <hr> in book comment (thanks to jillmess)

查看文件

@ -6,7 +6,7 @@
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
define ("VERSION", "0.2.0");
define ("VERSION", "0.2.1");
date_default_timezone_set($config['default_timezone']);
function getURLParam ($name, $default = NULL) {