[vala] Release 0.39.2



commit 837e7aae61c246cdc191ea54a98b7bd576b78308
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Dec 11 10:41:15 2017 +0100

    Release 0.39.2

 NEWS                      |   24 ++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |    2 +-
 doc/valac.1               |    2 +-
 doc/valadoc.1             |    2 +-
 doc/vapigen.1             |    2 +-
 5 files changed, 28 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5927a59..863ddba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Vala 0.39.2
+===========
+ * Various bug fixes:
+  - vala: Don't transform an explicit "null" into valid format-string [#791215]
+  - codegen: Don't create null-safe destroy-wrapper for GenericType [#791283]
+  - Improve error message for missing type-parameter on enclosing type [#587905]
+
+ * GIR parser:
+  - Allow change of parameter names
+  - Handle metadata for fields inside a transparent union
+  - Accept setters with boolean return-type as valid property-accessor
+  - Don't mark simple-type out-parameters with '?' as nullable
+
+ * Valadoc
+  - libvaladoc: Actually resolve "percnt;" to '%'
+
+ * Bindings:
+  - glib-2.0: Fix potential null pointer dereference in string.joinv() [#791257]
+  - gobject-2.0: Add missing GType constants for fundamentals [#791023]
+  - gstreamer-1.0: Update from 1.13+ git master
+  - gtk+-3.0: Switch to GIR [#730746]
+  - gtk+-4.0: Update to 3.93.0+6af4947e
+  - posix: Move signal constants to an enum and add few missing ones [#790958]
+
 Vala 0.39.1
 ===========
  * Highlights
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 1f47826..9dbcfef 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.5.
-.TH VALA-GEN-INTROSPECT "1" "November 2017" "vala-gen-introspect 0.39.1" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "December 2017" "vala-gen-introspect 0.39.2" "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 7237e33..79a6ac6 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.5.
-.TH VALAC "1" "November 2017" "valac 0.39.1" "User Commands"
+.TH VALAC "1" "December 2017" "valac 0.39.2" "User Commands"
 .SH NAME
 valac \- compiler that translates Vala source code into C source and header files
 .SH SYNOPSIS
diff --git a/doc/valadoc.1 b/doc/valadoc.1
index a1002e2..9739b91 100644
--- a/doc/valadoc.1
+++ b/doc/valadoc.1
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.5.
-.TH VALADOC "1" "November 2017" "valadoc 0.39.1" "User Commands"
+.TH VALADOC "1" "December 2017" "valadoc 0.39.2" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 47ce744..5cd9cb2 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.5.
-.TH VAPIGEN "1" "November 2017" "vapigen API Generator 0.39.1" "User Commands"
+.TH VAPIGEN "1" "December 2017" "vapigen API Generator 0.39.2" "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]