summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS39
-rw-r--r--doc/vala-gen-introspect.14
-rw-r--r--doc/valac.14
-rw-r--r--doc/valadoc.14
-rw-r--r--doc/vapigen.14
5 files changed, 47 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index f1d9d9e1e..59d578ace 100644
--- 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:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index c650d753d..d5262f79f 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.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
diff --git a/doc/valac.1 b/doc/valac.1
index 0ee33ea9f..93f676c66 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.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
diff --git a/doc/valadoc.1 b/doc/valadoc.1
index 885ef171d..93dec3666 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.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
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index f42a40303..df79ae44b 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.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