[vala] Release 0.48.1



commit bca593bf3c434270e41d11b1edd266ff61bebf4f
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Wed Mar 11 12:14:48 2020 +0100

    Release 0.48.1

 NEWS                      | 25 +++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |  2 +-
 doc/valac.1               |  2 +-
 doc/valadoc.1             |  2 +-
 doc/vapigen.1             |  2 +-
 5 files changed, 29 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index ab83e3ed0..3a64a2695 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Vala 0.48.1
+===========
+ * Various improvements and bug fixes:
+  - codegen:
+    + Replace hard-coded "gsize" with resolved "size_t"
+    + Add destroy of parameter in vfunc of delegate property setter [#919]
+    + Inherit "array" attributes from (base/-interface) property
+    + Inherit "delegate_target" from (base/-interface) parameter/property/method
+    + Actually respect "delegate_target" attribute of method/parameter
+    + Move ObjectTypeSymbol casting to GTypeModule
+    + Factor out GValueModule and GLibValue into a separate source-files
+    + Avoid symbol clashes with "va_*" from "stdarg.h"
+  - vala:
+    + Fix search for Parameter.base_parameter
+    + Real struct-type without type_id can't be used for GObject property [#921]
+  - codewriter: Output inner interface declarations [#918]
+
+ * Bindings:
+  - glib-2.0: Add missing "type_id"/"has_type_id" attributes to structs [#921]
+  - glib-2.0: Memory profiling ("g_mem_*") is deprecated since 2.46
+  - linux: Don't depend on GLib.Time when using POSIX profile
+  - gtk4: Update to 3.98+2da445f9
+  - poppler-glib: Update to 0.85
+  - vapi: Update GIR-based bindings
+
 Vala 0.48.0
 ===========
  * Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 88377e7eb..b33d95f88 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.0" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "March 2020" "vala-gen-introspect 0.48.1" "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 67e4e2c83..d17cadcc3 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.0" "User Commands"
+.TH VALAC "1" "March 2020" "valac 0.48.1" "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 364b447ea..e82b26162 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.0" "User Commands"
+.TH VALADOC "1" "March 2020" "valadoc 0.48.1" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 819494510..5ae68ddf5 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.0" "User Commands"
+.TH VAPIGEN "1" "March 2020" "vapigen API Generator 0.48.1" "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]