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
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
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

 

Forums | Admin

Discussion Forums: ruby-ldap-0.9.12-released

Start New Thread Start New Thread

 

By: Mathieu Jobin
does not compile for me... [ reply ]  
2012-02-16 21:12
cc -I. -I. -I/dp00/d01/apps/ruby/live/lib/native/include/ruby -I. -DUSE_OPENLDAP2 -DUSE_OPENLDAP -DLDAP_DEPRECATED -D_REENTRANT -DHAVE_LDAP_H -DHAVE_LBER_H -DRUBY_VERSION_CODE=187 -fPIC -fno-omit-frame-pointer -fno-strict-aliasing -fexceptions -m32 -c conn.c
conn.c: In function ‘rb_ldap_conn_initialize’:
conn.c:117: error: invalid lvalue in assignment
conn.c:123: error: invalid lvalue in assignment
make: *** [conn.o] Error 1

ruby_verbose does not seems to be declared.