diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d0bafd3914e..e21d82bdc09 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-08-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * image.c (SIGNATURE_DIGESTSIZE): Remove. | ||
| 4 | (struct animation_cache): Make signature a flexible array member. | ||
| 5 | All uses changed. This is a tad slower but may insulate us better | ||
| 6 | from future changes to ImageMagick. | ||
| 7 | |||
| 1 | 2013-08-19 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2013-08-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | * image.c: Shrink memory needed for animation cache. | 10 | * image.c: Shrink memory needed for animation cache. |