Skip to content
Snippets Groups Projects
Commit 48b22163 authored by H William Welliver's avatar H William Welliver
Browse files

Changelog: getting ready for a release

parent 7af88be1
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,33 @@ Changes since Pike 8.0.1116 (release 14)
New Features
------------
o decode_value can be called with codec -1, which disables decoding of
o Calendar
Updated to use tzdata2021e.
o Parser.XML.Tree
Added set_text() to update the contents of a text node.
o Sql.Sql
Add query_db() to API.
o SSL.SSLFile
Add {query,set}_timeout(). This adds an API to set an optional timeout to be
used for blocking operations. When the timeout expires it is handled as if
the peer sent a fatal internal error alert.
o Standards.PEM
Added helper methods, including: get_certificates() , get_private_keys(),
get_private_key() and decrypt_fragment().
o Runtime and EFUNS
- describe_backtrace() now reports cpu time --with-profiling.
- decode_value can be called with codec -1, which disables decoding of
functions, objects, programs and types.
Bug Fixes
......@@ -24,6 +50,9 @@ o Concurrent
unschedule the timeout call_out from the backend we scheduled it in,
not the one (now) configured in the Future.
o Critbit
- Fix a number of memory and behavior errors.
o Inotify
add_watch() now returns -1 for filsystem-related failures
......@@ -90,6 +119,15 @@ o Image.XWD
Improved size check better detects malformed XWD images.
o Protocols.LDAP.client
LDAP connections secured with TLS/SSL now timeout if the server does not
respond within 10 seconds.
o Sql.pgsql
Numerous bug fixes.
Building & Tools
----------------
......@@ -99,6 +137,12 @@ o Improved check for stack direction to also report correct results when
o _TIME_BITS is now set to 64, to get a 64-bit time_t on 32-bit systems
running glibc 2.34 or newer.
o Improvements to building and installer code signing on macOS.
o Fixes to better support building with future versions of GNU make.
o Use updated FFI API in Java module, to better support recent libffi.
Changes since Pike 8.0.702 (release 13)
----------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment