You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by pg...@apache.org on 2006/12/06 08:56:50 UTC

svn commit: r482955 - /perl/Apache-SizeLimit/trunk/Changes

Author: pgollucci
Date: Tue Dec  5 23:56:49 2006
New Revision: 482955

URL: http://svn.apache.org/viewvc?view=rev&rev=482955
Log:
note the Hybridization 

Modified:
    perl/Apache-SizeLimit/trunk/Changes

Modified: perl/Apache-SizeLimit/trunk/Changes
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/Changes?view=diff&rev=482955&r1=482954&r2=482955
==============================================================================
--- perl/Apache-SizeLimit/trunk/Changes (original)
+++ perl/Apache-SizeLimit/trunk/Changes Tue Dec  5 23:56:49 2006
@@ -8,6 +8,16 @@
 
 =item 0.91-dev
 
+  *********** HEADS UP - SHARED CODE BASE - HEADS UP  ***********
+  Apache-SizeLimit has been hybrized.  
+  It has been split into 3 packages.  
+    1) Apache::SizeLimit  - User API for httpd 1.3.x / mod_perl 1.x
+    2) Apache2::SizeLimit - User API for httpd 2.x / mod_perl 2.x
+
+    3) Apache::SizeLimit::Core - Interal Shared Functionality
+         _NEVER_ use this module directly.
+[Philip M. Gollucci <pg...@p6m7g8.com>]
+
 Fix Can't call method "child_terminate" on an undefined value
 By add_cleanup_handler() pass $r to _exit_if_to_big() via shift
 [David Wheeler <da...@kineticode.com>]