diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ca9bc2599a0..18f71f31dde 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 2 | |||
| 3 | * gnutls.c (gnutls_log_function): Show level and "gnutls.c" | ||
| 4 | prefix. | ||
| 5 | (Fgnutls_boot): Use changed process members. Use log level with a | ||
| 6 | function parameter to set it. Bring back Emacs-level debugging | ||
| 7 | messages at log level 1 and 2. | ||
| 8 | |||
| 9 | * process.c (make_process): Initialize gnutls_log_level. | ||
| 10 | |||
| 11 | * process.h: Add gnutls_log_level and rename x509_cred and | ||
| 12 | anon_cred to have the gnutls_ prefix for consistency. | ||
| 13 | |||
| 14 | * gnutls.h (GNUTLS_LOG): Add convenience macro. | ||
| 15 | |||
| 1 | 2010-09-27 Juanma Barranquero <lekktu@gmail.com> | 16 | 2010-09-27 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 17 | ||
| 3 | * w32.c (g_b_init_get_sid_identifier_authority) | 18 | * w32.c (g_b_init_get_sid_identifier_authority) |