[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: merge maint into master
From: |
Paul Eggert |
Subject: |
Re: merge maint into master |
Date: |
Mon, 19 Mar 2012 09:07:26 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 |
On 03/19/2012 07:55 AM, Akim Demaille wrote:
> Is Bison the only project (among those) to issue
> maintenance releases?
No, at least Emacs and glibc have maintenance
releases.
In Emacs some patches are applied to the emacs-23 branch,
and someone occasionally merges them into 'master'. A 'pending'
branch holds patches waiting to get into 'master'. But
the 'pending' branch is rarely used (two changes since
July) and the emacs-23 branch is strictly for the old
release. The main development is all in 'master'. After
Emacs 24 comes out, a new emacs-24 branch will be created
for it.
In glibc there is a separate branch for every release,
and as I understand it these primarily cherry-pick fixes
back from 'master'. The main development is on 'master'.