diff options
author | Jack Lloyd <[email protected]> | 2015-11-13 15:34:52 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-11-13 15:34:52 -0500 |
commit | 81edfc8221b9da94ac1a453e78bf57a5a739b4ce (patch) | |
tree | 14ae41bfae45495ccfc2b5d1efe2b01b28a2c849 /doc | |
parent | 309252789ec3d3b29a7cd30f7d3095fe38e02fa2 (diff) |
Add remove_all to TLS session manager interface
DB::spin now returns the number of rows affected
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst index f45de0bae..aa40fe2a9 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -25,6 +25,8 @@ Version 1.11.25, Not Yet Released * Support for negotiating use of SHA-224 in TLS has been disabled in the default policy. +* Added `remove_all` function to the `TLS::Session_Manager` interface + Version 1.11.24, 2015-11-04 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |