Apache-Dynagzip

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Apache::Dynagzip

0.16  Sat Oct 09 19:30:00 2004
	- bugfix. Content-Type was overwritten to default text/html during the streaming of a static
	  file because $r->header_out('Content-Type') was not set, however $r->content_type is set
	  properly in PerlLibTreeTrans URI_Translation_Handler. Fixed in two places.
	- documentation was lightly edited, especially regarding the details of module installation
	  and appropriate mod_perl configuration. Thanks to Kevin Austin for the hints.
	- README was reformatted back to plain text.
	- META.yml was created manually and added to MANIFEST.

0.15  Sun May 02 15:11:00 2004
	- clean up: Dan Kubb has found some inconsistences in implementation of UseCGIHeadersFromScript
	  within the Filter chain. Documentation and the code were cleaned up in order to make sure
	  that UseCGIHeadersFromScript does not affect functionality inside the  Filter chain.
	  23843 May 11 00:28 Apache-Dynagzip-0.15.tar.gz

0.14  Sat Apr 24 22:50:00 2004
	- documentation was edited in order to make it more clear, especially
	  regarding previous code changes.
	  23642 Apr 30 21:15 Apache-Dynagzip-0.14.tar.gz

0.13  Mon Apr 05 22:40:00 2004
	- bugfix. Richard Chen discovered the unconditional retrievement of HTTP headers
	  inside the branch of uncompressed response over HTTP/1.1 for filter chain. The same
	  bug appears inside the branch of uncompressed response over HTTP/1.0. Fixed now.
	  31466 Apr  6 00:01 Apache-Dynagzip-0.13.tar.gz

0.12  Mon Mar 15 21:15:00 2004
	- log the amount of outgoing data. Version to test Igor Jovanovic's issue.
	  31426 Mar 15 21:33 Apache-Dynagzip-0.12.tar.gz

0.11  Mon Jul 21 11:00:00 2003
	- bugfix. It was noticed that Apache::Dynagzip in some cases overwrites the Content-Type set
	  by the earlier filter. Thanks to John Siracusa for the hint. This was fixed to "never
	  overwrite the existent outgoing Content-Type".
	  31136 Jul 21  2003 Apache-Dynagzip-0.11.tar.gz

0.10  Fri Jul 18 23:30:00 2003
	- Rob Bloodgood and Damyan Ivanov complained about "uninitialized value" warnings from unused
	  HTTP headers, and about pack mode "c", which generated warnings on their systems (running -w).
	  I failed to reproduce the effect of pack mode, but decided to change the mode to "C"
	  because it has been reported as a clean solution for both Rob and Damyan from one side,
	  and this should not effect the packed code (as I understand it) from the other side.
	  "Uninitialized value" warnings were blocked in accordance with the patch provided by Rob Bloodgood.
	  All changes were manually double-checked with the patch provided by Damyan Ivanov.
	- partial code revision has been done in order to prepare the further structural changes.
	  30927 Jul 20 01:09 Apache-Dynagzip-0.10.tar.gz

0.09  Sun Jan 05 01:45:00 2003
	- Vlad Jebelev's patch was applied in order to serve possible dynamic Apache downgrade to HTTP/1.0
	  (especially processing MSIE requests over SSL).
	- documentation was edited.
	  30564 Jan  5 02:45 Apache-Dynagzip-0.09.tar.gz

0.08  Sat Dec 07 23:15:00 2002
	- bugfix. The bug was affecting the transmissions of plain static files only
	  when gzip compression is turned off and light compression is turned on.
	  30155 Dec  8 00:24 Apache-Dynagzip-0.08.tar.gz
	  
0.07  Sun Aug 11 14:58:00 2002
	- advanced control over the client/proxy cache is provided vith Vary extra value
	  optionally inputed from the configuration file.
	- documentation is edited.



( run in 0.753 second using v1.01-cache-2.11-cpan-d8267643d1d )