[vala/0.48] Release 0.48.3



commit b8565a5ed1fe9327fc444f9df29111f98f153b53
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Apr 6 15:39:33 2020 +0200

    Release 0.48.3

 NEWS                      | 24 ++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  4 ++--
 doc/valac.1               |  4 ++--
 doc/valadoc.1             |  4 ++--
 doc/vapigen.1             |  4 ++--
 5 files changed, 32 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1a7ed6825..a833a050c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Vala 0.48.3
+===========
+ * Various improvements and bug fixes:
+  - codegen:
+    + Append initializer for "_*_size_" of array field in internal struct
+    + Avoid critical trying to serialize an unsupported type to Variant [#952]
+    + Don't free value if property setter takes ownership [#953]
+    + Correct field declaration for captured inline-allocated array [#954]
+    + Include "glib.h" for G_BEGIN_DECLS/G_END_DECLS usage
+    + Correctly handle transformation of translated string-literal constants
+    + Don't pass CCodeCastExpression to NULL-aware free macro [#953]
+  - vala:
+    + Support struct initializer list in non-constant array [#949]
+    + Handle unlock() statement in CodeWriter
+    + Handle all ctors and dtors in CodeWriter
+    + Consider boolean types are compatible with each other
+    + Parse standalone integer/real literals as expression statement [#961]
+    + Warn about usage of override to implement abstract interface methods
+
+ * Bindings:
+  - gio-2.0: Update to 2.65.0~a136776e
+  - gstreamer: Update from 1.17.0+ git master
+  - gtk4: Update to 3.98.2+11495027
+
 Vala 0.48.2
 ===========
  * Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index a3baff3b8..39299a4e7 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.12.
-.TH VALA-GEN-INTROSPECT "1" "March 2020" "vala-gen-introspect 0.48.2" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
+.TH VALA-GEN-INTROSPECT "1" "April 2020" "vala-gen-introspect 0.48.3" "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 45078a77d..5cee66380 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.12.
-.TH VALAC "1" "March 2020" "valac 0.48.2" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
+.TH VALAC "1" "April 2020" "valac 0.48.3" "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 7ed303831..850667dfe 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.12.
-.TH VALADOC "1" "March 2020" "valadoc 0.48.2" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
+.TH VALADOC "1" "April 2020" "valadoc 0.48.3" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index ea8a35325..61ab2cb31 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.12.
-.TH VAPIGEN "1" "March 2020" "vapigen API Generator 0.48.2" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
+.TH VAPIGEN "1" "April 2020" "vapigen 0.48.3" "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]