* Version 1.0.7 (stable) - API 1.0.5 (stable) - 2010-10-25


Automatically built QA release
Bug #16817 code does not adhere to Standards - kguest
 

* Version 1.0 (stable) - API 1.0 (stable) - 2002-09-25


This is the initial release of the Net_Dict package.
   

* Version 1.0.1 (stable) - API 1.0.1 (stable) - 2002-10-05


Fixed a bug in define() where dictionary sources other then the first 
were not shown. -- Thanks Xing Li for pointing it out.
   

* Version 1.0.2 (stable) - API 1.0.2 (stable) - 2002-10-06


Fix: match() and define() support multi-part words. -- Thanks Xing Li.
   

* Version 1.0.3 (stable) - API 1.0.3 (stable) - 2002-11-29


Definitions can now be cached (using PEAR Cache package). So you don't 
have to make a network connection for an already cached definition.
$d = new Net_Dict;
// make sure cache_dir is writable
$d->setCache(true, 'file', array('cache_dir'=>'/tmp/cache/'));
$defs = $d->define($keyword);
   

* Version 1.0.6 (stable) - API 1.0.5 (stable) - 2009-07-28


QA Release
Package 2.0
Bug #7018 - Patch / Warnings
Bug #4811 - Example dict.php uses wrong path
   

* Version 1.0.7 (stable) - API 1.0.5 (stable) - 2010-10-25


Automatically built QA release
Bug #16817 code does not adhere to Standards - kguest
   

