File rubygem-kgio.changes of Package rubygem-kgio
-------------------------------------------------------------------
Mon Sep 7 04:30:37 UTC 2015 - coolo@suse.com
- updated to version 2.10.0
see installed NEWS
=== kgio 2.10.0 - slimming down... / 2015-09-06 08:12 UTC
The largely-unused autopush functionality is now a no-op.
Existing applications will probably not notice, and are
better off using MSG_MORE anyways if they're on Linux.
Our poll(2) wrapper now uses rb_hash_clear if available,
reducing global method cache dependence.
shortlog of changes since 2.9.3:
README: remove reference to Rainbows!
writev: update comment on preserving errno
poll: avoid rb_funcall for rb_hash_clear
minor doc updates
remove autopush support and make it a no-op
HACKING: update URL for Message-ID lookup
-------------------------------------------------------------------
Tue Feb 10 18:00:45 UTC 2015 - coolo@suse.com
- updated to version 2.9.3
-------------------------------------------------------------------
Wed Nov 12 17:08:37 UTC 2014 - mrueckert@suse.de
- properly migrate to the new style
-------------------------------------------------------------------
Sun Oct 12 11:29:04 UTC 2014 - adrian@suse.de
- adapt to new rubygem packaging style
-------------------------------------------------------------------
Mon Mar 3 14:46:09 UTC 2014 - kkaempf@suse.com
- add rpmlintrc
-------------------------------------------------------------------
Sat Feb 22 06:25:42 UTC 2014 - coolo@suse.com
- updated to version 2.9.2
This release is for compatibility with future releases of mainline ruby,
as rb_thread_blocking_region is removed in r44955 of ruby trunk
This also avoids deprecation warnings fo rb_thread_blocking_region
2.0 and 2.1.
-------------------------------------------------------------------
Thu Feb 6 18:00:10 UTC 2014 - coolo@suse.com
- updated to version 2.9.1
Thanks to Christopher Rigor for this release.
Eric Wong (2):
only define and test kgio_syssend on 1.9+
various 1.8.7 fixes
=== kgio 2.9.0 - cleanups, bug fixes, minor improvements / 2014-02-04 03:09 UTC
This adds a new kgio_syssend method for Ruby 1.9+ which behaves
like BasicSocket#send, but will not raise exceptions on EAGAIN.
Eric Wong (12):
test_poll: remove race prone test_poll_EINTR_changed test
tryopen: remove RARRAY_PTR usage in init
read_write: remove the rest of RARRAY_PTR usage
my_writev: stylistic fixes
Rakefile: kill raa_update task
avoid downsizing casts
connect: constify RSTRING-related things
set RSTRING_MODIFIED where appropriate for Rubinius
split read_write.c into {read,write,writev}.c
add kgio_syssend method to wrap send(2)
write: correct check for various blocking regions
tryopen: additional debug information for bad Errno values
Hleb Valoshka (1):
Don't use deprecated api
-------------------------------------------------------------------
Thu Feb 6 11:55:13 UTC 2014 - coolo@suse.com
- use new macros
-------------------------------------------------------------------
Fri Sep 13 11:06:23 UTC 2013 - coolo@suse.com
- updated to version 2.8.1, see Changelog
-------------------------------------------------------------------
Fri Jan 25 06:42:31 UTC 2013 - coolo@suse.com
- updated to version 2.8.0
-------------------------------------------------------------------
Wed Aug 1 05:04:58 UTC 2012 - coolo@suse.com
- updated to version 2.7.4
-------------------------------------------------------------------
Thu Jun 28 12:57:46 UTC 2012 - cfarrell@suse.com
- license update: LGPL-2.1 or LGPL-3.0
See http://bogomips.org/kgio/LICENSE.html
-------------------------------------------------------------------
Wed Aug 24 21:21:03 UTC 2011 - mrueckert@suse.de
- update to version 2.6.0
We now export SOCK_NONBLOCK, SOCK_CLOEXEC constants in the Kgio
namespace to make kgio_tryaccept/kgio_accept easier-to-use.
There are also some minor internal cleanups.
-------------------------------------------------------------------
Sat Jul 2 19:59:12 UTC 2011 - ammler@openttdcoop.org
- initial gems version 2.5.0