From 476cda2a477a118fbddea574a07765abf5f6508e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 20 Aug 2001 12:44:56 +0000 Subject: [PATCH] Forgotten during last commit. --- gdk-pixbuf/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index f8594ac758..8785db5f13 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,11 @@ +2001-08-20 Matthias Clasen + + * test-images.h, test-loaders.c: Add ico and wbmp tests. + * io-jpeg.c (gdk_pixbuf__jpeg_image_save): Fail with a suitable + error if buffer allocation fails. + * io-ico.c: Make .ICO loader more robust. + All of these are due to sandmann@daimi.au.dk (#50187) + 2001-08-19 Sven Neumann * pixops/pixops.c: applied some simple but effective optimizations