Advertisement
rotrevrep

vala 0.26.1 release

Oct 13th, 2014
640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. We are pleased to announce version 0.26.1 of Vala, a compiler for the
  2. GObject type system.
  3.  
  4. Vala 0.26.1 is now available for download at:
  5. http://download.gnome.org/sources/vala/0.26/
  6.  
  7. Changes since 0.26.0
  8. * Bug fixes and binding updates.
  9.  
  10. Vala is a programming language that aims to bring modern programming
  11. language features to GNOME developers without imposing any additional
  12. runtime requirements and without using a different ABI compared to
  13. applications and libraries written in C.
  14.  
  15. valac, the Vala compiler, is a self-hosting compiler that translates
  16. Vala source code into C source and header files. It uses the GObject
  17. type system to create classes and interfaces declared in the Vala source
  18. code.
  19.  
  20. More information about Vala is available at
  21.  
  22. http://www.vala-project.org/
  23.  
  24.  
  25. The Vala Team
  26.  
  27. ---
  28. Jürg Billeter (1):
  29. Release 0.26.1
  30.  
  31. Rico Tzschichholz (7):
  32. gee: Fix HashMap destructor name
  33. rest-0.7: Add libsoup-2.4 dependency
  34. webkit2gtk-web-extension-4.0: Add libsoup-2.4 dependency
  35. gtk+-2.0, gtk+-3.0: Further syncing with introspection annotations
  36. gtk+-3.0: Update to 3.14.1
  37. gtk+-3.0: Fix lost special includes for GtkIMContext/GtkPlug/GtkSocket
  38. cairo: Add some missing 1.12.x and pre 1.13.x bindings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement