Re: Psycopg2 for PostgreSQL 9.3

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Cc: "psycopg(at)postgresql(dot)org" <psycopg(at)postgresql(dot)org>
Subject: Re: Psycopg2 for PostgreSQL 9.3
Date: 2013-05-02 14:41:20
Message-ID: CA+mi_8Zm=+zkc6X6Kh9iSf+7E60_hA-O5Howt+aCwc6N2MKF2g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On Thu, May 2, 2013 at 1:26 PM, Devrim GÜNDÜZ <devrim(at)gunduz(dot)org> wrote:
>
> How different is master as compared to 2.5? Should I just package 2.5
> for 9.3?

'master' is going ahead; for the moment there is probably little more
than a few docs fixes. But the version number has already been bumped
ahead there. For packaging you should check out tag 2_5.

Previously we were pushing our progressive changes into 'devel' and
only committing stable branches into 'master', following the idea in
<http://nvie.com/posts/a-successful-git-branching-model/>. But
although that model works fine it only deals with a single "master"
and becomes awkward with maintenance branches (currently maint_2_4,
maint_2_5).

-- Daniele

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2013-05-02 14:51:37 Re: Psycopg2 for PostgreSQL 9.3
Previous Message Devrim GÜNDÜZ 2013-05-02 12:26:04 Re: Psycopg2 for PostgreSQL 9.3