* Version 1.2.0 (stable) - 2005-11-14

* Fixed Bug #5830 - only variables can be passed by reference
* Changed license to BSD
  

* Version 1.1.2 (stable) - 2005-07-18

* Fixed Bug #4338 - Typos in HTTP status messages
    

* Version 1.1.1 (stable) - 2004-11-10

* POST requests should *NOT* be cached
    

* Version 1.1.0 (stable) - 2004-08-05

+ Support for Internet Explorer
    

* Version 1.0.2 (stable) - 2004-08-05

* Fixed Bug #2063
    

* Version 1.0.1 (stable) - 2004-08-04

* Don't append a question mark to redirection urls which have no query string
* Fixed Header_Cache::isOlderThan() and Header_Cache::isCached() (finally)
    

* Version 1.0.0 (stable) - 2004-07-21

* Call parent constructor in HTTP_Header_Cache
* Fixed Bug in HTTP_Header_Cache::isCached()
* Fixed Bug #1908 (added optional parameter $session to redirect())
+ Added PHPUnit test cases
    

* Version 1.0.0RC1 (beta) - 2004-07-02

* First Release Candidate for stable release.
    

* Version 0.3.0 (beta) - 2004-06-12

* refactored HTTP_Header_Cache
* fixed typos in HTTP_Header::dateToTimestamp()
    

* Version 0.2.0 (beta) - 2004-06-09

* honor actual HTTP version
* added accessors to HTTP version
* check if headers were alread sent
* marked dateToTimestamp() as deprecated
* general code clean up
    

* Version 0.1.6 (beta) - 2003-12-28

* Fixed Errors in sendStatusCode
* Fixed all HTTP_Header::isError (and similar) methods
* Fixed HTTP_Header::sendStatusCode
    

* Version 0.1.5 (beta) - 2003-12-09

* fix in redirect(), when parameter was added, it was always added with ?para=value, 
instead of checking if there was already a param
* added quite some methods by Davey Shafik
* changed HTTP_HEADER_STATUS_* content by Davey Shafik
* added getStatusType() and getStatusText() by Davey Shafik
    

* Version 0.1.4 (beta) - 2003-09-19

* redirect sends session id by default when trans_sid=1, behaviour has changed!
    

* Version 0.1.3 (beta) - 2003-03-31

* fixed dateToTimestamp() to retrieve proper cache date
    

* Version 0.1.2 (beta) - 2003-03-10

* if redirect has no params given, redirect to PHP_SELF
* Cache::exitIfCached() returns false if isCached() is false
    

* Version 0.1.1 (alpha) - 2003-01-27

- added redirect, which takes care of additional GET vars too
- added all HTTP1.1 code (thanks to Patrick O'Lone)
    

* Version 0.1 (alpha) - 2003-01-17

- initial release in PEAR
    

