]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Release 0.48.2 9e0ed97536dbbd48dc35146289e570bef5589260 0.48.2
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 23 Mar 2020 13:58:08 +0000 (14:58 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 23 Mar 2020 16:19:44 +0000 (17:19 +0100)
NEWS
doc/vala-gen-introspect.1
doc/valac.1
doc/valadoc.1
doc/vapigen.1

diff --git a/NEWS b/NEWS
index 3a64a2695ef0eeae2178c85b9e85c57d16d7c760..1a7ed68257df83c9543072e7af1de15101933635 100644 (file)
--- 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:
index b33d95f88e92728604d87aa51f0aca23e391efc5..a3baff3b89fe64498794ee348a5ccdd56308c7f5 100644 (file)
@@ -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
index d17cadcc3d9c83e2371bcae0cc882812bb3ab856..45078a77d47082ede950534b554d0bdfc53bee46 100644 (file)
@@ -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
index e82b261628f5f21623a53667544a981e66dcec39..7ed303831bd34e34281e54a5df15bd1dd8f75101 100644 (file)
@@ -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
index 5ae68ddf5ba3cfed8538490481f74871c4030d59..ea8a353256b1489f48872f8e4017906cd1fd9b3c 100644 (file)
@@ -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