summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllison Ryan Lortie <desrt@desrt.ca>2016-05-10 11:02:55 +0200
committerAllison Ryan Lortie <desrt@desrt.ca>2016-05-10 11:05:39 +0200
commitee1434632b1b397e5355ef31a79fc1d8b89156a0 (patch)
tree9ed3a52d0adbdd9c73ef123c5e58cbcd61532799
parentb6bf8375903e942e1e618cd5edff1a577a45b343 (diff)
downloadglib-ee1434632b1b397e5355ef31a79fc1d8b89156a0.tar.gz
GLib 2.48.12.48.1
-rw-r--r--NEWS30
-rw-r--r--configure.ac4
2 files changed, 32 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5b7dba3d2..33f71cc37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Overview of changes in GLib 2.48.1
+==================================
+
+Bugs fixed:
+ 731988 glocalfile: Avoid a potential NULL pointer dereference
+ 747107 GVariant varargs documentation: g_variant_get() example
+ 747478 g_system_thread_set_name() is not implemented for gthread-win32
+ 748474 g_get_language_names() is not thread-safe
+ 748530 gthread: W32 implementation of g_get_num_processors() has lame fallback
+ 748806 GVariant: Better introduction to the concepts and its uses
+ 749606 tests: always remove app.desktop
+ 758174 Fix documentation typos
+ 758738 Usage of GType properties causes crashes due to gulong/gpointer mismatch
+ 762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3
+ 763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects
+ 763821 build: Also dist Systemtap files always for gobject/
+ 764092 gstrfuncs: Document the behaviour of g_strjoinv()
+ 764574 build: Fix all statfs() tests failing
+ 764575 tests: Fix compilation errors due to Y2K format problems
+ 764685 GApplication documentation about handling command-line options is confusing
+ 764754 '-' in application id: unbreak bus activation and notifications
+ 765959 socket: set fd field to -1 after closing socket
+ 765990 Visual Studio: Define inline only when necessary
+
+Translations updated:
+ Basque language
+ Catalan
+ Vietnamese
+ zh_CN
+
Overview of changes in GLib 2.48.0
==================================
diff --git a/configure.ac b/configure.ac
index 86ca32e44..94c9de130 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,8 +31,8 @@ m4_define(glib_configure_ac)
m4_define([glib_major_version], [2])
m4_define([glib_minor_version], [48])
-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],