summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@cvs.gnome.org>2007-05-18 14:19:47 +0000
committerMichael J. Chudobiak <mjc@src.gnome.org>2007-05-18 14:19:47 +0000
commitd11535037e623356289068d15fa24a64c33d96b5 (patch)
treeef3993d9cb47eda0bc22c53a2b2959c56389aeb2 /README.in
parent5938f6add5cbd0a3db4bfc67cabcbaace8ec9f9d (diff)
downloadgtk+-d11535037e623356289068d15fa24a64c33d96b5.tar.gz
Bump libtiff requirement to 3.6.0, by requiring presence of
2007-05-18 Michael J. Chudobiak <mjc@cvs.gnome.org> * INSTALL.in: * README.in: * configure.in: Bump libtiff requirement to 3.6.0, by requiring presence of TIFFReadRGBAImageOriented. * gdk-pixbuf-scaled-anim.c: (get_scaled_pixbuf): Preserve pixbuf options when generating a new scaled pixbuf. * io-jpeg.c: (get_orientation), (gdk_pixbuf__jpeg_image_load), (gdk_pixbuf__jpeg_image_load_increment): Read the exif orientation tag and associate it with the "orientation" pixbuf option. Renders libexif unnecessary in some applications. * io-tiff.c: (tiff_image_parse): Read the tiff orientation tag, compensate for the partial rotations performed by libtiff, and generate an "orientation" option for the pixbuf. svn path=/trunk/; revision=17863
Diffstat (limited to 'README.in')
-rw-r--r--README.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.in b/README.in
index cf6b373bcf..302696e4a9 100644
--- a/README.in
+++ b/README.in
@@ -37,6 +37,8 @@ Release notes for 2.12
Release notes for 2.10
======================
+* The tiff loader now requires libtiff 3.6.0 or later.
+
* The hexadecimal Unicode input feature has been reworked. It no longer
blocks the use of the sixteen Ctrl-Shift-<hex digit> key sequences. Now
it only uses Ctrl-Shift-u.