Commit graph

13 commits

Author SHA1 Message Date
prlw1
4a0251cff8 Update gdk-pixbuf2 to 2.34.0
2.34.0
======

* Don't force no static builds on Win32 (#760369)
* Translation updates

2.33.2
======

* Fix two crashes in the bmp loader (#747605, #758991)
* Translation updates

2.33.1
======

* Improve various tests
* ico: integer overflow fixes
* tga: rewrite the loader, introducing a buffer queue abstraction
* gif: fix thumbnailing animations
* Translation updates
2016-04-26 07:14:00 +00:00
prlw1
01e7c4b500 Update gdk-pixbuf2 to 2.32.3
2.32.3
======

* Fix two crashes in the bmp loader (#747605, #758991)
* ico: integer overflow fixes
* Translation updates

2.32.2
======

* Avoid some integer overflow possibilities in scaling code
* Translation updates
2016-04-10 19:42:11 +00:00
wiz
85f8f1d653 Update gdk-pixbuf2* to 2.32.1:
2.32.1
======

* Make relocations optional
* Fix a crash due to overflow when scaling
* Drop loaders for some rare image formats: wbmp, ras, pcx
* Prevent testsuite failures due to lack of memory
* Translation updates

2.32.0
======

* Fix build issues (#754154)
* Fix animation loading (#755269)
* More overflow fixes in the scaling code (#754387)
* Fix a crash in the tga loader
* Translation updates: Swedish, Turkish, Slovak,
  Indonesian, French, Greek, Polish, Brazilian Portuguese,
  Danish, Russian, Galician, Hungarian

2.31.7
======

* Fix several integer overflows (#753908, #753569)
* Fix build failure with --disable-modules (#740912)
* Port animations to GTask
* Translation updates: Chinese (Taiwan), Polish

2.31.6
======

* Really fix bug 752297. This is CVE-2015-4491
* Translation updates: Catalan

2.31.5
======

* Add support for g_autoptr for all object types (#750497)
* Avoid a possible divide-by-zero in the pixbuf loader (750440)
* Remove gettext .pot file hack (#743574)
* Be more careful about integer overflow (#752297)
* Translation upates: Portuguese

2.31.4
======

* Bug fixes:
 648815 SVGZ icons in notification GNOME3
 725582 gdk_pixbuf_apply_embedded_orientation is not working...

* Translation updates:
 Bosnian, Danish, Italian, Kazakh, Korean, Swedish

2.31.3
======

* API changes:
- Revert an annotation change that broke bindings

* Build fixes:
- Clean up configure
- Fix Visual Studio build
- Define MAP_ANONYMOUS when needed
- Include gi18n-lib.h where needed

* Translation updates:
 Hungarian, German, Indonesian, Turkish, Serbian, Slovenian,
 Basque, Russian, Icelandic, French, Chinese (Taiwan), Galician,
 Slovak

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
======

* Add gdk_pixbuf_get_file_info_async

* Translation updates

2.31.0
======

* To improve the situation for language bindings, pixbufs can now
  be constructed from data in GBytes, and pixbuf data can also be
  extracted in this form. The GBytes data is treated as readonly,
  and gdk_pixbuf_get_pixels() will create a copy. To avoid this
  copy, a new function gdk_pixbuf_read_pixels() was introduced
  which returns a const pointer to the data without copying.
2015-10-01 15:53:48 +00:00
prlw1
003b402179 Update gdk-pixbuf2 to 2.30.2
* jpeg: fix icc profile loading
* jpeg: Improve error handling
* Make --update-cache work better
* Translation updates
2014-01-12 00:24:01 +00:00
prlw1
962a64c9cd Update gdk-pixbuf2 to 2.30.1
* Only use RLIMIT_AS when available (#708666)
* Only use setrlimit when available (#710690)
* Avoid a bashism (#711600)
* Visual C++ build fixes
* Use GLib setup for installed tests
* Make installed tests find data files
* Install some tests
* ANI: Set an error if we fail to produce an animation
* Add gdk_pixbuf_loader_write_bytes (696917)
* Update GIcon implementation (688820)
* Fix libpng linking issues (698093)
* Translation updates
2013-12-08 13:58:24 +00:00
prlw1
b95cb49988 Update gdk-pixbuf2 to 2.28.1
* Fix build with libpng 1.6
* Translation updates (Tadjik, Russian, Crimean Tatar, Hindi)
* Allow prepare_func call in stop_load (695228)
* Translation updates (Lithuanian, German, Basque, Belarusian,
  Thai, Greek, Indonesian, Korean, Assamese, Italian, Estonian,
  Hungarian, Portuguese, Danish, Latvian)
* Make gdk_pixbuf_animation_new_from_file load png files (694148)
* Fix string formatting for l10n extraction (693534)
* Translation updates (Hebrew, Spanish, Brazilian Portuguese,
  Slovenian, Galician, French, Catalan, Catalan (Valencian),
  Malayalam, Slovak, Polish, Czech, Serbian, Uyghur, Norwegian
  bokmål, Punjabi, Traditional Chinese)
* Allow loading animations from streams
* Allow loading animations from resources
* Fix cross-compiling for Windows and Wine (692072)
* Translation updates (Hungarian, German, Polish)
* The broken locking mechanism for loaders has been removed.
  gdk-pixbuf now ignores loaders that are not marked as thread-safe.
2013-05-18 22:01:29 +00:00
adam
9defbe92dd Changes 2.26.4
* Make tiff loader threadsafe
* Support saving ICC profiles in jpeg
* Add some missing annotations
* Documentation improvements
* Translation updates
2012-10-03 14:36:10 +00:00
drochner
526634e5d6 update to 2.26.2
changes:
-minor bugfixes
-documentation improvement
-translation updates
2012-08-10 15:23:42 +00:00
drochner
b3756bf514 update to 2.26.1
This is a new major release tree.
2012-04-30 14:12:05 +00:00
drochner
126877e924 switch on introspection support, bump PKGREV 2012-02-10 15:41:40 +00:00
drochner
ede43af80e update to 2.24.0
This switches to the latest stable branch.
2011-08-30 22:34:13 +00:00
drochner
27abf49067 -update to 2.22.1
changes:
 -Make GdkPixbuf implement the GIcon interface
 -Translation updates
-copy module registry handling from x11/gtk2 to here
-prepare for building jasper support as pkg
-add bl3 file
2010-11-14 20:11:41 +00:00
drochner
81b83ae1d5 add gdk-pixbuf2-2.22.0
gdk-pixbuf was integrated into gtk2 a while ago, but was split out
again now. gdk-pixbuf2 can coexist with gdk-pixbuf1.
This pkg conflicts with the current gtk2 pkg, but since it will be
low in the dependency tree once deployed it would be good to see
bulk build results before gtk2 is updated to 2.22 which will require it.
2010-11-02 15:17:29 +00:00