[vala/0.40] Release 0.40.19



commit 34fb63b64aab8fa007b6cb0cff6e4cb35a1fd5d9
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sun Feb 9 16:11:06 2020 +0100

    Release 0.40.19

 NEWS                      | 33 +++++++++++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  4 ++--
 doc/valac.1               |  4 ++--
 doc/valadoc.1             |  4 ++--
 doc/vapigen.1             |  4 ++--
 5 files changed, 41 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index 54dcb7742..1c6c3d180 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+Vala 0.40.19
+============
+ * Various improvements and bug fixes:
+   - codegen:
+    + Fix precondition in creation method of structs
+    + Don't set implemenation of interface property to its own [#891]
+    + Use result value of assignment rather than its computation [#895]
+    + Cast instance parameter in member-initializer for base-properties [#899]
+    + Skip StructRegisterFunction for boolean/integer/floating types [#901]
+    + Handle different type-symbols in visit_base_access() [#901]
+   - vala:
+    + VoidType is actually compatible with itself [#878]
+    + Keep formal_target_type on transform of method-call/object-creation [#835]
+    + Add a basic parameter check for [Print] methods
+    + Don't ignore inner errors in Block and acknowledge them further
+    + Don't report further errors if MemberInitializer.check() failed
+    + Improve error message for unsupported inner types and declarations
+    + Don't allow "va_list" as return-type or type of fields [#884]
+    + Check before accessing "name" of parent_symbol which might be null
+    + Allow to override base interface properties explicitly
+    + Fix base-access check for compact classes
+    + Improve detection of recursive struct declarations [#902]
+    + Inline allocated arrays require length or initializer [#903]
+    + Don't ignore errors in Parameter and acknowledge them further
+  - parser: Implicit "main" method of main-block is public and static
+  - genie: Fix parser's inner state when a struct is declared after a class
+  - girparser: Apply explicitly given ctype metadata attributes on callables
+  - testrunner: Invalid tests and therefore expected failures must return 1
+
+ * Bindings:
+  - glib-2.0: Add to_string() for GLib.PollFd and GLib.Pid
+  - gtk+-3.0: Update to 3.24.13+3822ac74
+
 Vala 0.40.18
 ============
  * Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 9bc29bebd..3e6268b80 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.11.
-.TH VALA-GEN-INTROSPECT "1" "November 2019" "vala-gen-introspect 0.40.18" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.12.
+.TH VALA-GEN-INTROSPECT "1" "February 2020" "vala-gen-introspect 0.40.19" "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 59101fa0d..c66396398 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.11.
-.TH VALAC "1" "November 2019" "valac 0.40.18" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.12.
+.TH VALAC "1" "February 2020" "valac 0.40.19" "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 cd9768e7e..bc87f713d 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.11.
-.TH VALADOC "1" "November 2019" "valadoc 0.40.18" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.12.
+.TH VALADOC "1" "February 2020" "valadoc 0.40.19" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index d4d97370d..122350fd8 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.11.
-.TH VAPIGEN "1" "November 2019" "vapigen API Generator 0.40.18" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.12.
+.TH VAPIGEN "1" "February 2020" "vapigen API Generator 0.40.19" "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]