[vala/0.48] Release 0.48.14



commit 8b87a6dbc354d5ec4a04fe6f65238e884bbd7211
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sun Feb 28 18:25:16 2021 +0100

    Release 0.48.14

 NEWS                      | 61 +++++++++++++++++++++++++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  4 ++--
 doc/valac.1               |  4 ++--
 doc/valadoc.1             |  4 ++--
 doc/vapigen.1             |  4 ++--
 5 files changed, 69 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index f7aba140b..782900d78 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,64 @@
+Vala 0.48.14
+============
+ * Highlights:
+  - Add further support for params arrays in constructors [#128]
+
+ * Various improvements and bug fixes:
+  - codegen:
+    + Improve support of SimpleType struct constructors
+    + Improve handling of "NoWrapper" attribute
+    + Allow CCode.type_cname for classes and use get_ccode_type_name()
+    + Always use G_TYPE_INSTANCE_GET_CLASS/INTERFACE for external symbols
+    + Also check array type of variable argument for ref parameters
+    + Don't leak array memory after it was implicitly copied
+    + Use g_boxed_free in free-wrapper for heap-allocated GLib.Value
+    + Don't leak GLib.Value when implicitly unboxing it
+    + Don't leak memory moving heap-allocated struct to stack
+    + Chain up to base struct destroy function
+    + Correctly retrieve symbol_reference of nested cast expressions [#1134]
+    + Strip all nested occurances of CCodeCastExpression [#1134]
+    + Don't wrongly emit declaration for default-handler of signals
+    + Include "string.h" for strcmp() (POSIX)
+  - vala:
+    + Improve detection of duplicate package source files
+    + Apply stricter condition for lambda to delegate assignment
+    + Don't allow disposable SimpleType structs
+    + GLib.Value unboxing returns unowned value
+    + Don't allow GLib.Value casting to nullable struct/simple types
+    + Check type-arguments in base-types/prerequisites of class/interface [#404]
+    + Capturing va_list parameters/variables is not allowed [#1136]
+    + Generics value holding struct pointer requires casting on access [#347]
+    + Infer needle type for "in" expression on enum [#1138]
+    + Improve context check whether property is writeable on assignments
+    + Include "stdlib.h" for Enum.to_string() (POSIX) [#1143]
+    + Set proper source_reference for implicit "this" and "result" variables
+    + Report error for invalid inner operand of unary expressions
+  - codewriter: Don't write trailing ";" after body of WithStatement
+  - girparser:
+    + Apply "delegate_target" metadata for methods and parameters
+    + Apply "destroy_notify_cname" metadata for fields
+    + Apply "type_get_function" metadata for classes and inferfaces
+    + Set CCode.type_cname for classes if it doesn't match our default
+  - girwriter: Write instance-parameter elements [#1128]
+  - girwriter: Output default handler of signals
+  - libvaladoc/html: Don't sort struct fields to keep their original order
+  - libvaladoc: Correctly retrieve value for Api.Class.is_compact
+  - libvaladoc: Add wrapper for "agedge" of graphviz
+
+ * Bindings:
+  - Fix several bindings which lead to invalid code by using them in:
+    cairo, gobject-2.0, pango, goocanvas-2.0, curses, alsa, bzlib, sqlite3,
+    libgvc, posix, gstreamer-1.0, gdk-3.0, gdk-x11-3.0, gtk+-3.0, gtk4,
+    fuse, libxml-2.0
+  - gdk-pixbuf-2.0: Fix Pixbuf.save_to_streamv_async()
+  - gio-2.0: Fix binding of PollableOutputStream.write*_nonblocking()
+  - gio-2.0,gtk+-3.0,gtk4: Drop explicit c-type attributes of va_list parameters
+  - gio-2.0: Pick up missing invoker for some AppInfo/File.*() methods
+  - gstreamer-1.0: Set CCode.type_id of MiniObject to G_TYPE_BOXED [#1133]
+  - gtk+-2.0,javascriptcoregtk-4.0: Wrong usage of CCode.type_cname attribute
+  - gtk+-3.0,gtk4: Fix some delegate return values and parameters
+  - gtk4: Update to 4.0.2
+
 Vala 0.48.13
 ============
  * Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 8cbf6932a..250e2e6aa 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" "January 2021" "gen-introspect 0.48.13" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.1.
+.TH VALA-GEN-INTROSPECT "1" "February 2021" "gen-introspect 0.48.14" "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 994d61d5e..8af927f0c 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" "January 2021" "Vala 0.48.13" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.1.
+.TH VALAC "1" "February 2021" "Vala 0.48.14" "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 4f8545105..fd7a785a0 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" "January 2021" "Valadoc 0.48.13" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.1.
+.TH VALADOC "1" "February 2021" "Valadoc 0.48.14" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index ad54bdf1f..ca2e1cd00 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" "January 2021" "Vala API Generator 0.48.13" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.1.
+.TH VAPIGEN "1" "February 2021" "Vala API Generator 0.48.14" "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]