]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Release 0.46.12 0.46.12
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 30 Jul 2020 11:20:00 +0000 (13:20 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 30 Jul 2020 11:20:00 +0000 (13:20 +0200)
NEWS
doc/vala-gen-introspect.1
doc/valac.1
doc/valadoc.1
doc/vapigen.1

diff --git a/NEWS b/NEWS
index f1d9d9e1e275477fffb9562cba1cd5114ef239fd..59d578ace4ce3c1ea621caf33f5fb49c779bfe49 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+Vala 0.46.12
+============
+ * Various improvements and bug fixes:
+  - codegen:
+    + Properly compare string if binary-expression contains string-literal
+    + Inline allocated and constant arrays are never NULL
+    + Check param for null before using it
+    + Properly destroy elements of an inline struct array [#365]
+  - vala:
+    + Avoid subsequent critical caused by invalid array type for constant
+    + Improve error handling of nested initializer lists
+    + Don't allow "resize" invocation on variable with unowned array type [#928]
+    + Property must be writable when invoking ReturnsModifiedPointer method [#1023]
+    + Recursive check of assignment target to recognize constants [#944]
+    + Return copy of constant type in get_value_type_for_symbol()
+    + Handle parameter initializer without value-type
+    + Fully qualify member-access when using-directive was used to resolve [#57]
+    + Tranform instance member-access to a static one if possible [#270]
+    + Improve check of expression passed to yield
+    + Allow prototype access to signal with emitter
+    + Check error-type accessibility of creation methods and delegates
+  - girparser: Warn about conflicting signals and properties
+  - girparser: Skip 'docsection' elements in <namespace>
+  - girwriter:
+    + Add c:identifier-prefixes to <namespace>
+    + Write c:type="void" when name="none"
+    + Write c:symbol-prefix on supported elements
+    + Don't include symbols outside of a namespace [#241]
+    + Use appropriate get_ccode_* functions
+  - libvaladoc: Support exporting the `class` modifier on methods and fields
+  - Disable deprecation warnings when checking bindings
+  - tests: Fix "methods/extern" test with -Werror=address and gcc 5.4.0
+
+ * Bindings:
+   - glib-2.0: Add AtomicUint, an alternation of AtomicInt for uint [#915]
+   - gtk+-3.0: Update to 3.24.21+ffe2df7b
+   - gtk+-3.0: Resolve conflicts of signals with properties
+   - webkit2gtk-4.0: Update to 2.29.4
+
 Vala 0.46.11
 ============
  * Various improvements and bug fixes:
index c650d753d055d61bf0399c9af5ebd23b2949a353..d5262f79ff0ad559838221609c5d39f86834ac30 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.15.
-.TH VALA-GEN-INTROSPECT "1" "July 2020" "gen-introspect 0.46.11" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
+.TH VALA-GEN-INTROSPECT "1" "July 2020" "gen-introspect 0.46.12" "User Commands"
 .SH NAME
 vala-gen-introspect \- generate a GI file for GObject and glib based packages
 .SH SYNOPSIS
index 0ee33ea9f4ff0ab5a33d0d2bb099cca2bd23aa49..93f676c664265b6dec43439da2ccc407c340014c 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.15.
-.TH VALAC "1" "July 2020" "Vala 0.46.11" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
+.TH VALAC "1" "July 2020" "Vala 0.46.12" "User Commands"
 .SH NAME
 valac \- compiler that translates Vala source code into C source and header files
 .SH SYNOPSIS
index 885ef171db64826c3e0ba8ae9619a8802d9d20e3..93dec3666bd39e5d13498c53ee8e17c96712cb9c 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.15.
-.TH VALADOC "1" "July 2020" "Valadoc 0.46.11" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
+.TH VALADOC "1" "July 2020" "Valadoc 0.46.12" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
index f42a40303175b052a1c548aacc6480ed83ef13ed..df79ae44b6cd69654cb232030f57926ba5b7c136 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.15.
-.TH VAPIGEN "1" "July 2020" "Vala API Generator 0.46.11" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
+.TH VAPIGEN "1" "July 2020" "Vala API Generator 0.46.12" "User Commands"
 .SH NAME
 vapigen \- generate a Vala API
 .SH SYNOPSIS