Package not found: Kernel:HEAD/kernel-firmware

File rubygem-nio4r.changes of Package rubygem-nio4r

-------------------------------------------------------------------
Mon Nov  4 17:08:13 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 2.7.4, see bundled changes.md

-------------------------------------------------------------------
Fri Jun 21 10:19:11 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

- 2.7.1:

## What's Changed
* Update changes.md by @ioquatix in https://github.com/socketry/nio4r/pull/311
* fix jruby warnings by @ahorek in https://github.com/socketry/nio4r/pull/313
* Convert license to array of identifiers by @voxik in https://github.com/socketry/nio4r/pull/312


**Full Changelog**: https://github.com/socketry/nio4r/compare/v2.7.0...v2.7.1



-------------------------------------------------------------------
Mon Jan 29 14:16:46 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

- ## 2.6.2

* Convert NIO objects to TypedData API.

## 2.6.1

* Don't update `io` which is subsequently stored. Retain the original.

## 2.6.0

* Fix conversion loses int precision.
* Avoid direct access to IO internals.
* Resolve issue loading both nio and nio4r gems.


-------------------------------------------------------------------
Tue Nov 28 08:13:33 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 2.6.1, see bundled changes.md

-------------------------------------------------------------------
Fri Nov  3 07:48:16 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- ## 2.5.8 (2021-08-03)

* [#276](https://github.com/socketry/nio4r/pull/276)
  Fix missing return statement in function returning non-void (issue [#275](https://github.com/socketry/nio4r/pull/275))
  ([@ioquatix])
* Remove `guard-rspec` from development dependencies ([@ioquatix])

## 2.5.7 (2021-03-04)

* [#267](https://github.com/socketry/nio4r/pull/267)
  Don't try to link universal extension
  ([@ioquatix])

## 2.5.6 (2021-03-04)

* [#268](https://github.com/socketry/nio4r/pull/268)
  Prefer kqueue when on OSX >= v10.12.2
  ([@jcmfernandes])


-------------------------------------------------------------------
Wed Aug 25 05:18:15 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 2.5.8

  * no changelog found for this version in CHANGES.md

-------------------------------------------------------------------
Mon Mar 15 04:32:47 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 2.5.7

  * no changelog found for this version in CHANGES.md

-------------------------------------------------------------------
Sat Feb  6 11:33:25 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 2.5.5

  * no changelog found for this version in CHANGES.md

-------------------------------------------------------------------
Fri Sep 25 14:26:27 UTC 2020 - Stephan Kulow <coolo@suse.com>

updated to version 2.5.4
 see installed CHANGES.md

  ## 2.5.4 (2020-09-16)
  
  * [#251](https://github.com/socketry/nio4r/issues/251)
    Intermittent SEGV during GC.
    ([@boazsegev])
  

-------------------------------------------------------------------
Sat Sep 12 12:28:10 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 2.5.3

  * [#241](https://github.com/socketry/nio4r/issues/241)
    Possible bug with Ruby >= 2.7.0 and `GC.compact`.
    ([@boazsegev])

-------------------------------------------------------------------
Tue Nov 12 15:21:16 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 2.5.2

  * [#220](https://github.com/socketry/nio4r/issues/220)
    Update to libev-4.27 & fix assorted warnings.
    ([@ioquatix])

  * [#225](https://github.com/socketry/nio4r/issues/225)
    Avoid need for linux headers.
    ([@ioquatix])

-------------------------------------------------------------------
Mon Jul  8 06:53:10 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 2.4.0

  * [#211](https://github.com/socketry/nio4r/pull/211)
    Enable KQUEUE on macOS 10.14+.
    ([@ioquatix])

  * Bump minimum supported Ruby to 2.3.
    ([@ioquatix])

  * Assorted fixes for TruffleRuby & JRuby.
    ([@eregon], [@olleolleolle])

  * Update libev to v4.25.
    ([@ioquatix])

  * Bind to ephemeral (port 0) for more reliable specs.
    ([@ioquatix])

  * Improve handling of SSL sockets and related specs.
    ([@MSP-Greg])

-------------------------------------------------------------------
Thu May  3 00:11:59 UTC 2018 - factory-auto@kulow.org

- updated to version 2.3.1
 see installed CHANGES.md

  ## 2.3.1 (2018-05-03)
  
  * [#188](https://github.com/socketry/nio4r/pull/188)
    Fix remove interests
    ([@ioquatix])

-------------------------------------------------------------------
Mon Apr 16 16:36:55 UTC 2018 - mschnitzer@suse.com

- Only build against ruby versions 2.3.x, 2.4.x, and 2.5.x

-------------------------------------------------------------------
Tue Mar 20 10:12:05 UTC 2018 - factory-auto@kulow.org

- updated to version 2.3.0
 see installed CHANGES.md

  ## 2.3.0 (2018-03-15)
  
  * [#183](https://github.com/socketry/nio4r/pull/183)
    Allow `Monitor#interests` to be nil
    ([@ioquatix])

-------------------------------------------------------------------
Tue Jan  9 07:37:26 UTC 2018 - coolo@suse.com

- updated to version 2.2.0
 see installed CHANGES.md

  ## 2.2.0 (2017-12-27)
  
  * [#151](https://github.com/socketry/nio4r/pull/151)
    `NIO::Selector`: Support for enumerating and configuring backend
    ([@tarcieri])
  
  * [#153](https://github.com/socketry/nio4r/pull/153)
    Fix builds on Windows
    ([@unak])
  
  * [#157](https://github.com/socketry/nio4r/pull/157)
    Windows / MinGW test failure - fix spec_helper.rb
    ([@MSP-Greg])
  
  * [#162](https://github.com/socketry/nio4r/pull/162)
    Don't build the C extension on Windows
    ([@larskanis])
  
  * [#164](https://github.com/socketry/nio4r/pull/164)
    Fix NIO::ByteBuffer leak
    ([@HoneyryderChuck])
  
  * [#170](https://github.com/socketry/nio4r/pull/170)
    Avoid CancelledKeyExceptions on JRuby
    ([@HoneyryderChuck])
  
  * [#177](https://github.com/socketry/nio4r/pull/177)
    Fix `NIO::ByteBuffer` string conversions on JRuby
    ([@tarcieri])
  
  * [#179](https://github.com/socketry/nio4r/pull/179)
    Fix argument error when running on ruby 2.5.0
    ([@tompng])
  
  * [#180](https://github.com/socketry/nio4r/pull/180)
    ext/nio4r/extconf.rb: check for port_event_t in port.h (fixes #178)
    ([@tarcieri])

-------------------------------------------------------------------
Tue May 30 05:17:06 UTC 2017 - coolo@suse.com

- updated to version 2.1.0
 see installed CHANGES.md

  ## 2.1.0 (2017-05-28)
  
  * [#130](https://github.com/socketry/nio4r/pull/130)
    Add -fno-strict-aliasing flag when compiling C ext.
    ([@junaruga])
    
  * [#146](https://github.com/socketry/nio4r/pull/146)
    Use non-blocking select when a timeout of 0 is given.
    ([@tarcieri])
  
  * [#147](https://github.com/socketry/nio4r/pull/147)
    Update to libev 4.24.
    ([@tarcieri])
  
  * [#148](https://github.com/socketry/nio4r/pull/148)
    Switch to the libev 4 API internally.
    ([@tarcieri])

-------------------------------------------------------------------
Thu Dec 29 05:34:57 UTC 2016 - coolo@suse.com

- updated to version 2.0.0
 see installed CHANGES.md

-------------------------------------------------------------------
Mon Feb  1 05:32:56 UTC 2016 - coolo@suse.com

- updated to version 1.2.1
 see installed CHANGES.md

  1.2.1 (2016-01-31)
  ------------------
  * Fix bug in the JRuby backend which cases indefinite blocking when small
    timeout values are passed to the selector

-------------------------------------------------------------------
Thu Jan 21 05:41:25 UTC 2016 - coolo@suse.com

- updated to version 1.2.0
 see installed CHANGES.md

  1.2.0 (2015-12-22)
  ------------------
  * Add NIO::Monitor#interests= API for changing interests. Contributed by
    @UpeksheJay as a Google Summer of Code project.
  * Update to libev 4.22

-------------------------------------------------------------------
Sat Jul 18 04:29:56 UTC 2015 - coolo@suse.com

- updated to version 1.1.1
 see installed CHANGES.md

  1.1.1 (2015-07-17)
  ------------------
  * Update to libev 4.20
  * Fall back to io.h if unistd.h is not found
  * RSpec updates
  * RuboCop

-------------------------------------------------------------------
Tue Feb 10 18:08:29 UTC 2015 - coolo@suse.com

- updated to version 1.1.0

-------------------------------------------------------------------
Thu Jan 29 09:57:10 UTC 2015 - tboerger@suse.com

- Ignore devel files as we are doing it everywhere

-------------------------------------------------------------------
Mon Oct 13 14:26:23 UTC 2014 - coolo@suse.com

- adapt to new rubygem packaging

-------------------------------------------------------------------
Thu Mar 20 13:12:17 UTC 2014 - tboerger@novell.com

- Intial package of 1.0.0

openSUSE Build Service is sponsored by