Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
48b22163
Commit
48b22163
authored
Jan 13, 2022
by
H William Welliver
Browse files
Options
Downloads
Patches
Plain Diff
Changelog: getting ready for a release
parent
7af88be1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGES
+46
-2
46 additions, 2 deletions
CHANGES
with
46 additions
and
2 deletions
CHANGES
+
46
−
2
View file @
48b22163
...
...
@@ -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)
----------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment