Re: Maintaining the list of release changes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Maintaining the list of release changes
Date: 2002-02-08 19:15:56
Message-ID: 25205.1013195756@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Sure, just stick stuff at the top of the HISTORY file and I can deal
> with it during release packaging. I will tell you that many one-line
> release items are made up of many commits and decisions so there is
> little likelyhood I can just cut/paste and avoid the CVS log grovel but
> it will help new folks.

Well, if you expect to have to grovel through the CVS logs anyway,
another possibility is to put the info into the CVS commit messages.
Perhaps we could agree on a convention that commits that include
release-note-worthy material should have something like

RELEASE NOTE: descriptive paragraph here

in the commit message. Keep basically the same process, but make it
easier for Bruce to spot the important material.

I think I prefer the file-of-notes idea, but this is a possibility worth
suggesting.

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Randall Jonasz 2002-02-08 19:34:34 Re: Replication
Previous Message Matthew T. O'Connor 2002-02-08 19:09:56 Re: Database abstration layers