diff options
| author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-24 15:15:49 +0200 |
|---|---|---|
| committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-24 15:15:49 +0200 |
| commit | af2dfd1c514cd2b33494f77e8bd88f9c401085b4 (patch) | |
| tree | 1967ebb04c9d554d1703819c691f1b4fefeba8bc /ChangeLog | |
| parent | 71c57cfa12a99c9ef8d461b5cf703706825d23fa (diff) | |
bugfix: invalid mutex release in msg.c
Detected under threading debugger, seems not to have any impact on
actual deployments.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ Version 3.22.1 [v3-stable] (rgerhards), 2009-04-?? - relaxed GnuTLS version requirement to 1.4.0 after confirmation from the field that this version is sufficient - bugfix: parser did not properly handle empty structured data +- bugfix: invalid mutex release in msg.c (detected under thread debugger, + seems not to have any impact on actual deployments) --------------------------------------------------------------------------- Version 3.22.0 [v3-stable] (rgerhards), 2009-04-21 This is the first stable release that includes the full functionality |
