Release versioning inconsistency

From: Marti Raudsepp <marti(at)juffo(dot)org>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Release versioning inconsistency
Date: 2012-06-20 08:28:46
Message-ID: CABRT9RBaTARraTCoOGV8W3Oe7eYMJre1cTT_GkOyJjvq3nz+yA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi list,

The recent 9.2 beta releases have used a slightly different numbering
scheme than all previous releases.

It used to be that tarballs for version $VER were always available at:
http://ftp.postgresql.org/pub/source/v$VER/postgresql-$VER.tar.bz2

However, the new releases now use "v9.2.0beta2" for the directory
name, but "9.2beta2" in the tarball file. No big deal for most people,
but it will confuse people who have scripts to download PostgreSQL
tarballs automatically (e.g. packagers).

For example:
http://ftp.postgresql.org/pub/source/v9.2.0beta2/postgresql-9.2beta2.tar.bz2

Is there any reason behind this change?

Regards,
Marti

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2012-06-20 08:34:54 Re: [PATCH 10/16] Introduce the concept that wal has a 'origin' node
Previous Message Heikki Linnakangas 2012-06-20 08:23:31 Re: [PATCH 10/16] Introduce the concept that wal has a 'origin' node