Advertisement
rotrevrep

Untitled

Feb 18th, 2014
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. We are pleased to announce version 0.23.3 of Vala, a compiler for the
  2. GObject type system.
  3.  
  4. Vala 0.23.1 is now available for download at:
  5. http://download.gnome.org/sources/vala/0.23/
  6.  
  7. Changes since 0.23.2
  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. Evan Nemerson (4):
  29. glib-2.0: add missing symbols from 2.38
  30. glib-2.0: add new symbols for 2.40
  31. gio-2.0: update to 2.39.5
  32. gedit: deprecate in favor of bindings distributed by gedit.
  33.  
  34. Jürg Billeter (1):
  35. Release 0.23.3
  36.  
  37. Paolo Borelli (1):
  38. gio-2.0: fix add_main_option_entries
  39.  
  40. Rico Tzschichholz (3):
  41. gtk+-3.0: Update from git
  42. gio-2.0: Update to 2.39.5+
  43. gtk+-3.0: Update to 3.11.6
  44.  
  45. Ryan Lortie (2):
  46. gen-introspect: pretend to be lint
  47. vala.m4: honour CC, CPPFLAGS, CFLAGS, LDFLAGS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement