* Notmuch 0.6: Let's do it.
@ 2011-06-23 1:26 David Bremner
2011-06-23 7:13 ` Sebastian Spaeth
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: David Bremner @ 2011-06-23 1:26 UTC (permalink / raw)
To: notmuch
[-- Attachment #1: Type: text/plain, Size: 1027 bytes --]
No, it's not a code name, unless you really want it to be. After some
discussion with Carl and Jamie on IRC, I have declared myself release
tyrant, with Jamie as my assistant [1].
The release plan is as follows.
1) Create a release branch (called release) at b0ba84f9e71b0.
You can get this branch now from the main notmuch repo.
2) Add id:"1308791652-17372-2-git-send-email-jrollins@finestructure.net"
or equivalent
3) Cherry-pick/merge a small number of _important_ [2] bug fixes between now
and July 1.
4) Release July 1.
The next release will approximately August 1, with a feature freeze
around July 23. Normally this might be a lousy time for a release, but
some of us will be hacking in Banja Luka the week before.
David
[1] In the traditional manner, Jamie has done most of the work, and I am
swooping in at the last minute to steal credit ;).
[2] If you have to ask who decides what is _important_, you haven't
understood the release tyrant concept completely.
[-- Attachment #2: Type: application/pgp-signature, Size: 315 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Notmuch 0.6: Let's do it.
2011-06-23 1:26 Notmuch 0.6: Let's do it David Bremner
@ 2011-06-23 7:13 ` Sebastian Spaeth
2011-06-23 7:40 ` Jameson Graef Rollins
2011-06-27 17:14 ` Jameson Graef Rollins
2011-06-30 13:52 ` David Bremner
2 siblings, 1 reply; 5+ messages in thread
From: Sebastian Spaeth @ 2011-06-23 7:13 UTC (permalink / raw)
To: David Bremner, notmuch
[-- Attachment #1: Type: text/plain, Size: 331 bytes --]
On Wed, 22 Jun 2011 22:26:06 -0300, David Bremner wrote:
> No, it's not a code name, unless you really want it to be. After some
> discussion with Carl and Jamie on IRC, I have declared myself release
> tyrant, with Jamie as my assistant [1].
Me bows to the tyrant and the hard-working henchmen. :)
Congrats and thanks
Sebastian
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Notmuch 0.6: Let's do it.
2011-06-23 7:13 ` Sebastian Spaeth
@ 2011-06-23 7:40 ` Jameson Graef Rollins
0 siblings, 0 replies; 5+ messages in thread
From: Jameson Graef Rollins @ 2011-06-23 7:40 UTC (permalink / raw)
To: Sebastian Spaeth, David Bremner, notmuch
[-- Attachment #1: Type: text/plain, Size: 256 bytes --]
On Thu, 23 Jun 2011 09:13:05 +0200, Sebastian Spaeth <Sebastian@SSpaeth.de> wrote:
> Me bows to the tyrant and the hard-working henchmen. :)
We (henchmen) generally prefer to go by the official title of
Interim Distinguished co-Chief Vice Tyrant.
jamie.
[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Notmuch 0.6: Let's do it.
2011-06-23 1:26 Notmuch 0.6: Let's do it David Bremner
2011-06-23 7:13 ` Sebastian Spaeth
@ 2011-06-27 17:14 ` Jameson Graef Rollins
2011-06-30 13:52 ` David Bremner
2 siblings, 0 replies; 5+ messages in thread
From: Jameson Graef Rollins @ 2011-06-27 17:14 UTC (permalink / raw)
To: David Bremner, notmuch
[-- Attachment #1: Type: text/plain, Size: 704 bytes --]
On Wed, 22 Jun 2011 22:26:06 -0300, David Bremner <david@tethera.net> wrote:
> 3) Cherry-pick/merge a small number of _important_ [2] bug fixes between now
> and July 1.
Hi, David. You might want to consider applying the following patches
for 0.6:
Bug fix for raw output of gmime parts:
id:"1307120466-4980-1-git-send-email-jrollins@finestructure.net"
Series to fix rfc822 handling:
id:"1307320169-29905-1-git-send-email-jrollins@finestructure.net"
The later fixes what is probably consider a regression in rfc822
handling. I think we'll be able to improve this handling a lot in 0.7
(with the help of some work that Austin is doing), but these fixes
should tide us over until then.
jamie.
[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Notmuch 0.6: Let's do it.
2011-06-23 1:26 Notmuch 0.6: Let's do it David Bremner
2011-06-23 7:13 ` Sebastian Spaeth
2011-06-27 17:14 ` Jameson Graef Rollins
@ 2011-06-30 13:52 ` David Bremner
2 siblings, 0 replies; 5+ messages in thread
From: David Bremner @ 2011-06-30 13:52 UTC (permalink / raw)
To: notmuch
[-- Attachment #1: Type: text/plain, Size: 363 bytes --]
> The release plan is as follows.
>
> 4) Release July 1.
>
We are getting close. I have tagged 0.6rc1 in
git://git.notmuchmail.org/git/notmuch and uploaded 0.6~rc1 to Debian
unstable.
Barring fubars, the only changes from here should be documentation [1]
Your friendly release tyrant,
David
[1] And Debian packaging, if you count that.
[-- Attachment #2: Type: application/pgp-signature, Size: 315 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-06-30 13:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-23 1:26 Notmuch 0.6: Let's do it David Bremner
2011-06-23 7:13 ` Sebastian Spaeth
2011-06-23 7:40 ` Jameson Graef Rollins
2011-06-27 17:14 ` Jameson Graef Rollins
2011-06-30 13:52 ` David Bremner
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).