pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2009-10-31
2009-10-31 02:03:40 by Peter Bortas <zino@lysator.liu.se>
584c49f75eee4c08c9870a5e996e7817592dcac3 (
33
lines) (+
33
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Changes for next release.
Rev: CHANGES:1.198
1:
+
Changes since Pike 7.8.352 (third 7.8 release):
+
----------------------------------------------------------------------
+
+
Bug fixes
+
---------
+
+
o Fixed segfault in combine_path_nt on windows when the first char
+
of an appended path is wide.
+
+
o Fixed a problem in "pike -x module" that prevented auto tools from
+
running in the correct directory.
+
+
o Fixed memory leak on out of memory in Mysql.fetch_json_result().
+
+
o Fixed locking problem in Mysql.
+
+
o Fixed NULL-deref for compilation errors in range expressions.
+
+
o Fixes a segfault occuring if exit() is used from a thread when
+
cleanup-on-exit is compiled in.
+
+
+
Building and installing
+
-----------------------
+
+
o Fixed som library searchpath issues.
+
+
o Some potential fixes for --enable-pikelib mode on platforms had
+
problems with the final linking.
+
+
+
Changes since Pike 7.8.316 (second 7.8 release): ----------------------------------------------------------------------