This commit is contained in:
Matthias Clasen 2014-11-09 18:18:12 -05:00
parent 27d35c3329
commit cc23284e69
2 changed files with 23 additions and 2 deletions

21
NEWS
View File

@ -1,3 +1,24 @@
Overview of changes in GLib 2.42.1
==================================
* This release disables deprecation warnings by default
* Bugs fixed:
728256 gcredentials: add NetBSD support
736806 gtask: Fix reference count loop causing leaks
737143 Include <stdint.h> in glib/valgrind.h
738170 g_byte_array_new_take() doesn't initialize array->alloc
738197 g_cond_timed_wait() doesn't time out on Mac OS X
* Translation updates:
Bengali (India)
Bulgarian
Gujarati
Italian
Norwegian bokmål
Telugu
Overview of changes in GLib 2.42.0
===================================

View File

@ -31,8 +31,8 @@ m4_define(glib_configure_ac)
m4_define([glib_major_version], [2])
m4_define([glib_minor_version], [42])
m4_define([glib_micro_version], [0])
m4_define([glib_interface_age], [0])
m4_define([glib_micro_version], [1])
m4_define([glib_interface_age], [1])
m4_define([glib_binary_age],
[m4_eval(100 * glib_minor_version + glib_micro_version)])
m4_define([glib_version],