summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-08-21 10:27:56 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2017-08-21 10:51:49 +0200
commit58ccdb77abcdffa0c51769aefc6ca132701e4811 (patch)
treeff830be3a777abc307745aa55b620499cc49a5ea /NEWS
parent1878c4fe58c751a1e99afc192361512407d828d8 (diff)
downloadvala-58ccdb77abcdffa0c51769aefc6ca132701e4811.tar.gz
Release 0.37.900.37.90
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 62020e914..96964c7a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Vala 0.37.90
+============
+ * Various bug fixes:
+ - Fix some build-system problem
+ + valadoc/tests: Add the source vapi directory to driver-test [#786505],
+ Add ./vala/.libs rather than ./gee/.libs to LD_LIBRARY_PATH
+ + Explicitly link doclets against libvala-*.la [#786534]
+ + Add missing include of Makefile.common
+ - vapigen: Mark given source-files as such and force girparser to handle them
+ - codegen: Include glib-object.h for Enums/Structs with type_id
+ * Bindings:
+ - gtk+-4.0: Make Gsk.Texturer.for_*() static factory methods
+
Vala 0.37.2
===========
* Various bug fixes: