pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-eventmachine
Module Name: pkgsrc
Committed By: taca
Date: Sun Mar 10 13:19:12 UTC 2013
Modified Files:
pkgsrc/devel/ruby-eventmachine: Makefile PLIST distinfo
Log Message:
Update ruby-eventmachine to 1.0.3.
# Changelog
## 1.0.x
* EM.system was broken in 1.0.2 release [#413]
## 1.0.2 (March 8, 2013)
* binary win32 gems now include fastfilereader shim [#222]
* fix long-standing connection timeout issues [27fdd5b,
igrigorik/em-http-request#222]
* http and line protocol cleanups [#193, #151]
* reactor return value cleanup [#225]
* fix double require from gemspec [#284]
* fix smtp server reset behavior [#351]
* fix EM.system argument handling [#322]
* ruby 1.9 compat in smtp server and stomp protocols [#349, #315]
* fix pause from post_init [#380]
## 1.0.1 (February 27, 2013)
* use rb_wait_for_single_fd() on ruby 2.0 to fix rb_thread_select() deprecation
* fix epoll/kqueue mode in ruby 2.0 by removing calls to rb_enable_interrupt()
[#248, #389]
* fix memory leak when verifying ssl cerificates [#403]
* fix initial connection delay [#393, #374]
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-eventmachine/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-eventmachine/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-eventmachine/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index