The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Apache::Dynagzip.

0.11  Mon Jul 21 11:00:00 2003

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.
	  29819 Oct  6 14:16 Apache-Dynagzip-0.07.tar.gz

0.06  Mon Jun 24 13:05:00 2002
	- HTTP/1.0 bug is fixed. No chunks for HTTP/1.0 since now.
	  Just no Content-Length, and Connection: close instead.
	  gzip compression is provided for HTTP/1.0 in accordance with Accept-Encoding.
	- light compression exception for <PRE>...</PRE> tag is implemented.
	- documentation is edited appropriately.
	  26322 Jul 24 16:17 Apache-Dynagzip-0.06.tar.gz

0.05  Sat Jun 15 18:00:00 2002
	- Makefile.PL is fixed in order to survive CPAN tests
	  25110 Jun 15 18:28 Apache-Dynagzip-0.05.tar.gz

0.04  Mon Jun 03 14:00:00 2002
	- README is updated.
	- Some typos in main doc were fixed.
	  24939 Jun  4 14:07 Apache-Dynagzip-0.04.tar.gz

0.03  Sun May 26 14:26:00 2002
	- fundamental revision of the code to avoid possible copyright questions from Outlook Technologies, Inc.
	  My own decision to publish the code on CPAN could never be considered an any kind of competition with OLT
	  business, since my layoff clearly demonstrates the fact, that OLT has no business interests
	  in this market of products and services, and does not plan to work on this market in future.
	- documentation is edited appropriately.
	  23002 Jun  3 12:17 Apache-Dynagzip-0.03.tar.gz

0.02  Fri Mar 22 12:07
	- documentation is edited - thanks to Tom Evans <tevans@outlook.net> for README Abstract.
	  11169 Apr 27 13:16 Apache-Dynagzip-0.02.tar.gz

0.01  Mon Jan 14 10:31:52 2002
	- original version; created by h2xs 1.21 with options
		-A -X -n Apache::Dynagzip
	- original code is created.
	  10312 Mar 18 23:20 Apache-Dynagzip-0.01.tar.gz