[vala/0.36] Release 0.36.16



commit c4a60b9a9940b5e49f11e4439f29a0b1ca4a965e
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Sep 24 11:13:13 2018 +0200

    Release 0.36.16

 NEWS                      | 26 ++++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  2 +-
 doc/valac.1               |  2 +-
 doc/vapigen.1             |  2 +-
 4 files changed, 29 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index e480b2c5d..e32f2edf1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Vala 0.36.16
+============
+ * Various improvements and bug fixes:
+  - codewriter: Prepend "yield" if is_yield_expression is set on
+    MethodCall and ObjectCreationExpression
+  - codegen: Fix typo in is_pure_ccode_expression() [#673]
+  - gobject-introspection: Fix use after free in scanner [#674]
+  - vala: Check if ArrayType supports its given element-type in analyzer pass
+  - valadoc: Fix some string escaping which gettext complains about
+  - girparser: Actually resolve type-arguments to be able to box them if needed
+  - codegen: Free errors after returning them on GDBusMethodInvocation [#657]
+  - codegen: Add source_reference to unsupported floating reference error
+  - vala: Allow read-only properties
+  - manual: Update from wiki.gnome.org
+
+ * Bindings:
+  - Update GIDL-based bindings to fix unsupported type-arguments
+  - glib-2.0: Add Array.remove*() wrapper to avoid leaking generic elements
+  - glib-2.0: Add return-type of Queue.remove*(), add HashTable.foreach_steal()
+  - glib-2.0: Set DateTime.now () to use local time zone as the default
+  - gstreamer: Cherry-pick some fixes from 0.40
+  - gtk+-3.0: Update to 3.24.0
+  - libxml-2.0: Add missing context parameter in OutputWriteCallback
+  - pango: Fix ownership of LayoutIter.get_line()
+  - x11: Add binding for XCreateSimpleWindow
+
 Vala 0.36.15
 ============
  * Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 50785131a..e4268b436 100644
--- a/doc/vala-gen-introspect.1
+++ b/doc/vala-gen-introspect.1
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.6.
-.TH VALA-GEN-INTROSPECT "1" "July 2018" "vala-gen-introspect 0.36.15" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "September 2018" "vala-gen-introspect 0.36.16" "User Commands"
 .SH NAME
 vala-gen-introspect \- generate a GI file for GObject and glib based packages
 .SH SYNOPSIS
diff --git a/doc/valac.1 b/doc/valac.1
index 9f3091bce..41b495cc4 100644
--- a/doc/valac.1
+++ b/doc/valac.1
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.6.
-.TH VALAC "1" "July 2018" "valac 0.36.15" "User Commands"
+.TH VALAC "1" "September 2018" "valac 0.36.16" "User Commands"
 .SH NAME
 valac \- compiler that translates Vala source code into C source and header files
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index adef65dce..ab05e90ec 100644
--- a/doc/vapigen.1
+++ b/doc/vapigen.1
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.6.
-.TH VAPIGEN "1" "July 2018" "vapigen API Generator 0.36.15" "User Commands"
+.TH VAPIGEN "1" "September 2018" "vapigen API Generator 0.36.16" "User Commands"
 .SH NAME
 vapigen \- generate a Vala API
 .SH SYNOPSIS


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]