Posted By: Alexey Chebotar
Date: 2011-12-27 16:16
Summary: ruby-ldap 0.9.12 Released
Project: Ruby/LDAP

Critical memory leaks were fixed by Marek Veber and Antonio Terceiro.

Additional notes:

* On windows, the default ldap library became wldap32;
* Fixed compile with ruby 1.9.2.

Thank to Hiroki Najima!

* Fixed many memory leaks;
* Added functions:
LDAP::Conn.open_uri(uri);
LDAP::explode_dn(dn, notypes);
LDAP::explode_rdn(rdn, notypes).

Thanks to Marek Veber and Antonio Terceiro!

* Fixed bug in ldap/ldif.rb (GH-6).

Thanks to bbense.

* Fixed LDAP::Mod data corruption.

Thanks to Aprotim Sanyal!

* Enable client certificate authentication for mozilla ldap 6.0 only.

Thanks to Yuri Arabadji!

Latest News
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58
mime-types 1.23 Released
    Austin Ziegler - 2013-04-21 01:41
diff-lcs 1.2.4 Released
    Austin Ziegler - 2013-04-21 00:08

 

Forums | Admin

Discussion Forums: ruby-ldap-0.9.12-released

Start New Thread Start New Thread

 

By: Patrice Gagnon
does not compile for me #2 [ reply ]  
2012-04-09 18:14
This appears to be a problem on more than one user's machine. I run Ubuntu 11.10 with ruby 1.8.7.

conn.c: In function ‘rb_ldap_conn_initialize’:
conn.c:117:20: error: lvalue required as left operand of assignment
conn.c:123:18: error: lvalue required as left operand of assignment
make: *** [conn.o] Error 1