Re: [Vala] [ANNOUNCE] Vala 0.11.0 - Compiler for the GObject type system

2010-10-05 Thread pancake
On 10/04/10 16:26, Jürg Billeter wrote: We are pleased to announce version 0.11.0 of Vala, a compiler for the GObject type system. Vala 0.11.0 is now available for download at: http://download.gnome.org/sources/vala/0.11/ This is a development release leading toward 0.12. Changes since 0.

Re: [Vala] [ANNOUNCE] Vala 0.11.0 - Compiler for the GObject type system

2010-10-05 Thread Jürg Billeter
On Tue, 2010-10-05 at 12:11 +0200, pancake wrote: > > Changes since 0.10.0 > > * Use byte indices for strings. > by reading the patch I understand that this is not honoring UTF8 anymore? No, strings in Vala are still UTF-8, nothing changed in that regard. The difference is that indices/offsets/l

Re: [Vala] [ANNOUNCE] Vala 0.11.0 - Compiler for the GObject type system

2010-10-05 Thread pancake
http://live.gnome.org/Vala/Documentation/ParallelBuilds Uhm.. can it handle a single .deps for all those fast .vapis? * Improve compiler performance. any benchmarks? From measurements some time ago, the valac CPU time for a rebuild of libvala/valac itself was reduced from 16 seconds to

[Vala] Vala tutorial translation into Russian.

2010-10-05 Thread Bulat Shafigullin
Hello everybody! My name is bulat. I'm very proud to announce that small group of enthusiasts is just finishing translation of Vala tutorial into Russian. All work is held at http://translated.by/you/vala-tutorial/into-ru/trans/. Actually all translation is done and further text review is required

Re: [Vala] Vala tutorial translation into Russian.

2010-10-05 Thread Anatol Pomozov
Hi, Bulat. On Tue, Oct 5, 2010 at 9:17 AM, Bulat Shafigullin wrote: > Hello everybody! > > My name is bulat. I'm very proud to announce that small group of > enthusiasts is just finishing translation of > Vala tutorial into Russian. All work is held at > http://translated.by/you/vala-tutorial/int

[Vala] Vala OpenSSL bindings?

2010-10-05 Thread Ben Lafreniere
Hi all, Has anyone out there created Vala bindings for libssl? Or, alternately, does anyone know of an alternative library for doing basic public-key crypto in Vala? I'm working on a client-server application using Vala for the client and PHP for the server. Right now, we're using openssl on the

Re: [Vala] Vala OpenSSL bindings?

2010-10-05 Thread Evan Nemerson
On Tue, 2010-10-05 at 16:38 -0400, Ben Lafreniere wrote: > Hi all, > > Has anyone out there created Vala bindings for libssl? Or, > alternately, does anyone know of an alternative library for doing > basic public-key crypto in Vala? I'm not aware of any OpenSSL bindings, but there are gcrypt bind