Author: wrowe
Date: Thu Jan  6 11:09:57 2005
New Revision: 124420

URL: http://svn.apache.org/viewcvs?view=rev&rev=124420
Log:

  Time to catch up with progress to-date.

Modified:
   httpd/mod_aspdotnet/trunk/CHANGES.txt

Modified: httpd/mod_aspdotnet/trunk/CHANGES.txt
Url: 
http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/CHANGES.txt?view=diff&rev=124420&p1=httpd/mod_aspdotnet/trunk/CHANGES.txt&r1=124419&p2=httpd/mod_aspdotnet/trunk/CHANGES.txt&r2=124420
==============================================================================
--- httpd/mod_aspdotnet/trunk/CHANGES.txt       (original)
+++ httpd/mod_aspdotnet/trunk/CHANGES.txt       Thu Jan  6 11:09:57 2005
@@ -1,14 +1,28 @@
 
 Changes to Apache mod_aspdotnet build 2002
 
+  Corrected Request::GetProtocol() to return "HTTPS" for SSL requests.
+  [Will Rowe]
+
+  Fixed error logging (including debug) behavior; pass the server context
+  (rather than NULL) to ap_log_error.  [Will Rowe]
+
+  Add AspNetVersion directive to load a specific .NET Framework version.
+  [Will Rowe]
+
   Correct case-sensitivity to request and response headers.  Lower case
   and other less-common header formats will now be recognized as members
   of the ASP.NET defined set of http headers.  Fixes bug 32902 and fixes
-  compliance to RFC 2616.  [William Rowe]
+  compliance to RFC 2616.  [Will Rowe]
 
   Apache.Web.dll is NOT Windows 98/ME compatible.  Enabled mod_aspdotnet
   for non-Unicode Windows to permit developers to work twords a solution.
-  Partially addresses bug 32863.  [William Rowe]
+  Partially addresses bug 32863.  [Will Rowe]
+
+  Modify mod_aspdotnet to build under Apache 2.1-dev; fixed brigade
+  processing for both httpd-2.0 and httpd-2.1-dev.  Added targets to
+  build against 2.1/2.2 using unique project configurations. 
+  [Will Rowe]
 
   Fix the truncation logic for removing a trailing backlash from the
   physical path (file system path) in AspNetMount'ed hosts.

Reply via email to