* Version 2.4.0 (stable) - API 2.4.0 (stable) - 2007-09-19

* Added a subclass, Net_UserAgent_Detect_APC, which allows Net_UserAgent_Detect results to be cached which makes subsequent lookups for that specific User Agent string very fast (Lucas Nealan)
* Added support Windows CE (Lucas Nealan)
* Added support for IE Mobile (Lucas Nealan)
* Quirk detect for AJAX has been updated (Lucas Nealan)

* Version 1.0 (stable) - API 1.0 (stable) - 2002-05-21

This is the initial independent PEAR release.

* Version 2.0.1 (stable) - API 2.0.1 (stable) - 2004-03-11

* Made it PHP5 compatible in a way that is BC
* Added support for Safari
* Bumped konq's javascript version up to 1.4
* Fix bug where w3m caused warnings
* fixed a notice error when the user agent is empty
* Fixed missing windows xp detection and added nested_table_render_bug quirk for netscape 4.8 and below. 
* Code cleanups.

* Version 2.1.0 (stable) - API 2.1.0 (stable) - 2005-04-18

* Added support for firefox, opera6, opera7, aol8, webdav, netgem/iplayer, and win2003
* The getQuirk() method now works correctly
* Normally all browser information is cached the first time Net_UserAgent_Detect is run on a page to make it as speedy as possible.  However, in some case there is need to clear the cached data.  This can now be done by setting the "re-evaluate" option.

* Version 2.2.0 (stable) - API 2.2.0 (stable) - 2006-04-19

* Adding new "browsers" that make it easier to exclude old browsers: belowie6, belowns6, and belowopera8
* Additional browsers now supported: opera8, ie7, icab
* Adding new "feature" which tells if a browser is AJAX enabled: ajax
* IE 5 on Mac is now detected correctly as ie5
* Force override of the user agent now works.

* Version 2.3.0 (stable) - API 2.3.0 (stable) - 2007-04-23

* Additional browsers are now detected: opera9, firefox1.5, and firefox2.x
* Added new feature detection for if a browsers has SVG
* Added new feature detection for if a browsers has CSS2
* Fixed a bug that crashed the script when running with APC

* Version 2.4.0 (stable) - API 2.4.0 (stable) - 2007-09-19

* Added a subclass, Net_UserAgent_Detect_APC, which allows Net_UserAgent_Detect results to be cached which makes subsequent lookups for that specific User Agent string very fast (Lucas Nealan)
* Added support Windows CE (Lucas Nealan)
* Added support for IE Mobile (Lucas Nealan)
* Quirk detect for AJAX has been updated (Lucas Nealan)

