
========================================
 NEWS: glib-2.21.0
========================================

Overview of Changes from GLib 2.20.x to GLib 2.21.0
===================================================

* GIO:
 - New helper functions g_cancellable_connect/disconnect to avoid
   race conditions when connecting to the "cancelled" signal on
   GCancellable.
 - New types and methods for dealing with IPv4 and IPv6 addresses (and
   UNIX domain socket addresses under UNIX). This does not include code
   for actual socket I/O.
 - GResolver provides asynchronous and cancellable APIs for resolving
   hostnames, reverse lookup of IP addresses and resolving SRV records.

* Glib now provides hash and comparison functions for int64 and double
  types, suitable for use with GHashTable.

* GArray, GPtrArray and GByteArray can be ref counted now, and have
  boxed types.

* Bugs fixed:
 572844 Helper for GCancellable::cancelled connect/disconnect
 578363 goption docs should be improved
 548466 async/cancellable DNS resolver
 579830 param spec strings should use P_()
 579862 requesting xattr::foo ends up calling getxattr(..., user...
 580453 Hash and equal functions for gint64 and gdouble
 580450 Reference counting and boxed types for arrays
 580194 gresolver doesn't build on Solaris
 580301 network: a few issues on old darwin
 580299 network: include sys/types.h before sys/socket.h to insur...
 572508 gmarkup speedup
 580546 g_strtoull() referenced in documentation...
 580656 g_key_file_set_string_list erroneously asserts list != NULL
 579272 leaks in g_simple_async_result_set_op_res_gpointer


* Updated translations:
 Catalan (ca)
 Pashto (ps)
 Spanish (es)



========================================
 NEWS: gtk+-2.17.0
========================================

Overview of Changes from GTK+ 2.16.x to 2.17.0
==============================================

* GtkBuilder:
  - Scale marks can now be specified in builder markup
  - GtkAssistant action widgets can be added in builder markup

* Changes that are relevant for theme authors
 - GtkEntry now has a ::invisible-char style property that allows
   themes to set the preferred invisible character

* Printing:
 - GTK+ supports authentication of users against CUPS servers now.

* Bugs fixed:
 578634 gtkdial example fails to compile
 580678 Minor improvement to GTK+ mediaLib code
 580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE...
 581110 Handlebox widget uses static variables, crashes in multi...
 553385 gtk-builder-convert creates untranslated combobox models
 580814 GtkTextLayout incorrectly assumes pango iterates in logi...
 579366 gtkbuilderparser leaks RequiresInfo objects
 579741 gailcombox should emit property-changed:accessible-name...
 574386 Remove deprecated call to gtk_status_icon_set_tooltip...
 384940 handle rejecting jobs and authentication meaningfully

* Updated translations
 Arabic
 Brazilian Portuguese
 British English
 Catalan
 Czech
 Estonian
 Italian
 Kannada
 Oriya
 Simplified Chinese
 Slovenian
 Spanish
 Ukrainian



========================================
 NEWS: pango-1.24.2
========================================

Overview of changes between 1.24.1 and 1.24.2
=============================================
- Misc bug fixes
    Bug 580987 – SIGFPE in pango_glyph_string_index_to_x
    Bug 580273 – Font metrics functions incorrectly listed as reporting
	    point sizes
    Bug 579694 – Cygwin parallel-build patch
    Bug 578944 – pango-1.24.1 fails its testsuite
    Bug 578935 – Syntax error (missing semicolon) in
	    pango/pangowin32-fontmap.c

