summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2020-03-27 22:46:03 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2020-03-27 22:46:03 -0700
commita5044f451880e32499af912cc4e9b3f9403892ad (patch)
tree547ccd757467ab739ff31ae78e6a277fb0d3b0fe /NEWS
parent17f9a64ce194876e0380277434de02e748da799f (diff)
downloadgjs-a5044f451880e32499af912cc4e9b3f9403892ad.tar.gz
release: Prepare for 1.65.11.65.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS33
1 files changed, 33 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4f0076c1..4f87a658 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+Version 1.65.1
+--------------
+
+- Closed bugs and merge requests:
+ * boxed: Implement newEnumerate hook for boxed objects [Ole Jørgen Brønner,
+ !400]
+ * ns: Implement newEnumerate hook for namespaces [Ole Jørgen Brønner, !401]
+ * CI: Tag sanitizer jobs as "privileged" [Philip Chimento, !407]
+ * overrides/Gio: Allow promisifying static methods [Florian Müllner, !410]
+ * overrides/Gio: Guard against repeated _promisify() calls [Florian Müllner,
+ !411]
+
+Version 1.64.1
+--------------
+
+- The BigInt type is now _actually_ available, as it wasn't enabled in the
+ 1.64.0 release even though it was mentioned in the release notes.
+
+- Closed bugs and merge requests:
+ * testCommandLine's Unicode tests failing on Alpine Linux [Philip Chimento,
+ #296, !399]
+ * build: Various clean-ups [Jan Tojnar, !403]
+ * Correctly handle vfunc inout parameters [Marco Trevisan, !404]
+ * Fix failed redirect of output in CommandLine tests [Liban Parker, !409]
+
+Version 1.58.6
+--------------
+
+- Various backports:
+ * Correctly handle vfunc inout parameters [Marco Trevisan]
+ * Fix failed redirect of output in CommandLine tests [Liban Parker]
+ * Avoid filename conflict when tests run in parallel [Philip Chimento]
+
Version 1.64.0
--------------