pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:1:
Changes since Pike 8.0.498 (release 11) ---------------------------------------------------------------------- New Features ------------ o Sql.pgsql - Added support for PostgreSQL 10's stronger password authentication (SCRAM-SHA-256).
-
- Rip out fundamentally flawed reconnect logic, made failures consistent.
+
-
+
o Crypto.SCRAM
+
+
New module to support SCRAM authentication.
+
+
o Thread.ResourceCount
+
+
New module to allow threadsafe race-condition-free counting of resources.
+
+
o SSL.File
+
+
Support query_fd() method.
+
Bug fixes --------- o Crypto.CCM Fixed initialization of the iv. o Filesystem.Monitor - Fixed issue with next_poll being set to zero causing polling
pike.git/CHANGES:54:
o Sql.pgsql - Suppress spurious 'File not open' blurts on stderr when the connection is still pending and we inspect the connection object. - Signal EOF early before closing the SQL result portal and thoroughly cleanup bufcon/stashcount to prevent occasional deadlocks on asynchronous object destructions.
+
- Suppress rare "access in destructed object" messages.
+
+
- Rip out fundamentally flawed reconnect logic, made failures consistent.
+
+
- Repair SSL connect logic.
+
+
- Update documentation.
+
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