Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- We are pleased to announce version 0.25.4 of Vala, a compiler for the
- GObject type system.
- Vala 0.25.4 is now available for download at:
- http://download.gnome.org/sources/vala/0.25/
- Changes since 0.25.3
- * Add option --vapi-comments.
- * Bug fixes and binding updates.
- Vala is a programming language that aims to bring modern programming
- language features to GNOME developers without imposing any additional
- runtime requirements and without using a different ABI compared to
- applications and libraries written in C.
- valac, the Vala compiler, is a self-hosting compiler that translates
- Vala source code into C source and header files. It uses the GObject
- type system to create classes and interfaces declared in the Vala source
- code.
- More information about Vala is available at
- http://www.vala-project.org/
- The Vala Team
- ---
- Evan Nemerson (1):
- gtk+-2.0, gtk+-3.0: add missing GObject interface prerequisite
- Florian Brosch (2):
- GirWriter: do not generate <errordomain> elements
- xcb: re-add GetPropertyReply.format
- Jürg Billeter (1):
- Release 0.25.4
- Luca Bruno (4):
- Fix regression when assigning owned expressions to unowned variables.
- Fix critical on method varargs introduced by 7b6ee1be
- Resolve symbols in named arguments
- girwriter: Write accessor methods for interface properties
- Richard Wiedenhöft (1):
- Added option --vapi-comments to include comments in vapi-files
- Rico Tzschichholz (3):
- bindings: Update GIR-based bindings
- bindings: Update GIR-based bindings
- gtk+-3.0: Update to 3.13.9~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement