Erlang/OTP R10B-5 has been released

Matthias Lang matthias@REDACTED
Thu May 12 06:56:47 CEST 2005


Alexey Shchepin writes:

 > Is this bug fixed in R10B-5?
 > 
 > http://article.gmane.org/gmane.comp.lang.erlang.patches/108

I downloaded R10B-5. The file inet_db.erl has not changed, so your
patch hasn't been applied. I can't determine whether the problem has
been fixed some other way or not because I can't reproduce your 
problem on R10B-4 and R9C

R9C:

   ~ >erl -name test
   Erlang (BEAM) emulator version 5.3.6.3 [source] [hipe]
   
   Eshell V5.3.6.3  (abort with ^G)
   (test@REDACTED)1> inet_res:getbyname("_xmpp-server._tcp.centova.net", srv).
   {error,nxdomain}

R10B-4:

   otp_src_R10B-4 >bin/erl -name test
   Erlang (BEAM) emulator version 5.4.5 [source] [hipe]
   
   Eshell V5.4.5  (abort with ^G)
   (test@REDACTED)1> inet_res:getbyname("_xmpp-server._tcp.centova.net", srv).
   {error,nxdomain}

Matthias



More information about the erlang-questions mailing list