On Fri, 13 Apr 2007 14:53:18 +0200
Stephan Maka <[EMAIL PROTECTED]> mentioned:
>
> I don't mind.
>
> Besides, I just decided to release 0.3.1 in the next few days, fixing
> not only this issue.
>
> I have only one FreeBSD machine left, is there anyone who wants to take
> maintainership for this por
Stanislav Sedov wrote:
> On Sat, 7 Apr 2007 20:59:09 +0200
> "Vladimir Horak" <[EMAIL PROTECTED]> mentioned:
> > I discover problem with ruby18-xmpp4r-0.3 and new ruby-1.8.6,1.
> > The problem apply to Digest::MD5 (see
> > http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6/NEWS).
> >
> > This solve it
On Sat, 7 Apr 2007 20:59:09 +0200
"Vladimir Horak" <[EMAIL PROTECTED]> mentioned:
> Hello!
>
> I discover problem with ruby18-xmpp4r-0.3 and new ruby-1.8.6,1.
> The problem apply to Digest::MD5 (see
> http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6/NEWS).
>
> This solve it:
>
> sasl.rb:
> 44c44
>
Hello!
I discover problem with ruby18-xmpp4r-0.3 and new ruby-1.8.6,1.
The problem apply to Digest::MD5 (see
http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6/NEWS).
This solve it:
sasl.rb:
44c44
< Digest::MD5.new(Time.new.to_f.to_s).hexdigest
---
> Digest::MD5.hexdigest(Time.new