Pango-1.21.4 unstable release

Pango-1.21.4 is now available for download

pango-1.21.4.tar.bz2
md5sum: 75f8dea346a160f8f45c47cd30e6ab3b

pango-1.21.4.tar.gz
md5sum: 3a12cb5a7f2dc562aab415d764810f4e

Overview changes from 1.21.3

  • Use cairo_show_text_glyphs() if target cairo surface supports that. This is done by adding a new PangoRenderer method, draw_glyph_item(). Custom PangoRenderer implementations that delegate to pango_cairo may want to implement this method if they target PDF files.
  • Requires cairo >= 1.7.4 now
  • Win32 build improvements
  • Justify lines broken by U+2028 LINE SEPARATOR
  • Various small fixes and improvements
  • New API additions. You can read more about them in the original announcement.

11 bugs fixed in this release!

GTK+ 2.13.6 unstable release

This is the seventh development release leading up to GTK+ 2.14.

gtk+-2.13.6.tar.bz2
md5sum: d9b3455d4639d44073abd1fb89d0c7b9

gtk+-2.13.6.tar.gz
md5sum: 14374de5407df1e794324c87d1634363

Overview of Changes from GTK+ 2.13.5

  • Fix problems on 64-bit Windows
  • Fix a long-standing, well-known problem with the handling of insensitive buttons, bug 56070
  • Fallback to Xinerama if the Xrandr implementation is just a stub
  • gdk_threads_add_timeout_seconds[_full]: New functions with second-granularity to complete the set of gdk_threads_ timeout functions
  • Support rendering icons with emblems specified as GEmblemedIcon
  • GtkFileChooser has a GFile-oriented API now, functions for creating filechoosers with specific backends have been deprecated, since GIO is used directly.
  • GtkAdjustment has been sealed, adding getters and setters for all struct fields.

30 bugs fixed in this release!

GLib 2.17.6 unstable release

This is the sixth development release leading up to GLib 2.18.

glib-2.17.6.tar.bz2
md5sum: b596b80ec89bbcc7ddb77fbf0e4db056

glib-2.17.6.tar.gz
md5sum: bbdcc3370d40e875bc0841474d9246af

Changes from GLib 2.17.4
Fix problems on 64-bit Windows:
– g_markup_context_get_user_data: New function to access the user_data outside of callbacks

GIO:
– g_mount_guess_content_type_sync: synchronous version of g_mount_guess_content_type
– GEmblem: A GIcon implementation that adds emblem-related metadata to icons
– GEmblemedIcon: A GIcon implementation that can add emblems to icons

14 bugs fixed in this release!