diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ff0d3da0a80..ec123e85036 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2011-06-10 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * movemail.c: Fix race condition and related bugs (Bug#8836). | ||
| 4 | (main) [!MAIL_USE_SYSTEM_LOCK]: Prefer mkstemp to mktemp, as this | ||
| 5 | fixes some race conditions. Report mkstemp/mktemp errno rather | ||
| 6 | than a possibly-garbage errno. Reinitialize the template each | ||
| 7 | time through the loop, as earlier mkstemp/mktemp calls could have | ||
| 8 | trashed it. Pass 0600 (not 0666) to mktemp, for consistency | ||
| 9 | with mkstemp; the permissions don't matter anyway. | ||
| 10 | |||
| 1 | 2011-06-01 Dan Nicolaescu <dann@ics.uci.edu> | 11 | 2011-06-01 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 12 | ||
| 3 | * emacsclient.c (socket_status): Use constant pointer. | 13 | * emacsclient.c (socket_status): Use constant pointer. |