]> Pileus Git - ~andy/gtk/blobdiff - gdk-pixbuf/ChangeLog
2.8.1
[~andy/gtk] / gdk-pixbuf / ChangeLog
index 0fd4f5d5bac5c21e6c6bb7b8c2986ccd16b668bf..27d3aa69dd98a4c93987acfd46772a743ebfffba 100644 (file)
@@ -1,3 +1,184 @@
+2005-08-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.8.1 ===
+
+2005-08-18  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-ico.c (DecodeHeader): Check for overflow in one more
+       place.  (#313818, Tommi Komulainen)
+
+2005-08-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-jpeg.c (fatal_error_handler): Pay attention to the 
+       libjpeg error code and report OOM errors as such.  (#312674,
+       Tommi Komulainen)
+
+2005-08-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.8.0 ===
+
+2005-08-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * abicheck.sh: Also check exported variables.
+
+2005-08-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.7.5 ===
+
+2005-07-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.7.4 === 
+
+2005-07-22  Matthias Clasen  <mclasen@redhat.com>
+               
+       * queryloaders.c: Accept '*' in masks. (pointed out
+       by William Jon McCann)
+
+       * gdk-pixbuf-io.c (format_check): Make anchored patterns work 
+       as they did before.  (#311011, William Jon McCann)
+
+2005-07-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf-io.c (format_check): Interpret patterns where
+       the first byte of the mask is '*' as unanchored.  (#311011)
+       (gdk_pixbuf_new_from_file): Use the first 256 bytes for
+       sniffing the file format.
+
+2005-07-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.7.3 ===
+       
+2005-07-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf-i18n.h: 
+       * pixops/*: Add copyright and license information.
+
+2005-07-09  Tor Lillqvist  <tml@novell.com>
+
+       * Makefile.am: Don't use the scripts in build/win32 to compile the
+       rc file into a resource object file. (This means we lose the
+       build number increment magic, but I doubt it was that useful
+       anyway.) Instead use windres directly. To pass the normal .o file
+       produced by windres through libtool, which would want a .lo file,
+       pass it directly to the linker using a -Wl option.
+
+       * gdk_pixbuf.rc.in: Replace BUILDNUMBER with 0.
+
+2005-07-08  Matthias Clasen  <mclasen@redhat.com>
+       
+       * === Released 2.7.2 ===
+
+2005-07-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.7.1 ===
+       
+2005-07-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf-io.c (gdk_pixbuf_new_from_file_at_scale): Allow
+       -1 for width/height and interpret them as "not constrained".
+       (#309258, Mark McLoughlin)
+
+2005-06-26  Tor Lillqvist  <tml@novell.com>
+
+       * Makefile.am: Current GNU tools do understand the PRIVATE
+       keyword, so no need to remove those entries from the import
+       library. libtool installs the .dll.a import library itself, so no
+       need to do it here. Do install the .def file.
+
+2005-06-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf-i18n.h: Use glib-i18n.h
+
+2005-06-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.7.0 ===
+
+2005-06-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf.symbols:
+       * gdk-pixbuf-simple-anim.h: Add 
+       gdk_pixbuf_simple_anim_iter_get_type()
+
+2005-06-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-pnm.c (pnm_read_next_value): Check for overflow.
+       (#306394, Morten Welinder)
+
+2005-05-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-bmp.c: Accept the 108 byte header of BMP v4.  (#168799)
+
+2005-05-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf.symbols: 
+       * gdk-pixbuf-simple-anim.[hc]: No need to expose the iter
+       subclass at all in the headers.
+
+       * Makefile.am: Add new files. 
+
+       * gdk-pixbuf.symbols: Add new api.
+
+       * gdk-pixbuf.h: Include gdk-pixbuf-simple-anim.h here.
+
+       * gdk-pixbuf-simple-anim.[hc]: Add a way to construct
+       simple animations out of pixbufs.  (#135161, Dom Lachowicz)
+
+2005-05-24  Sven Neumann  <sven@gimp.org>
+
+       * io-png.c: allow to specify the PNG compression level by passing
+       a "compression" parameter to the PNG save function (bug #305337).
+
+       * gdk-pixbuf-io.c (gdk_pixbuf_save): document the new parameter.
+
+2005-04-09  Matthias Clasen  <mclasen@redhat.com>
+       
+       * Makefile.am: Use $(NM), not nm directly. (#301299, 
+       Nguyen Thai Ngoc Duy)
+
+       * io-bmp.c (gdk_pixbuf__bmp_image_save_to_callback): 
+       Don't overflow the stack.  (Jakub Jelinek, Arjan van de Ven)
+
+2005-04-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-pcx.c: No debugging output, please. (#173107,
+       John Ellis)
+
+2005-04-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-bmp.c (DecodeColormap): Initialize the colormap to 
+       zero.  (#171762, David Costanzo)
+
+2005-03-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-bmp.c: Avoid bus errors due to unaligned access. (#168173,
+       Morten Welinder, Ivan Wong)
+
+2005-03-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-tga.c (parse_rle_data): Fix the update areas for incremental
+       loading of compressed tgas.  (#171883, David Costanzo)
+
+2005-03-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * io-bmp.c (DoCompressed): Use the correct update regions for
+       compressed bmps.  (#150664, Owen Taylor, test images provided
+       by David Costanzo)
+
+Sun Mar 27 19:59:52 2005  Manish Singh  <yosh@gimp.org>
+
+       * io-bmp.c (grow_buffer): reject 0-sized buffers as corrupt header
+       data. Fixes bug #171707.
+
+2005-03-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf-data.c (gdk_pixbuf_new_from_data): Use canonical
+       property names.
+
+2005-03-21  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf.c (gdk_pixbuf_class_init): Mark param spec strings
+       as static.
+
 2005-03-14  Matthias Clasen  <mclasen@redhat.com>
 
        Make PLT-reduction work with gcc4, and don't include