[vala/0.48] Release 0.48.12



commit b62cccc1dfe319de06591d8ea4891161ad49ace9
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Thu Nov 19 15:36:47 2020 +0100

    Release 0.48.12

 NEWS                      | 36 ++++++++++++++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  2 +-
 doc/valac.1               |  2 +-
 doc/valadoc.1             |  2 +-
 doc/vapigen.1             |  2 +-
 5 files changed, 40 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index c76fa4bcb..5d1bb6ff9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+Vala 0.48.12
+============
+ * Various improvements and bug fixes:
+  - codegen:
+    + More use of delegate_target_type and delegate_target_destroy_type
+    + Reduce get_delegate_target/get_delegate_target_destroy_notify calls
+    + Don't use inferred type for temp-value to access generic property [#1088]
+    + Update outdated array _size_ variable of captured local-variable [#1090]
+    + Report internal error for unsupported collection type in foreach
+  - vala:
+    + Issue an error on void initializer for local-variable
+    + Allow markup-reader to accept spaces around '=' of attribute assignment
+    + CodeNode.source_reference is optional, so let the API respect that
+    + Use DataType.compatible() to check for string concatenation [#1100]
+  - valadoc: Don't call CodeContext.pop() on empty stack [#1064]
+  - libvaladoc: Don't filter-out generic type-parameters of delegates
+  - libvaladoc/girimporter: Skip "docsection" elements in <namespace>
+  - testrunner: Add "-Werror=return-local-addr" flag
+  - manual: Update from wiki.gnome.org
+
+ * Bindings:
+  - alsa: Fix PcmDevice.set_poll_descriptors_revents() binding [#1092]
+  - curses: Add Terminfo API set, function keycodes F(n) and minor changes
+  - curses: Correctly use [PrintfFormat] attribute
+  - glib-2.0: Add return codes to FileStream.putc/puts(), like posix
+  - glib-2.0: Add GenericArray.find_custom(), variant of find_with_equal_func()
+  - glib-2.0: Improve GenericArray.length property
+  - gio-2.0: Fix binding of Resolver.lookup_service*()
+  - gtk4: Attribute Gsk.ShaderArgsBuilder.free_to_args with DestroysInstance
+  - gtk4: Update to 3.99.4+7551f85d [#1089]
+  - linux: Add missing struct in cname for Spi.IocTransfer
+  - posix: Declare fstat, stat, lstat and fstatat as public [#1086]
+  - posix: Add freopen binding, as FILE.reopen()
+  - rest-0.7: Fix ParamsIter.next() binding
+  - vapi: Update GIR-based bindings
+
 Vala 0.48.11
 ============
  * Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 4e0b1798e..e33a4a076 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" "September 2020" "gen-introspect 0.48.11" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "November 2020" "gen-introspect 0.48.12" "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 4271778df..98c462ab5 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" "September 2020" "Vala 0.48.11" "User Commands"
+.TH VALAC "1" "November 2020" "Vala 0.48.12" "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 9a2219a05..824441ecb 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" "September 2020" "Valadoc 0.48.11" "User Commands"
+.TH VALADOC "1" "November 2020" "Valadoc 0.48.12" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 3f90b3b3e..e14582ce3 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" "September 2020" "Vala API Generator 0.48.11" "User Commands"
+.TH VAPIGEN "1" "November 2020" "Vala API Generator 0.48.12" "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]