]> granicus.if.org Git - apache/blobdiff - CHANGES
Namespace protect IOBUFSIZ since it is a public symbol.
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index 442a67045b8603267b1fbce1950f3396c35f35a8..003d6547a4c03689217d4793d75b6406fca67393 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,25 @@
 Changes with Apache 2.0.12-dev
 
+  *) Namespace protect IOBUFSIZ since it is exposed in the API.
+     [Jon Travis <jtravis@covalent.net>]
+
+  *) Use "Basic" authentication instead of "basic" in ab, as the spec
+     says we should.  [Andre Breiler <andre.breiler@rd.bbc.co.uk>]
+
+  *) Fix a seg fault in mod_userdir.c.  We used to use the pw structure
+     without ever filling it out.  This fixes PR 7271.
+     [Taketo Kabe <kabe@sra-tohoku.co.jp> and 
+      Cliff Woolley <cliffwoolley@yahoo.com>]
+
+  *) Add a couple of GCC attribute tags to printf style functions.
+     [Jon Travis <jtravis@covalent.net>]
+
+  *) Add the correct language tag for interoperation with the Taiwanese
+     versions of MSIE and Netscape. [Clive Lin <clive@CirX.ORG>] PR#7142
+
+  *) Migrate the perchild MPM to use the new apr signal child, and 
+     APR thread functions.  [Ryan Bloom]
+
   *) Close one copy of the CGI's stdout before creating the new process.
      The CGI will still have stdout, because we have already dup'ed it.
      This keeps Apache from waiting forever to send the results of a CGI