diff options
author | prlw1 <prlw1@pkgsrc.org> | 2014-11-01 10:25:20 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2014-11-01 10:25:20 +0000 |
commit | f5fd169ff61fe330d4248372760eaa334d51dde3 (patch) | |
tree | 3ea907abeca71c4ead294d7c5b27c12593101b41 /lang/vala/DESCR | |
parent | 1ca8a97d8b64513c33ce5e9c9c77e65806527349 (diff) | |
download | pkgsrc-f5fd169ff61fe330d4248372760eaa334d51dde3.tar.gz |
Update vala to 0.26.1
The hope is that backward compatibility will be sufficient for us
not to need to import every new stable version as a separate package.
Changes since vala024 was imported:
Vala 0.26.0
===========
* Bug fix and binding updates.
Vala 0.25.4
===========
* Add option --vapi-comments.
* Bug fixes and binding updates.
Vala 0.25.3
===========
* Bug fixes and binding updates.
Vala 0.25.2
===========
* Require and target GLib >= 2.24.
* Report warning for private struct fields.
* Replace webkit2gtk-3.0 bindings with webkit2gtk-4.0 bindings.
* Always build vapigen.
* Bug fixes and binding updates.
Vala 0.25.1
===========
* Support explicit interface method implementation.
* Support (unowned type)[] syntax.
* Support non-literal length in fixed-size arrays.
* Mark regular expression literals as stable.
* GIR parser updates.
* Add webkit2gtk-3.0 bindings.
* Add gstreamer-allocators-1.0 and gstreamer-riff-1.0 bindings.
* Bug fixes and binding updates.
Diffstat (limited to 'lang/vala/DESCR')
-rw-r--r-- | lang/vala/DESCR | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/vala/DESCR b/lang/vala/DESCR index 073952bb8d0..d48f6f388d1 100644 --- a/lang/vala/DESCR +++ b/lang/vala/DESCR @@ -7,5 +7,3 @@ 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. - -This package contains the old 0.12 release. |