[vala/0.48] Release 0.48.10



commit 5e410681a98ca6b5b14a30806bb0165f5aeb943f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sat Sep 5 12:58:27 2020 +0200

    Release 0.48.10

 NEWS                      | 31 +++++++++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  4 ++--
 doc/valac.1               |  4 ++--
 doc/valadoc.1             |  2 +-
 doc/vapigen.1             |  2 +-
 5 files changed, 37 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index af35b9874..572fe0e44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Vala 0.48.10
+============
+ * Various improvements and bug fixes:
+  - tests: Don't rely on undefined use-after-free behaviour of glibc
+  - Add TraverseVisitor for traversing the tree with a callback
+  - Force usage of temporary variables for "tainted" member accesses [#1061]
+  - vala: Move transformation of unary increment/decrement to codegen
+  - vala: Set parent_node for child nodes of lambda-expression [#1062]
+  - codegen: Don't append unreachable clean-up section of Block [#169] [#838]
+  - codegen: Always include base_struct declaration if available [#464]
+  - vala: Additionally break on ObjectCreationExpression in "tainted" check
+  - vala: Add ObjectCreationExpression.to_string()
+  - manual: Update from wiki.gnome.org
+  - Don't use locale dependent string functions on syntax strings [#1067]
+  - girparser: Additionally fallback to "glib:type-name" to retrieve the cname
+  - libvaladoc/girimporter:
+    + Fallback to "name" for callback
+    + Fallback to "glib:type-name" for class, interface and record
+    + Improve parse_symbol_doc() and don't use parse_doc()
+    + Skip "attribute" elements
+  - libvaladoc/gtkdoc-importer:
+    + Correctly retrieve "url" from "ulink" elements
+    + Don't let parse_block_taglet() return null
+
+ * Bindings:
+  - gstreamer: Update from 1.17.2+ git master
+  - gtk4: Update to 3.99.1
+  - gtk4: Resolve a few conflicts of methods with virtual-methods
+  - pango: Update from 1.46.0
+  - webkit2gtk-4.0: Update to 2.29.91
+
 Vala 0.48.9
 ===========
  * Regression and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index e3ea38f1c..e893512f7 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.16.
-.TH VALA-GEN-INTROSPECT "1" "August 2020" "gen-introspect 0.48.9" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "September 2020" "gen-introspect 0.48.10" "User Commands"
 .SH NAME
 vala-gen-introspect \- generate a GI file for GObject and glib based packages
 .SH SYNOPSIS
@@ -39,7 +39,7 @@ https://gitlab.gnome.org/GNOME/vala/issues
 .SH "HOMEPAGE OR CONTACT"
 https://wiki.gnome.org/Projects/Vala
 .SH AUTHORS
-J??rg Billeter <j bitron ch>, Raffaele Sandrini <rasa gmx ch>
+J??rg Billeter, Raffaele Sandrini.
 .SH EXAMPLES
 After compilation, the following command generates a GI for pango:
 .B vala-gen-introspect pango packages/pango
diff --git a/doc/valac.1 b/doc/valac.1
index de1440646..21220f338 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.16.
-.TH VALAC "1" "August 2020" "Vala 0.48.9" "User Commands"
+.TH VALAC "1" "September 2020" "Vala 0.48.10" "User Commands"
 .SH NAME
 valac \- compiler that translates Vala source code into C source and header files
 .SH SYNOPSIS
@@ -228,4 +228,4 @@ Interfaces, properties, signals, foreach, lambda expressions, type
 inference for local variables, generics, non-null types, assisted memory
 management, exception handling
 .SH AUTHORS
-J??rg Billeter, Raffaele Sandrini.
+J??rg Billeter, Raffaele Sandrini, Rico Tzschichholz.
diff --git a/doc/valadoc.1 b/doc/valadoc.1
index 41728f203..778246f5f 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.16.
-.TH VALADOC "1" "August 2020" "Valadoc 0.48.9" "User Commands"
+.TH VALADOC "1" "September 2020" "Valadoc 0.48.10" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 1d4c1ff48..114ceeef1 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.16.
-.TH VAPIGEN "1" "August 2020" "Vala API Generator 0.48.9" "User Commands"
+.TH VAPIGEN "1" "September 2020" "Vala API Generator 0.48.10" "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]