[vala: 2/2] Release 0.39.92



commit 885a473fbbfd9880bd024e8a1196643b780d85d0
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Tue Feb 27 09:44:56 2018 +0100

    Release 0.39.92

 NEWS                      |   31 +++++++++++++++++++++++++++++++
 doc/vala-gen-introspect.1 |    2 +-
 doc/valac.1               |    2 +-
 doc/valadoc.1             |    2 +-
 doc/vapigen.1             |    2 +-
 5 files changed, 35 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 77eaa9a..f34b304 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Vala 0.39.92
+============
+ * Highlights
+  - Add support for feature test macros [#793444]
+    e.g. [CCode (feature_test_macro = "_GNU_SOURCE")]
+
+ * Various bug fixes:
+  - codegen:
+    + Use pointers when accessing constant multi-dimensional arrays [#604371]
+    + Add valid support for const multi-dimensional arrays [#604371]
+    + Don't append fixed-length of array fields in initializers
+    + Add source_reference to some store_local/_field() calls
+  - Properly handle array-initializers inside struct-initializers [#622178]
+  - The rank of an array-initializer should match the target's rank [#744923]
+  - Make SemanticAnalyzer.check_arguments() independent of context
+  - Check with same rules for dbus compatibility as in GBusModule [#793859]
+  - Fix recursive declaration in generic base type [#688732]
+  - Prevent WITH_CGRAPH conditional having an impact on generated sources
+  - Update manual from wiki.gnome.org
+
+ * Bindings:
+  - glib-2.0, posix: Add feature test macro _GNU_SOURCE for pow10(3),
+    pow10f(3), exp10(3) and exp10f(3) [#614788]
+  - gstreamer-1.0: Update from 1.13.1+ git master
+  - linux: Add dup3 [#729803]
+  - linux: Add feature_test_macros to non-POSIX file control constants and dup3
+  - posix: Fix sig*set and sigprocmask parameters to be out/ref [#727425]
+  - posix: Add feature_test_macro _GNU_SOURCE to sighandler_t [#761975]
+  - libgnome-menu-3.0: Add deps file
+  - Update GIR-based bindings
+
 Vala 0.39.91
 ============
  * Various bug fixes:
diff --git a/doc/vala-gen-introspect.1 b/doc/vala-gen-introspect.1
index f411092..59a7173 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.5.
-.TH VALA-GEN-INTROSPECT "1" "February 2018" "vala-gen-introspect 0.39.91" "User Commands"
+.TH VALA-GEN-INTROSPECT "1" "February 2018" "vala-gen-introspect 0.39.92" "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 6210a0f..cff6ca3 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.5.
-.TH VALAC "1" "February 2018" "valac 0.39.91" "User Commands"
+.TH VALAC "1" "February 2018" "valac 0.39.92" "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 a562a08..e153f55 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.5.
-.TH VALADOC "1" "February 2018" "valadoc 0.39.91" "User Commands"
+.TH VALADOC "1" "February 2018" "valadoc 0.39.92" "User Commands"
 .SH NAME
 valadoc \- Vala Documentation Tool
 .SH SYNOPSIS
diff --git a/doc/vapigen.1 b/doc/vapigen.1
index e7241b3..b5e33bb 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.5.
-.TH VAPIGEN "1" "February 2018" "vapigen API Generator 0.39.91" "User Commands"
+.TH VAPIGEN "1" "February 2018" "vapigen API Generator 0.39.92" "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]