pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2007-03-10
2007-03-10 20:00:40 by Peter Bortas <zino@lysator.liu.se>
3aa6cc733092e09597b6920ee355ed34ca40d10d (
10
lines) (+
8
/-
2
)
[
Show
|
Annotate
]
Branch:
7.6
Changes
Rev: CHANGES:1.119
3:
Changes in Pike:
+
o Updated timezone data files. This includes the recent US DST change.
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.
22:
o Changed sslfile to avoid blocking IO in destroy() as that could lock up the gc. You should explicitly close() SSL connections since the close packet might block.
+
o Fixed a bug in SSL module that could stop communication while
+
keeping the connection open indefinitely.
+
o General cleanup of SSL module.
o Improved Parser.XML.Validating. o More paranoid checks of image headers when using Image.AVS. o Fixes to make describe_value work as usual in the free pass of the
34:
o Changed Protocols.HTTP.Query async_close() to care about the value returned by ponder_answer(). Fixes requests to broken servers that don't send proper results.
-
o Fixed a bug in SSL module that could stop communication while
-
keeping the connection open indefinitely.
+
o Fixed bad free_string() in exit_bytecode(). o Fixed an off-by-one crash when drawing alpha boxes all the way to the bottom of the image.
47:
o Fixed fatal "Unknown identifier type" that was caused by attempts to encode programs that had not been fixated. o Fixed some events in Calendar.Events.
+
o Fixed a double free in Shuffler.
o Fixed an inverted error test in Mysql.set_charset. o Fixed a compilation crash of the Cache module on Pikes wihtout threads.
84:
o Support GNU Java (GCJ) o Did away with the use of the undocumented internal MS win32 CRT functions __loctotime_t and __dtoxmode.
+
o Fixed compileation of Nettle and Mysql on win32.
o Fixed typo that caused the configure script to search for lots of nonapplicable include dirs on windows. o Backported new INT_TYPE_{ADD,NEG}_OVERFLOW implementation from 7.7.