Hi,

I'm currently upgrading from 0.4 to 0.6. I was wondering how I can get
bugfixes without updating to the cvs version. This is because latest cvs
version will contain both bugfixes and new development.

I assume bugfixes are not being put into the point releases (0.5, 0.6,
etc) so is it possible to branch the code for releases and add bugfixes
to lower order releases (0.6.1, 0.6.2, etc)?

(I haven't actually checked out the CVS code to see if this is being
done behind the scenes)

BTW, Good work guys! :)

thanks,

Mike

> > diff -Naur freeradius-0.6/src/main/conffile.c 
>freeradius-0.6.orig/src/main/conffile.c
> > --- freeradius-0.6/src/main/conffile.c      Thu Jul  4 13:50:15 2002
> > +++ freeradius-0.6.orig/src/main/conffile.c Thu Jul  4 13:48:55 2002
> > @@ -786,7 +786,7 @@
> >     
> >     strNcpy(out, cp->value, outlen);
> >      
> > -   return outlen-1;
> > +   return outlen;
> >  }
> 
>   Huh?  The 'tar' file I have for 0.6, and the cvs both show 'return outlen'
> 
>   Oh... you've got the diff backwards...  OK, I'll add the patch.
> 
>   Alan DeKok.
> 
> - 
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to