[sldev] 1.19.1 release source
Soft
soft at lindenlab.com
Sat Apr 5 11:44:13 PDT 2008
On Sat, Apr 5, 2008 at 1:30 PM, Henri Beauchamp <sldev at free.fr> wrote:
> On Sat, 5 Apr 2008 12:03:21 -0500, Soft wrote:
>
> > A few people have pinged about 1.19.1 source.
> >
> > I'm currently unable to publish to svn.secondlife.com - I'll get
> > updates out when that's resolved.
>
> Good, thanks.
>
>
> > In the meantime, 1.19.1 release is identical to 1.19.1 RC 4, except
> > for some version strings. RC4 source will generate a functionally
> > identical binary.
>
> Not if we take into account Rob's message to this list. Citation:
>
> "There was one change that slipped in between RC and final release"
>
> And obviously, it's a potential crash fix:
>
> - delete iter->second->data;
> - delete iter->second;
> + if(iter->second != NULL)
> + {
> + delete iter->second->data;
> + delete iter->second;
> + }
>
> So it is not a neglectable change !
Thanks. I was going on what was in the build notes and didn't see Rob's message.
> Question: why the guy (or gal) in charge for compiling the viewers at
> LL is not also in charge for releasing the sources ??? After all,
> (s)he needs the sources to produce the binaries and it would ensure
> that the published sources are -actually- the ones which were used
> for the official viewers...
That will happen this quarter.
The release team has been lacking manpower to automate building and
testing their source drops. The tools I've created for the ongoing
branch snapshots have evolved into something that's 90% of what they
need, so I'm going to work with them to bridge that gap and hand over
all source responsibilities in the near future.
More information about the SLDev
mailing list