*** Version 1.7.15 (stable) - API 1.7.7 (stable) - 2012-05-24


- Fixes Bug #19434:	Bad roles for test and doc files. Props to Remi Collet for reporting.
 

*** Version 1.7.14 (stable) - API 1.7.7 (stable) - 2012-05-21


- Fixes PEAR Bug #19422. Props to Fletcher Moore for reporting.
   

*** Version 1.7.13 (stable) - API 1.7.7 (stable) - 2011-11-15


Bug #18965 Tests fail with current dir structure
Bug #18987 Remove error_reporting
   

*** Version 1.7.11 (stable) - API 1.7.7 (stable) - 2011-05-30


- Updated LICENSE to include "new" address of FSF. Fixes PEAR Bug #18571. Props to Remi Collet
for reporting.
- Updated links to LGPL in package.xml
   

*** Version 1.7.10 (stable) - API 1.7.7 (stable) - 2011-05-29


- Updated LICENSE to include "new" address of FSF. Fixes PEAR Bug #18571. Props to Remi Collet
for reporting.
   

*** Version 1.7.9 (stable) - API 1.7.7 (stable) - 2011-03-02


- If sys_get_temp_dir() is available and the 'cacheDir' option is not provided in the
constructor options array its output is used to determine the suitable temporary directory. See Bug
#18328
   

*** Version 1.7.8 (stable) - API 1.7.7 (stable) - 2009-07-07


- Set magic quotes runtime only if needed. See Bug #15725.
   

*** Version 1.7.7 (stable) - API 1.7.7 (stable) - 2009-03-07


- Fixing definition of Cache_Lite_File::get(). See Bug #15986.
   

*** Version 1.7.6 (stable) - API 1.7.4 (stable) - 2009-01-25


- Changed PEAR dependency to 1.5.4. See http://pear.php.net/advisory-20070507.txt
   

*** Version 1.7.5 (stable) - API 1.7.4 (stable) - 2009-01-13


- Bug #7446 - use time() instead if mktime() to prevent a strict error beeing raised.
- Request #11766 - Use mt_rand() instead of rand()
   

*** Version 1.7.4 (stable) - API 1.7.4 (stable) - 2008-06-08


Implemented feature request:
- #13693 Added new option to Cache_Lite::remove() to check for non-existing cache files.
- Added unit test file for Bug #13693
   

*** Version 1.7.3 (stable) - API 1.7.2 (stable) - 2008-04-13


Bugs fixed :
- #11224 Fixed improper use of strpos
- #11260 Fixed improper use of internal property resulting in memory cache not beeing saved
- #12750 Fxied internal cleaning routine
   

*** Version 1.7.2 (stable) - API 1.7.2 (stable) - 2006-06-03


Bugs fixed :
- #7799 : setToDebug() doesn't work
- #7732 (or #7598) : hashedDirectory refactoring to get rid of some warnings (in some particular cases)
   

*** Version 1.7.1 (stable) - API 1.7.1 (stable) - 2006-05-14


Bugs fixed :
- #7618 : can't save cache correctly (in some particular cases)
(thanks to neta-master at ywcafe dot net)
Other changes :
- new unit test file (about bug #7618)
   

*** Version 1.7.0 (stable) - API 1.7.0 (stable) - 2006-02-21


No change (just some modifications into online documentation)
   

*** Version 1.7.0beta2 (beta) - API 1.7.0beta2 (beta) - 2006-02-04


Bugs fixed :
- 3 unit test files was forgotten in beta1 package.xml
New features :
- request #6681 : new extendLife() method (thanks to alex at vegagames dot net)
- request #6617 : "$this->method()" calls are ok with Cache_Lite_Function without
workaround
(thanks to thomas dot nicolai at unisg dot ch)
- request #6575 : new options 'dontCacheWhenTheOutputContainsNOCACHE', 'dontCacheWhenTheResultIsFalse',
'dontCacheWhenTheResultIsNull' (thanks to thomas dot nicolai at unisg dot ch)
- new debug option for Cache_Lite_Function
- new test files
   

