summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-03-23 14:58:08 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2020-03-23 17:19:44 +0100
commit9e0ed97536dbbd48dc35146289e570bef5589260 (patch)
tree7a56e54be3ecd80ab77664e1b9281cd9e91a521b
parentcca368f278707b9cf637082a65efca1742a33aa6 (diff)
downloadvala-9e0ed97536dbbd48dc35146289e570bef5589260.tar.gz
Release 0.48.20.48.2
-rw-r--r--NEWS38
-rw-r--r--doc/vala-gen-introspect.12
-rw-r--r--doc/valac.12
-rw-r--r--doc/valadoc.12
-rw-r--r--doc/vapigen.12
5 files changed, 42 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 3a64a2695..1a7ed6825 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Vala 0.48.2
+===========
+ * Various improvements and bug fixes:
+ - vapigen: Define "GOBJECT" corresponding to set profile of CodeContext [#933]
+ - codegen:
+ + Reset outdated array _size_ variable after use as ref parameter [#929]
+ + Emit postconditions before free'ing local variables
+ + Correctly access captured parameter in precondition of method [#144]
+ + Use correctly typed array-length variable for property-getter
+ + Use correctly typed array-length variable for delegate invocation
+ + Inherit "array_length_type" from (base-) parameter/property/method [#938]
+ + Improve handling of "array_length_type" attribute [#938]
+ + Use memset to init inline-allocated array with non-constant size [#910]
+ + Initialize temp-var for property array length before calling getter
+ + Include "glib.h" for g_return_*() usage [#940]
+ - vala:
+ + Use error() instead of Report.error() inside of CodeContext.get()
+ + Accept enum-values as length for inline allocated arrays [#935]
+ + Improve copy of required attributes from delegate to lamdba method
+ + Inherit lambda parameter attributes from delegate
+ + Inline-allocated array aren't instantiated with creation expression [#926]
+ - valadoc: Create and register current Vala.CodeContext properly
+ - parser: Improve error message for invalid ArrayCreationExpression [#939]
+ - tests: Drop usage of "--main main" and avoid ambigious entry-points
+ - manual: Update from wiki.gnome.org
+
+ * Bindings:
+ - Add cairo-gobject binding
+ - cairo: Add missing type_id attributes guarded by GOBJECT define
+ - glib-2.0: Add binding for g_poll() [#924]
+ - glib-2.0: Add binding for g_win32_ftruncate()
+ - glib-2.0: Add missing IOChannel's win32 API
+ - gio-2.0: Add binding for g_io_error_from_win32_error()
+ - gstreamer: Update from 1.17.0+ git master
+ - gtk4: Update to 3.98.1
+ - posix: Add pathconf and fpathconf bindings
+ - vapi: Update GIR-based bindings
+
Vala 0.48.1
===========
* Various improvements and bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index b33d95f88..a3baff3b8 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.1" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "March 2020" "vala-gen-introspect 0.48.2" "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 d17cadcc3..45078a77d 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.1" "User Commands"
+.TH VALAC "1" "March 2020" "valac 0.48.2" "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 e82b26162..7ed303831 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.1" "User Commands"
+.TH VALADOC "1" "March 2020" "valadoc 0.48.2" "User Commands"
.SH NAME
valadoc \- Vala Documentation Tool
.SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index 5ae68ddf5..ea8a35325 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.1" "User Commands"
+.TH VAPIGEN "1" "March 2020" "vapigen API Generator 0.48.2" "User Commands"
.SH NAME
vapigen \- generate a Vala API
.SH SYNOPSIS