Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 50570 invoked by uid 500); 23 Mar 2000 14:41:30 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 50559 invoked by uid 500); 23 Mar 2000 14:41:30 -0000 Delivered-To: apmail-apache-2.0-cvs@apache.org Date: 23 Mar 2000 14:41:29 -0000 Message-ID: <20000323144129.50555.qmail@locus.apache.org> From: jim@locus.apache.org To: apache-2.0-cvs@apache.org Subject: cvs commit: apache-2.0/src CHANGES jim 00/03/23 06:41:29 Modified: src CHANGES Log: Oops... sorry, forgot to include this!! Revision Changes Path 1.41 +4 -0 apache-2.0/src/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/apache-2.0/src/CHANGES,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- CHANGES 2000/03/22 22:49:42 1.40 +++ CHANGES 2000/03/23 14:41:29 1.41 @@ -1,4 +1,8 @@ Changes with Apache 2.0a2-dev + + *) Fix a problem with Sigfunc not being defined or bypassed + if sigaction() wasn't found. [Jim Jagielski] + *) Fix the locking mechanism on BSD variants. They now use fcntl locks. This allows the server to start and serve pages. [Ryan Bloom]