diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-08-21 10:27:56 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-08-21 10:51:49 +0200 |
commit | 58ccdb77abcdffa0c51769aefc6ca132701e4811 (patch) | |
tree | ff830be3a777abc307745aa55b620499cc49a5ea /NEWS | |
parent | 1878c4fe58c751a1e99afc192361512407d828d8 (diff) | |
download | vala-58ccdb77abcdffa0c51769aefc6ca132701e4811.tar.gz |
Release 0.37.900.37.90
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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: |