summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2018-01-14 13:20:20 -0800
committerPhilip Chimento <philip.chimento@gmail.com>2018-01-14 13:20:20 -0800
commit292106fea5318171aca450901bffc30a42f4680b (patch)
tree3afe06ed7d4b8c3540bab3a9dd6863e2e6ecfd01
parent52a0f6b0e9080842cdbe6783f248a86ef96bc2d9 (diff)
downloadgjs-292106fea5318171aca450901bffc30a42f4680b.tar.gz
release: Prepare for 1.50.31.50.3
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f787da16..0c4669b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 1.50.3
+--------------
+
+- GJS will now log a warning when a GObject is accessed in Javascript code
+ after the underlying object has been freed in C. (This used to work most of
+ the time, but crash unpredictably.) We now prevent this situation which, is
+ usually caused by a memory management bug in the underlying C library.
+
+- Closed bugs and merge requests:
+
+ * Add checks for GObjects that have been finalized [#21, #23, !25, !28, !33,
+ Marco Trevisan]
+ * Test "Cairo context has methods when created from a C function" fails [#27,
+ !35, Valentín Barros]
+ * Various fixes from the master branch for rare crashes [Philip Chimento]
+
Version 1.50.2
--------------