]> granicus.if.org Git - apache/blobdiff - CHANGES
get the last worker in a given child initialized properly
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index 85a5724e28da06899571dcacbaa61d49d427b781..23e34dc0a8297ff0caa8ab298219d1446db238b9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,38 @@
 Changes with Apache 2.0.12-dev
 
+  *) 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
+     process that has forked a long-lived child process.
+     [Taketo Kabe <kabe@sra-tohoku.co.jp>]
+
+  *) Remove the rest of the pthreads functions from the threaded MPM.
+     This requires the APR support for a signal thread that was just
+     added.  [Ryan Bloom]
+
+  *) Make mod_dir use a fixup for sending a redirect to the browser.
+     Before this, we were using a handler, which doesn't make much
+     sense, because the handler wasn't generating any data, it would
+     either return a redirect error code, or DECLINED.  This fits the
+     current hooks better.  [Ryan Morgan <rmorgan@covalent.net>]
+
+  *) Make the threaded MPM use APR threads instead of pthreads.
+     [Ryan Bloom]
+
   *) Get mod_tls to the point where it actually appears to work in all cases.
      [Ben Laurie]