2015-06-15 14:55:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 12 08:59:04 UTC 2015 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Rename rubygem-eventmachine.rpmlintrc to
|
|
|
|
rubygem-eventmachine-rpmlintrc in order to be in line with the
|
|
|
|
naming convention.
|
|
|
|
- Add rubygem-eventmachine-rpmlintrc to the source list.
|
|
|
|
|
2015-02-11 01:26:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 11 01:24:44 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.0.7
|
|
|
|
* fix delay in kqueue/epoll reactor shutdown when timers exist [#587]
|
|
|
|
* fix memory leak introduced in v1.0.5 [#586]
|
|
|
|
* expose EM.set_simultaneous_accept_count [#420]
|
|
|
|
* fix busy loop when EM.run and EM.next_tick are invoked from exception handler [#452]
|
|
|
|
|
|
|
|
## 1.0.6 (February 3, 2015)
|
|
|
|
* add support for Rubinius Process::Status [#568]
|
|
|
|
* small bugfixes for SmtpServer [#449]
|
|
|
|
* update buftok.rb [#547]
|
|
|
|
* fix assertion on Write() [#525]
|
|
|
|
* work around mkmf.rb bug preventing gem installation [#574]
|
|
|
|
* add pause/resume support to jruby reactor [#556]
|
|
|
|
* fix pure ruby reactor to use 127.0.0.1 instead of localhost [#439]
|
|
|
|
* fix compilation under macruby [#243]
|
|
|
|
* add chunked encoding to http client [#111]
|
|
|
|
* fix errors on win32 when dealing with pipes [1ea45498] [#105]
|
|
|
|
|
|
|
|
## 1.0.5 (February 2, 2015)
|
|
|
|
* use monotonic clocks on Linux, OS X, Solaris, and Windows [#563]
|
|
|
|
* use the rb_fd_* API to get autosized fd_sets [#502]
|
|
|
|
* add basic tests that the DNS resolver isn't leaking timers [#571]
|
|
|
|
* update to test-unit 2.x and improve various unit tests [#551]
|
|
|
|
* remove EventMachine_t::Popen code marked by ifdef OBSOLETE [#551]
|
|
|
|
* ruby 2.0 may fail at Queue.pop, so rescue and complain to $stderr [#551]
|
|
|
|
* set file handle to INVALID_HANDLE_VALUE after closing the file [#565]
|
|
|
|
* use `defined?` instead of rescuing NameError for flow control [#535]
|
|
|
|
* fix closing files and sockets on Windows [#564]
|
|
|
|
* fix file uploads in Windows [#562]
|
|
|
|
* catch failure to fork [#539]
|
|
|
|
* use chunks for SSL write [#545]
|
|
|
|
|
2014-10-13 08:40:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 13 08:37:57 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
- adapt to new rubygem packaging
|
|
|
|
|
2014-02-06 08:29:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 6 08:29:10 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
- use new macros
|
|
|
|
|
2013-03-18 06:16:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 18 06:15:50 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.0.3
|
|
|
|
* 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]
|
|
|
|
|
2013-03-03 19:31:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 3 19:30:39 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.0.1
|
|
|
|
* 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]
|
|
|
|
|
2012-09-23 19:35:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Sep 23 19:34:07 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- add a faked beta version, so that rpm understands that 1.0.0
|
|
|
|
is > 1.0.0.beta4
|
|
|
|
|
2012-09-23 15:17:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Sep 23 15:16:32 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to version 1.0.0, finaly final - still no changelog
|
|
|
|
|
2012-07-10 19:06:30 +00:00
|
|
|
-------------------------------------------------------------------
|
2012-07-29 19:57:05 +00:00
|
|
|
Sun Jul 29 19:56:39 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- update to pre version, everyone wants
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2012-07-10 19:06:30 +00:00
|
|
|
Tue Jul 10 19:06:15 UTC 2012 - jatan@suse.de
|
|
|
|
|
|
|
|
- Add provides for rubygem-eventmachine-0_12
|
|
|
|
|
2012-06-06 10:45:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 6 10:44:12 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Regenerate with gem2rpm-opensuse, add ruby-devel Buildrequires
|
|
|
|
|
2012-06-06 08:31:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 6 08:20:55 UTC 2012 - cfarrell@suse.com
|
|
|
|
|
|
|
|
- license update: Ruby
|
|
|
|
Look at the license in the data/ directory
|
|
|
|
|
2012-06-05 12:43:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 5 12:42:25 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Fix license, it's GPL-2.0+ according to docs/COPYING and docs/GNU
|
|
|
|
|
2010-06-11 15:44:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- use rubygems_requires macro
|
|
|
|
|
2009-04-20 14:57:19 +00:00
|
|
|
-------------------------------------------------------------------
|
2009-11-12 03:47:20 +00:00
|
|
|
Thu Nov 12 03:45:19 UTC 2009 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- update to 0.12.10
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2009-04-20 14:57:19 +00:00
|
|
|
Mon Apr 20 16:46:55 CEST 2009 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- update to 0.12.6
|
|
|
|
|
2008-11-03 14:24:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 3 15:22:59 CET 2008 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- update to 0.12.2
|
|
|
|
|
2008-08-27 14:58:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 27 16:56:41 CEST 2008 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- created patched gem file to fix build issues in extconf.rb
|
|
|
|
|
2008-08-25 15:44:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 25 17:40:23 CEST 2008 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- update to 0.12.0
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 21 03:57:46 CET 2008 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- update to 0.10.0
|
|
|
|
improvements and a pure ruby version was added
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 6 00:47:24 CEST 2007 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- update to 0.8.1
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 20 02:56:59 CEST 2007 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- initial package of version 0.7.2
|
|
|
|
|