LATEST in io_splice-4.3.0 vs LATEST in io_splice-4.4.0

- old
+ new

@@ -1,7 +1,32 @@ -=== io_splice 4.3.0 - cleanups and compatibility fixes / 2014-02-15 10:20 UTC +=== Ruby io_splice 4.4.0 - minor updates / 2015-01-11 08:29 UTC - This release fixes compatibility with Ruby trunk r44955 and onwards. - There are also numerous cleanups. - Note: usage of IO::Splice::WAITALL is deprecated and will be removed - in 5.x along with IO::Splice.copy_stream. + Most notably the mailing list is now subscription-optional + on the bogomips.org server: + + ruby-io-splice@bogomips.org + + If you want to keep receiving email updates, you'll need to + resubscribe by sending a message to: + + ruby-io-splice+subscribe@bogomips.org + + Migrating subscribers can't be done automatically as librelist + (our old host) doesn't publish subscriber lists. But you don't + have to subscribe, either, HTTP archives are available at: + + http://bogomips.org/ruby-io-splice/ + + There you'll also find links to ssoma/public-inbox for + extracting the mail archives to git. + + shortlog: + move mailing list to ruby-io-splice@bogomips.org + switch documentation to olddoc + pack internal structs for 64-bit systems + favor comparisons against zero instead of -1 + doc updates + + Again, the io_splice 5.x will remove the mistake of the + IO::Splice.copy_stream method. Users are encouraged to use + IO.copy_stream in Ruby (1.9+) itself instead.