On Tue, 2004-01-13 at 11:11, Chris Albertson wrote:
> I think the exchange below shows us that before 0.8.0 comes
> out, maybe there should be a 0.8.0-beta then after no problems are
> reported in a few week period a 0.8.0-release candidate and 
> ten 0.8.0 itself.
> 
> It's hard to call a realease "stable" until a number of people outside
> the developer's lab have used it for a while.
> 
> The other idea is that everyone just "knows" that x.y.0 == beta
> and they all wait for a .1 or .2 realease.

Of course then there is the thought that the version number is nothing
more than name decoration. It is just a number given to make it easier
to identify a set of bugs.

> --- WipeOut <[EMAIL PROTECTED]> wrote:
> > Tilghman Lesher wrote:
> > 
> > >On Tuesday 13 January 2004 00:10, Mark Spencer wrote:
> > >  
> > >
> > >>Okay, it's 15 minutes late, but it's out, thanks very much to all
> > the
> > >>people who worked so hard this weekend to make this possible!
> > >>    
> > >>
> > >
> > >There is one bug so far and it's critical.  It breaks includes and
> > the
> > >GotoIfTime application.  I'll own up to writing the broken code. 
> > The
> > >fix is very simple, though (attached).
> > >
> > >-Tilghman
> > >  
> > >
> >
> >------------------------------------------------------------------------
> > >
> > >Index: pbx.c
> > >===================================================================
> > >RCS file: /usr/cvsroot/asterisk/pbx.c,v
> > >retrieving revision 1.92
> > >diff -u -r1.92 pbx.c
> > >--- pbx.c  11 Jan 2004 09:19:16 -0000      1.92
> > >+++ pbx.c  13 Jan 2004 07:21:12 -0000
> > >@@ -2922,7 +2922,7 @@
> > >           return;
> > >   }
> > > 
> > >-#if 0
> > >+#if 1
> > >   s1 = s1 * 30 + s2/2;
> > >   if ((s1 < 0) || (s1 >= 24*30)) {
> > >           ast_log(LOG_WARNING, "%s isn't a valid star time. Assuming no
> > time.\n", times);
> > >  
> > >
> > Why not quickly patch the source an release 0.7.1 if the bug is
> > critical?
> > 
> > _______________________________________________
> > Asterisk-Users mailing list
> > [EMAIL PROTECTED]
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > To UNSUBSCRIBE or update options visit:
> >    http://lists.digium.com/mailman/listinfo/asterisk-users
> 
> 
> =====
> Chris Albertson
>   Home:   310-376-1029  [EMAIL PROTECTED]
>   Cell:   310-990-7550
>   Office: 310-336-5189  [EMAIL PROTECTED]
>   KG6OMK
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
> http://hotjobs.sweepstakes.yahoo.com/signingbonus
> _______________________________________________
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
Steven Critchfield  <[EMAIL PROTECTED]>

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to