Re: [Perl-workflow-devel] in 1.32 add_config does not work for condition
Brought to you by:
jonasbn
From: Jonas B. N. <jo...@gm...> - 2009-06-15 20:46:07
|
Hi Sergei, Just be aware that our developer releases, are developer releases, so distributing the major releases is more safe, If you fall over something that needs immediate attention, just let me know and we can speed things up, it is often just a question of prioritization. jonasbn On 29/04/2009, at 02.32, Sergei Vyshenski wrote: > Hi Jonas, > > Thank you very much for your patch. > > I have submitted minimalistic version of it to a FreeBSD > distribution of > Workflow: > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/p5-Workflow/files/patch-lib-Workflow-Factory.pm?rev=1.1 > > Now the FreeBSD port is numbered 1.32_1 which is understood by FreeBSD > conventions as "revision 1 of release 1.32". > > The reason why I took such a liberty, is that FreeBSD prefers > monotonous > alfa-numeric numbering of versions. This is essential for automatic > audit and upgrade procedures. But (if my guess is correct) you decided > to number developer releases in another (non-monotonous) way. > > Do you think that maybe in the future the following could be more > simple > and intuitive scheme: > > 1.32 - release > 1.32.1 - development atop of 1.32 (branch based on 1.32) > 1.32.1.1 - development atop of 1.32.1 (branch based on 1.32.1) > 1.32.2 - another development atop of 1.32 > ... > 1.33 - release > 1.33.1 - development atop of 1.33 > etc > > All the best, Sergei > > > Jonas Brømsø Nielsen wrote: >> I have just uploaded release 1.33_3 to CPAN, it addresses your >> problem. >> Looking forward to your feedback. >> >> The code is also available from Subversion, in the branch: >> add_config_bug, which is a branch based on 1.32. > |