summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-11-21 16:19:14 +0100
committerBastien Nocera <hadess@hadess.net>2014-11-21 16:36:12 +0100
commitc085b32cd726cbbc0b4fda14cf3a0b8a4da58018 (patch)
tree96eccdb7ee4073668521e4c48f39092d59a804a6 /NEWS
parentd6c285a5e47964ab73836169cf919b0fa7a26186 (diff)
downloadgdk-pixbuf-c085b32cd726cbbc0b4fda14cf3a0b8a4da58018.tar.gz
2.31.22.31.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b29acc872..1c76cdcd5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+2.31.2
+======
+
+* API changes:
+- Deprecate GdkPixdata
+- Add gdk_pixbuf_get_options() helper to list set options
+- Annotations fixes for various functions
+- Remove incorrect info about area-prepared signal
+
+* Image format support changes
+- Flag multi-page TIFF files
+- Fix memory usage for GIF animations, add note about minimum frame length
+- Return an error for truncated PNG files
+- Add density (DPI) support for JPEG, PNG and TIFF
+- Fix reading CMYK JPEG files generated by Photoshop
+- Allow saving 1-bit mono TIFF files as used in faxes
+- Simplify loader names
+- Fix loading GIF files when the first write is short
+- Add progressive loading to ICNS files
+- Add support for 256x256 ICO files
+- Fix reading MS AMCap2 BMP files
+
+* Other:
+- Honour requested depth in Xlib
+- Special-case compositing/copying with no scaling
+- Add relocation support to OSX and Linux
+- Prefer gdk-pixbuf's loaders to the GDI+ ones on Windows
+
2.31.1
======