Received: by taz.hyperreal.com (8.8.3/V2.0) id XAA04481; Mon, 9 Dec 1996 23:58:22 -0800 (PST) Received: from eat.organic.com by taz.hyperreal.com (8.8.3/V2.0) with ESMTP id XAA04470; Mon, 9 Dec 1996 23:58:17 -0800 (PST) Received: from localhost (brian@localhost) by eat.organic.com (8.8.3/8.6.12) with SMTP id XAA04627 for ; Mon, 9 Dec 1996 23:59:19 -0800 (PST) Date: Mon, 9 Dec 1996 23:59:19 -0800 (PST) From: Brian Behlendorf To: new-httpd@hyperreal.com Subject: 1.2b2 now available. (fwd) Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-342241519-850204759=:1618" Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. ---559023410-342241519-850204759=:1618 Content-Type: TEXT/PLAIN; charset=US-ASCII Check out the headers of this message I'm forwarding. Apparently some stupid fuck mailer out there at pub.health.su.oz.au thinks the "right thing" to do with a bounce message is sent it back verbatim to the same host it came from; this is essentially forging to the majordomo "resend" script, which accepts it as if it came from me. This is more sendmail's 'fault' than majordomo however. Anyways I caught it and nuked all the ensuing sendmail processes, but a second message did get out there for 12 minutes to probably a couple hundred folk. Fortunately I decided to stay at work late tonight and caught the bounceback, or an infinite loop could have developed overnight and we would have been treated to a couple dozen "1.2b2 now available" messages before I caught it in the morning. Sheeesh. Brian --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-- brian@organic.com www.apache.org hyperreal.com http://www.organic.com/JOBS ---559023410-342241519-850204759=:1618 Content-Type: MESSAGE/RFC822 Content-ID: Content-Description: 1.2b2 now available. (fwd) Received: from taz.hyperreal.com (taz.hyperreal.com [204.152.144.36]) by eat.organic.com (8.8.3/8.6.12) with ESMTP id XAA04302; Mon, 9 Dec 1996 23:37:47 -0800 (PST) Received: from localhost by taz.hyperreal.com (8.8.3/V2.0) with SMTP id XAA02628; Mon, 9 Dec 1996 23:33:19 -0800 (PST) Received: by taz.hyperreal.com (bulk_mailer v1.5); Mon, 9 Dec 1996 23:25:03 -0800 Received: by taz.hyperreal.com (8.8.3/V2.0) id XAA01998; Mon, 9 Dec 1996 23:25:03 -0800 (PST) Received: from metro.ucc.su.OZ.AU by taz.hyperreal.com (8.8.3/V2.0) with SMTP id XAA01991; Mon, 9 Dec 1996 23:24:59 -0800 (PST) Received: from dph1.health.su.oz.au (dph1.health.su.OZ.AU [129.78.135.1]) by metro.ucc.su.OZ.AU (8.6.13/8.6.12) with SMTP id SAA15127 for ; Tue, 10 Dec 1996 18:25:06 +1100 Received: from pub.health.su.oz.au (pub.ARPA) by dph1.health.su.oz.au (4.1/5.17) id AA02520; Tue, 10 Dec 96 18:35:54 EST Received: from cc:Mail by pub.health.su.oz.au id AA850271152 Tue, 10 Dec 96 18:25:52 EST Date: Tue, 10 Dec 96 18:25:52 EST From: Brian Behlendorf Message-Id: <9611108502.AA850271152@pub.health.su.oz.au> To: apache-announce@apache.org Subject: 1.2b2 now available. Sender: apache-announce-owner@hyperreal.com Precedence: bulk A second beta of Apache 1.2 is now available. The differences are outlined below; most deal with portability issues regarding the scripts which attempt to guess your platform and set the appropriate compiler flags and #defines, though a couple not-insignificant bugs have also been addressed. We believe we have dealt with the most commonly reported platforms, and we are still working through 2 or 3 of the less common platforms being reported. Obviously this is the most difficult area for us to test since we do not generally have access to more than the top 20 or so variants of Unix, so we are relying greatly upon the userbase to provide us with enough information to make Apache compile cleanly on as many systems as possible. As usual, you can download Apache 1.2b2 from the main apache web site , or from one of its many mirrors as they update. We are aiming for a 1.2 final release by Christmas, so there may be one or two more betas. Thanks again for using Apache! ######################################################################## Changes with Apache 1.2b2: *) Update set_signals() to use sigaction() for setting handlers. This appears to fix a re-entrant problem in the seg_fault() bus_error() handlers. [Randy Terbush] *) Changes to allow mod_status compile for OS/2 [Garey Smiley] *) changes for DEC AXP running OSF/1 v3.0. [Marc Evans] *) proxy_http.c bugfixes: [Chuck Murcko] 1) fixes possible NULL pointer reference w/NoCache 2) fixes NoCache behavior when using ProxyRemote (ProxyRemote host would cache nothing if it was in the local domain, and the local domain was in the NoCache list) 3) Adds Host: header when not available 4) Some code cleanup and clarification *) mod_include.c bugfixes: 1) Fixed an ommission that caused include variables to not be parsed in config errmsg directives [Howard Fear] 2) Remove HAVE_POSIX_REGEX cruft [Alexei Kosut] 3) Patch to fix compiler warnings [perrot@lal.in2p3.fr] 4) Allow backslash-escaping to all quoted text [Ben Yoshino ] 5) Pass variable to command line if not set in XSSI's env [Howard Fear] *) Fix infinite loop when processing Content-language lines in type-map files. [Alexei Kosut] *) Closed file-globbing hole in test-cgi script. [Brian Behlendorf] *) Fixed problem in set_[user|group] that prevented CGI execution for non-virtualhosts when suEXEC was enabled. [Randy Terbush] *) Added PORTING information file. [Jim Jagielski] *) Added definitions for S_IWGRP and S_IWOTH to conf.h [Ben Laurie] *) Changed default group to "nogroup" instead of "nobody" [Randy Terbush] *) Fixed define typo of FCNTL_SERIALIZED_ACCEPT where USE_FCNTL_SERIALIZED_ACCEPT was intended. *) Fixed additional uses of 0xffffffff where INADDR_NONE was intended, which caused problems of systems where socket s_addr is >32bits. *) Added comment to explain (r->chunked = 1) side-effect in http_protocol.c [Roy Fielding] *) Replaced use of index() in mod_expires.c with more appropriate and portable isdigit() test. [Ben Laurie] *) Updated Configure for ... OS/2 (DEF_WANTHSREGEX=yes, other code changes) *-dg-dgux* (bad pattern match) QNX (DEF_WANTHSREGEX=yes) *-sunos4* (DEF_WANTHSREGEX=yes, -DUSEBCOPY) *-ultrix (new) *-unixware211 (new) and added some user diagnostic info. [Ben Laurie] *) In helpers/CutRule, replaced "cut" invocation with "awk" invocation for better portability. *) Updated helpers/GuessOS for ... SCO 5 (recognize minor releases) SCO Unixware (braindamaged uname, whatever-whatever-unixware2) SCO UnixWare 2.1.1 (requires a separate set of #defines in conf.h) IRIX64 (-sgi-irix64) ULTRIX (-unknown-ultrix) SINIX (-whatever-sysv4) NCR Unix (-ncr-sysv4) and fixed something in helpers/PrintPath [Ben Laurie] --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-- brian@hyperreal.com http://www.apache.org http://www.organic.com/jobs ---559023410-342241519-850204759=:1618--