pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2007-04-15
2007-04-15 16:36:38 by Peter Bortas <zino@lysator.liu.se>
9439c82000e52395673d9d3524d263f4b3aee326 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.6
Changes.
Rev: CHANGES:1.121
4:
Changes in Pike: o Updated timezone data files. This includes the recent US DST change.
+
o Fixed mktime to work better with out of bounds time fields. [bug 4326]
+
o Fixed support for big endian 64-bit.
o Added conversion from Gmp.mpz objects to Gmp.bignum when cast to int. o Added support for variable length records to Standards.IIM. o Added timeout to Image.PS. Now kills the ghostscript process if it hasn't returned after 30s. o Added GL 1.2 and 1.3 constants. o Added possibility to set offset and stride when creating textures from
-
memory objects in GL.
+
memory objects in GL.
(Not currently usable on win32.)
o Fixed CMYK calculation in Image.Image. o Added adjusted_cmyk to Image.Image and use it when decoding with Image.PS.
55:
o Fixed a compilation crash of the Cache module on Pikes wihtout threads. o Fixed optimization bug for objects with a value of false.
+
o Fixed -t (tracing) on win32.
o Added support to Mysql for the charsetnr column attribute and proper recognition of binary fields in unicode decode mode by using charsetnr instead of the binary flag (which might be set for nonbinary columns