From dev-return-14804-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Mon Sep 26 15:45:24 2005 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 52952 invoked from network); 26 Sep 2005 15:45:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Sep 2005 15:45:23 -0000 Received: (qmail 48386 invoked by uid 500); 26 Sep 2005 15:45:22 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 48171 invoked by uid 500); 26 Sep 2005 15:45:21 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 48158 invoked by uid 99); 26 Sep 2005 15:45:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2005 08:45:21 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [69.225.174.131] (HELO x.win.covalent.net) (69.225.174.131) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2005 08:45:27 -0700 Received: from [192.168.0.21] ([24.13.128.132]) by x.win.covalent.net over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Mon, 26 Sep 2005 08:43:32 -0700 Message-ID: <43381741.2070109@rowe-clan.net> Date: Mon, 26 Sep 2005 10:44:01 -0500 From: "William A. Rowe, Jr." User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc3 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Orton CC: Kalle Olavi Niemitalo , dev@apr.apache.org Subject: Re: wrong byte order in apr_uuid_get (or apr_uuid_format) References: <87aci4n6te.fsf@Astalo.kon.iki.fi> <4334333C.60403@rowe-clan.net> <20050926090511.GA3293@redhat.com> In-Reply-To: <20050926090511.GA3293@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Sep 2005 15:43:32.0187 (UTC) FILETIME=[0C55B2B0:01C5C2B1] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Joe Orton wrote: > On Fri, Sep 23, 2005 at 11:54:20AM -0500, William Rowe wrote: > >>This undoubtedly breaks any cache of uuid values. >> >>I don't mind doing this in the APR 1.x->2.0 transition, but it can't >>be applied any early without causing significant disruption for users. > > Why would fixing merely apr_uuid_get (generation of new UUIDs) cause any > compatibility problems? Sure, if we don't touch apr_uuid_format... I don't see any potential issue. Bill