public inbox for [email protected]
help / color / mirror / Atom feedFrom: Magnus Hagander <[email protected]>
To: Listmail <[email protected]>
Cc: Dave Page <[email protected]>
Cc: Andrew Hammond <[email protected]>
Cc: CAJ CAJ <[email protected]>
Cc: [email protected]
Cc: pgsql-www <[email protected]>
Subject: Re: [GENERAL] programmatic way to fetch latest release for a given major.minor version
Date: Wed, 11 Apr 2007 20:07:22 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <op.tqmo0ge9zcizji@apollo13>
References: <[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
<op.tqmo0ge9zcizji@apollo13>
On Wed, Apr 11, 2007 at 06:49:18PM +0200, Listmail wrote:
>
>
> >If someone wants the schema change, react *now*. Later on we can only
> >append to it, and not change it :)
>
> Since I like to complain...
>
> <numericversion v1="8" v2="2" v3="3"/>
>
> Suppose you someday add another dot, or a "b" for beta, wouldn't it
> be better to have
>
> <versionlist><item>8</item><item>2</item><item>3</item></versionlist>
IIRC, but not entirely sure, the order of items in XML is not guaranteed.
So you'd need something like
<versionlist><item seq="1">8</item><item seq="2">2</item> etc etc
I'm not sure, but I have some kind of memory of that ;-)
As for beta, we're only going to be listing production versions in this
one. It's there to list the latest available version in each released
series.
And if we add another dot, we can just add a v4="7" attribute. Adding is
not a problem, only modifying.
//Magnus
view thread (30+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]
Subject: Re: [GENERAL] programmatic way to fetch latest release for a given major.minor version
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox