Skip to content
Snippets Groups Projects
Commit 86f10eb5 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

CHANGES: Updated with current changes.

parent 26107fd3
No related branches found
No related tags found
No related merge requests found
...@@ -8,16 +8,74 @@ New Features ...@@ -8,16 +8,74 @@ New Features
Bug fixes Bug fixes
--------- ---------
o Crypto.CCM
Fixed initialization of the iv.
o Filesystem.Monitor
- Fixed issue with next_poll being set to zero causing polling
every second.
- Fixed indexing the NULL value error when InotifyMonitor was used in
combination with a filter_file() that doesn't accept everything.
o HTTPLoop:
Fixed some potential race conditions.
o Image.Image
- Improved argument checking in apply_curve().
Non-integer array values lead to use of uninitialized curve values.
o Image.PVR
Fixed size check for twiddled images.
o Protocols.HTTP o Protocols.HTTP
Fixed incoming chunked transfers (timed async works now, chunk Fixed incoming chunked transfers (timed async works now, chunk
options are properly 'parsed'). options are properly 'parsed').
o Protocols.LDAP
Fixed race condition on initializing LDAPS.
o Search.Utils
Updated debug string format.
o Sql.pgsql o Sql.pgsql
Suppress spurious 'File not open' blurts on stderr when the Suppress spurious 'File not open' blurts on stderr when the
connection is still pending and we inspect the connection object. connection is still pending and we inspect the connection object.
o Standards.IIM
Disabled debug output for unknown segment markers.
Building & Tools
----------------
o Image.SVG
Fall back to using the unprefixed pkg-config if the arch-prefixed
doesn't exist.
o precompile
Support precompilation with Pike 8.1 again.
o smartlink
Fixed multiple issues on Darwin & NetBSD.
o Whitefish
Use the standard VPATH.
Changes since Pike 8.0.466 (release 10) Changes since Pike 8.0.466 (release 10)
---------------------------------------------------------------------- ----------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment