Advertisement
rotrevrep

Vala 0.25.4 release

Sep 15th, 2014
615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. We are pleased to announce version 0.25.4 of Vala, a compiler for the
  2. GObject type system.
  3.  
  4. Vala 0.25.4 is now available for download at:
  5. http://download.gnome.org/sources/vala/0.25/
  6.  
  7. Changes since 0.25.3
  8. * Add option --vapi-comments.
  9. * Bug fixes and binding updates.
  10.  
  11. Vala is a programming language that aims to bring modern programming
  12. language features to GNOME developers without imposing any additional
  13. runtime requirements and without using a different ABI compared to
  14. applications and libraries written in C.
  15.  
  16. valac, the Vala compiler, is a self-hosting compiler that translates
  17. Vala source code into C source and header files. It uses the GObject
  18. type system to create classes and interfaces declared in the Vala source
  19. code.
  20.  
  21. More information about Vala is available at
  22.  
  23. http://www.vala-project.org/
  24.  
  25.  
  26. The Vala Team
  27.  
  28. ---
  29. Evan Nemerson (1):
  30. gtk+-2.0, gtk+-3.0: add missing GObject interface prerequisite
  31.  
  32. Florian Brosch (2):
  33. GirWriter: do not generate <errordomain> elements
  34. xcb: re-add GetPropertyReply.format
  35.  
  36. Jürg Billeter (1):
  37. Release 0.25.4
  38.  
  39. Luca Bruno (4):
  40. Fix regression when assigning owned expressions to unowned variables.
  41. Fix critical on method varargs introduced by 7b6ee1be
  42. Resolve symbols in named arguments
  43. girwriter: Write accessor methods for interface properties
  44.  
  45. Richard Wiedenhöft (1):
  46. Added option --vapi-comments to include comments in vapi-files
  47.  
  48. Rico Tzschichholz (3):
  49. bindings: Update GIR-based bindings
  50. bindings: Update GIR-based bindings
  51. gtk+-3.0: Update to 3.13.9~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement