summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-02-13 10:21:30 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-02-13 10:21:30 -0500
commit9da3e7226d20715962f679812ce7632513b7e06c (patch)
tree1f41cdb683123f98628bf52bb23d8828373c70d0
parent08db799a3706442a2a24e3ff1d678f90d3ca29b5 (diff)
downloadglib-2.50.3.tar.gz
2.50.32.50.3
-rw-r--r--NEWS13
-rw-r--r--configure.ac4
2 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b8370d400..dbdee94d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Overview of changes in GLib 2.50.3
+==================================
+
+* Bugs fixed:
+ 775309 Crash in gdbusauth
+ 775468 Improve log write supports color method on windows
+ 775517 Password input is echoed in the terminal
+ 775765 FDO notification withdrawal backend sends wrong ID to the server
+
+* Translation updates:
+ Simplified Chinese
+
+
Overview of changes in GLib 2.50.2
==================================
diff --git a/configure.ac b/configure.ac
index fdacbd898..da2c306e5 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], [50])
-m4_define([glib_micro_version], [2])
-m4_define([glib_interface_age], [2])
+m4_define([glib_micro_version], [3])
+m4_define([glib_interface_age], [3])
m4_define([glib_binary_age],
[m4_eval(100 * glib_minor_version + glib_micro_version)])
m4_define([glib_version],