Gnus development mailing list
 help / color / mirror / Atom feed
* Bumping the Gnus version number
@ 2010-09-26 13:47 Lars Magne Ingebrigtsen
  2010-09-26 14:14 ` Julien Danjou
  0 siblings, 1 reply; 10+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-26 13:47 UTC (permalink / raw)
  To: ding

We should probably bump the No Gnus version number and tag and stuff.
Is there a recommended way to do this with git?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Bumping the Gnus version number
  2010-09-26 13:47 Bumping the Gnus version number Lars Magne Ingebrigtsen
@ 2010-09-26 14:14 ` Julien Danjou
  2010-09-26 14:17   ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 10+ messages in thread
From: Julien Danjou @ 2010-09-26 14:14 UTC (permalink / raw)
  To: ding

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

On Sun, Sep 26 2010, Lars Magne Ingebrigtsen wrote:

> We should probably bump the No Gnus version number and tag and stuff.
> Is there a recommended way to do this with git?

Modify everything you need. Make a commit. Then tag with:

git tag -s mytag

-- 
Julien Danjou
// ᐰ <julien@danjou.info>   http://julien.danjou.info

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Bumping the Gnus version number
  2010-09-26 14:14 ` Julien Danjou
@ 2010-09-26 14:17   ` Lars Magne Ingebrigtsen
  2010-09-26 14:57     ` Jouni K. Seppänen
  0 siblings, 1 reply; 10+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-26 14:17 UTC (permalink / raw)
  To: ding

Julien Danjou <julien@danjou.info> writes:

> Modify everything you need. Make a commit. Then tag with:
>
> git tag -s mytag

What tags are we using at the moment?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Bumping the Gnus version number
  2010-09-26 14:17   ` Lars Magne Ingebrigtsen
@ 2010-09-26 14:57     ` Jouni K. Seppänen
  2010-09-26 20:43       ` Ted Zlatanov
  0 siblings, 1 reply; 10+ messages in thread
From: Jouni K. Seppänen @ 2010-09-26 14:57 UTC (permalink / raw)
  To: ding

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

>> Modify everything you need. Make a commit. Then tag with:
>>
>> git tag -s mytag
>
> What tags are we using at the moment?

"git tag" will list them. There are tags like

d0-41
emacs21-branch-point
emacs21_4-gnus-5_10-branchpoint
emacs_22_1
q5-6-1
s0-25
v
v5-10-12
xemacs-pkg-1_90

to mention just a few.

-- 
Jouni K. Seppänen
http://www.iki.fi/jks




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Bumping the Gnus version number
  2010-09-26 14:57     ` Jouni K. Seppänen
@ 2010-09-26 20:43       ` Ted Zlatanov
  2010-09-26 20:45         ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 10+ messages in thread
From: Ted Zlatanov @ 2010-09-26 20:43 UTC (permalink / raw)
  To: ding

On Sun, 26 Sep 2010 17:57:38 +0300 Jouni K. Seppänen <jks@iki.fi> wrote: 

JKS> Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
>> What tags are we using at the moment?

JKS> "git tag" will list them. There are tags like

JKS> d0-41
JKS> emacs21-branch-point
JKS> emacs21_4-gnus-5_10-branchpoint
JKS> emacs_22_1
JKS> q5-6-1
JKS> s0-25
JKS> v
JKS> v5-10-12
JKS> xemacs-pkg-1_90

All those came from the CVS import.

Ted




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Bumping the Gnus version number
  2010-09-26 20:43       ` Ted Zlatanov
@ 2010-09-26 20:45         ` Lars Magne Ingebrigtsen
  2010-09-26 21:05           ` Ted Zlatanov
  0 siblings, 1 reply; 10+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-26 20:45 UTC (permalink / raw)
  To: ding

Ted Zlatanov <tzz@lifelogs.com> writes:

> All those came from the CVS import.

n0-11 seems to be where we're now?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Bumping the Gnus version number
  2010-09-26 20:45         ` Lars Magne Ingebrigtsen
@ 2010-09-26 21:05           ` Ted Zlatanov
  2010-09-26 21:16             ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 10+ messages in thread
From: Ted Zlatanov @ 2010-09-26 21:05 UTC (permalink / raw)
  To: ding

On Sun, 26 Sep 2010 22:45:03 +0200 Lars Magne Ingebrigtsen <larsi@gnus.org> wrote: 

LMI> Ted Zlatanov <tzz@lifelogs.com> writes:
>> All those came from the CVS import.

LMI> n0-11 seems to be where we're now?

I would check with Reiner where we are and how he wants to handle
version bumps, releases, etc.  He's been doing it for a while so I'd
like to avoid making his life difficult :)

Ted




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Bumping the Gnus version number
  2010-09-26 21:05           ` Ted Zlatanov
@ 2010-09-26 21:16             ` Lars Magne Ingebrigtsen
  2010-09-27  7:09               ` Reiner Steib
  0 siblings, 1 reply; 10+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-26 21:16 UTC (permalink / raw)
  To: ding

Ted Zlatanov <tzz@lifelogs.com> writes:

> I would check with Reiner where we are and how he wants to handle
> version bumps, releases, etc.  He's been doing it for a while so I'd
> like to avoid making his life difficult :)

Me too.  :-)

We should probably wait until all the nnimap problems have been resolved
before doing a release, though.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Bumping the Gnus version number
  2010-09-26 21:16             ` Lars Magne Ingebrigtsen
@ 2010-09-27  7:09               ` Reiner Steib
  2010-09-27 16:46                 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 10+ messages in thread
From: Reiner Steib @ 2010-09-27  7:09 UTC (permalink / raw)
  To: ding

On Sun, Sep 26 2010, Lars Magne Ingebrigtsen wrote:

> Ted Zlatanov <tzz@lifelogs.com> writes:
>
>> I would check with Reiner where we are and how he wants to handle
>> version bumps, releases, etc.  He's been doing it for a while so I'd
>> like to avoid making his life difficult :)
>
> Me too.  :-)

The release stuff is coded in Makefile.in (release-*), but not
adjusted to git yet.  (Any volunteer?)

Some time ago, we decided to do even numbers for releases (No Gnus
v0.10, 0.12, ... / Gnus 5.10.6, 5.10.8, 5.12.0 (?), 5.12.2, ...) and
odd versions for the time between releases (i.e. cvs/git).

Keeping the tag scheme (n0-11, n0-12, n0-13, ... / v5-10-6, ...) like
in CVS seems reasonable to me.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Bumping the Gnus version number
  2010-09-27  7:09               ` Reiner Steib
@ 2010-09-27 16:46                 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 10+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-27 16:46 UTC (permalink / raw)
  To: ding

Reiner Steib <reinersteib+gmane@imap.cc> writes:

> The release stuff is coded in Makefile.in (release-*), but not
> adjusted to git yet.  (Any volunteer?)

I barely know enough git to say "git push", so I'm not the right person
to handle that...

> Some time ago, we decided to do even numbers for releases (No Gnus
> v0.10, 0.12, ... / Gnus 5.10.6, 5.10.8, 5.12.0 (?), 5.12.2, ...) and
> odd versions for the time between releases (i.e. cvs/git).
>
> Keeping the tag scheme (n0-11, n0-12, n0-13, ... / v5-10-6, ...) like
> in CVS seems reasonable to me.

Yup.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-09-27 16:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-26 13:47 Bumping the Gnus version number Lars Magne Ingebrigtsen
2010-09-26 14:14 ` Julien Danjou
2010-09-26 14:17   ` Lars Magne Ingebrigtsen
2010-09-26 14:57     ` Jouni K. Seppänen
2010-09-26 20:43       ` Ted Zlatanov
2010-09-26 20:45         ` Lars Magne Ingebrigtsen
2010-09-26 21:05           ` Ted Zlatanov
2010-09-26 21:16             ` Lars Magne Ingebrigtsen
2010-09-27  7:09               ` Reiner Steib
2010-09-27 16:46                 ` Lars Magne Ingebrigtsen

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 NNTP newsgroup(s).