Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 79305 invoked by uid 500); 23 Dec 2002 23:52:58 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 79285 invoked from network); 23 Dec 2002 23:52:58 -0000 From: "Sander Striker" To: Subject: RE: 2.0.44 release? Date: Tue, 24 Dec 2002 00:53:04 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > From: Sander Striker [mailto:striker@apache.org] > Sent: Monday, December 23, 2002 6:16 PM Ok, any reason these shouldn't go in 2.0.44? Changes with Apache 2.0.45 *) Reorder the definitions for mod_ldap and mod_auth_ldap within config.m4 to make sure the parent mod_ldap is defined first. This ensures that mod_ldap comes before mod_auth_ldap in the httpd.conf file, which is necessary for mod_auth_ldap to load. PR 14256 [Graham Leggett] *) Fix the building of cgi command lines when the query string contains '='. PR 13914 [Ville Skytt� , Jeff Trawick] Thanks, Sander