[vala/0.48] Release 0.48.21



commit 6f76f45ae6f81ec6a87aa26f7a883d1645e9987d
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sat Jan 8 19:53:28 2022 +0100

    Release 0.48.21

 NEWS                      | 15 +++++++++++++++
 doc/vala-gen-introspect.1 |  2 +-
 doc/valac.1               |  2 +-
 doc/valadoc.1             |  2 +-
 doc/vapigen.1             |  2 +-
 5 files changed, 19 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 78c962f2a..6cbb71db2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Vala 0.48.21
+============
+ * Various improvements and bug fixes:
+  - codegen:
+    + Allow boxing of non-external SimpleType structs [#1273]
+    + Cast given default-value of struct with possible member initializer [#1272]
+    + Clear existing length values when revisiting a slice expression [#1274]
+  - vala:
+    + Allow unsafe assignment of integer to enum while reporting a notice
+    + Non nullable enum types are simple types [#1268]
+    + Correctly replace "in" expression in pre-/postconditions of method [#1269]
+
+ * Bindings:
+  - gio-2.0: Add custom MemoryOutputStream.with_*data() wrappers [#1271]
+
 Vala 0.48.20
 ============
  * Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index 200348892..7dd8b9a9d 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.48.5.
-.TH VALA-GEN-INTROSPECT "1" "December 2021" "gen-introspect 0.48.20" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "January 2022" "gen-introspect 0.48.21" "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 916235319..46c105dbc 100644
--- a/doc/valac.1
+++ b/doc/valac.1
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.5.
-.TH VALAC "1" "December 2021" "Vala 0.48.20" "User Commands"
+.TH VALAC "1" "January 2022" "Vala 0.48.21" "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 e7601f21b..bf41be628 100644
--- a/doc/valadoc.1
+++ b/doc/valadoc.1
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.5.
-.TH VALADOC "1" "December 2021" "Valadoc 0.48.20" "User Commands"
+.TH VALADOC "1" "January 2022" "Valadoc 0.48.21" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index c4a462a60..4904fda04 100644
--- a/doc/vapigen.1
+++ b/doc/vapigen.1
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.48.5.
-.TH VAPIGEN "1" "December 2021" "Vala API Generator 0.48.20" "User Commands"
+.TH VAPIGEN "1" "January 2022" "Vala API Generator 0.48.21" "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]