[vala/0.48] Release 0.48.7
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.48] Release 0.48.7
- Date: Tue, 30 Jun 2020 09:57:00 +0000 (UTC)
commit 1e06f4986e90624617c4ab74d2742568a598aff7
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Tue Jun 30 11:38:28 2020 +0200
Release 0.48.7
NEWS | 34 ++++++++++++++++++++++++++++++++++
doc/vala-gen-introspect.1 | 2 +-
doc/valac.1 | 2 +-
doc/valadoc.1 | 2 +-
doc/vapigen.1 | 2 +-
5 files changed, 38 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 468277188..cf1887e81 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+Vala 0.48.7
+===========
+ * Various improvements and bug fixes:
+ - codegen:
+ + Improve array-dup-wrapper for empty arrays [#999]
+ + Don't call get_ccode_finish_instance() with non-async methods
+ + Cast initializer-list to struct for non-constant/-array assignment [#1013]
+ + Consistently use get_ccode_lower_case_prefix() for function names [#1008]
+ - vala:
+ + Correctly handle qualified struct type in initializer list [#1004]
+ + Reduce calls of CodeContext.get()
+ + Fix value-type for ArrayCreationExpression used as argument [#1009]
+ + Improve parameter check of "get" method used for foreach [#1017]
+ + Don't carry floating reference into unknown target type expression [#1018]
+ - girparser: Actually respect given cprefix metadata for enumerations
+ - girwriter: Append symbol-attributes to callback field [#1006]
+ - parser: Avoid mitigation for missing token if it follows DOT or
+ DOUBLE_COLON [#987]
+ - libvaladoc/girimporter: Skip "function-macro" elements
+ - build: Update git-version-gen to latest upstream
+ - tests: Build typelib if g-ir-compiler is available
+
+ * Bindings:
+ - gstreamer-audio-1.0: Adjustments for Gst.Audio.Sink class extension
+ - gstreamer: Update from 1.17.1+ git master
+ - gtk+-3.0: Deprecated abstract methods are not required to be implemented
+ - gtk4: Prefix value names of PaintableFlags with "STATIC_" [#1011]
+ - gtk4: Mark optional methods of Gdk.Paintable interface as virtual [#1021]
+ - gtk4: Update to 3.98.5+fca2ba96
+ - harfbuzz-gobject: Update to 2.6.8
+ - pango: Update from 1.45.2
+ - webkit2gtk-4.0: Update to 2.29.2
+ - vapi: Update GIR-based bindings
+
Vala 0.48.6
===========
* Regression and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 1758946e3..561ed7d25 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.15.
-.TH VALA-GEN-INTROSPECT "1" "May 2020" "gen-introspect 0.48.6" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "June 2020" "gen-introspect 0.48.7" "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 cd282baf2..1cf83feb8 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.15.
-.TH VALAC "1" "May 2020" "Vala 0.48.6" "User Commands"
+.TH VALAC "1" "June 2020" "Vala 0.48.7" "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 221581417..c95e41ce1 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.15.
-.TH VALADOC "1" "May 2020" "Valadoc 0.48.6" "User Commands"
+.TH VALADOC "1" "June 2020" "Valadoc 0.48.7" "User Commands"
.SH NAME
valadoc \- Vala Documentation Tool
.SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 76704d9b3..144d891a7 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.15.
-.TH VAPIGEN "1" "May 2020" "Vala API Generator 0.48.6" "User Commands"
+.TH VAPIGEN "1" "June 2020" "Vala API Generator 0.48.7" "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]