> From: Adrian Lienhard <[hidden email]>
> Date: February 4, 2011 10:35:24 AM GMT+01:00
> To: Marcus Denker <[hidden email]>
> Cc: Stéphane Ducasse <[hidden email]>
> Subject: 1.1.2
>
> The fixes we add to 1.1.1 are:
>
> * http://code.google.com/p/pharo/issues/detail?id=2750 > This is important for image segments. Apart from that we use a plain 1.1.1 image stripped with #cleanUpForProduction.
>
> * http://code.google.com/p/pharo/issues/detail?id=3498 > This is the fix for the concurrency issue in linked list that kills your image. I would certainly add this one to 1.1.2
>
> * http://code.google.com/p/pharo/issues/detail?id=3542 > This one is "Add SmalltalkImage>>#gcBiasToGrow: and friends to core". It is not critical, but we use it to be able to modify the two additional GC params.
>
> * lastly we removed the duplicated methods from a trait in Behavior to make Lint tests pass (I think I posted that but I can't find it in the tracker right now). See attachement.