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 7c3dd115c5b..f7889d99335 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 2 | |||
| 3 | * process.c (make_process): | ||
| 4 | * process.h: Add integer `gnutls_handshakes_tried' member to | ||
| 5 | process struct. | ||
| 6 | |||
| 7 | * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit. Add | ||
| 8 | convenience `GNUTLS_LOG2i' macro. | ||
| 9 | |||
| 10 | * gnutls.c (gnutls_log_function2i): Convenience log function. | ||
| 11 | (emacs_gnutls_read): Use new log functions, | ||
| 12 | `gnutls_handshakes_tried' process member, and | ||
| 13 | `GNUTLS_EMACS_HANDSHAKES_LIMIT' to limit the number of handshake | ||
| 14 | attempts per process (connection). | ||
| 15 | |||
| 1 | 2012-04-09 Chong Yidong <cyd@gnu.org> | 16 | 2012-04-09 Chong Yidong <cyd@gnu.org> |
| 2 | 17 | ||
| 3 | * eval.c (Fuser_variable_p, user_variable_p_eh) | 18 | * eval.c (Fuser_variable_p, user_variable_p_eh) |