Skip navigation.
 
mlRe: zlib in 10.4 and 10.5
FROM : Jason Coco
DATE : Sun Jun 22 16:33:10 2008

Yes... everything since OS X 10.4.3 uses zlib 1.2.3... but even before 
that, everything used 1.2.x. zlib has been very stable for a very long 
time so you won't really run into any issues...

/j

On Jun 22, 2008, at 06:41 , Trygve Inda wrote:

>

>> No. The library will return Z_VERSION_ERROR if you try to
>> inflate something that the working zlib library doesn't understand.
>>
>> That said, zlib has been stable for years. If you're just now
>> getting started with compression, you should't have version
>> problems (that you can't manage).

>
> Are all zlibs shipped in 10.4 and 10.5 mutually compatible? If I 
> compress
> something on 10.5.3, can 10.4.0 uncompress it?
>
> Thanks,
>
> Trygve
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/jason.coco
> %40gmail.com
>
> This email sent to jason.<email_removed>

Related mailsAuthorDate
mlzlib in 10.4 and 10.5 Trygve Inda Jun 8, 10:25
mlRe: zlib in 10.4 and 10.5 James Bucanek Jun 8, 17:39
mlRe: zlib in 10.4 and 10.5 Trygve Inda Jun 22, 12:41
mlRe: zlib in 10.4 and 10.5 Jason Coco Jun 22, 16:33