File rubygem-rainbows.changes of Package rubygem-rainbows

-------------------------------------------------------------------
Mon Feb 10 15:30:26 UTC 2020 - Stephan Kulow <coolo@suse.com>

- updated to version 5.2.1
 see installed NEWS

  === Rainbows! 5.2.1 / 2020-01-29 23:34 UTC
  
    Some documentation updates, mainly to to switch bogomips.org
    to yhbt.net since the .org TLD won't be affordable in the near
    future.
  
    It should also be easier for devs to build gems themselves,
    since pandoc is no longer a dependency for building manpages.

-------------------------------------------------------------------
Mon Jan 14 13:53:38 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 5.2.0
 see installed NEWS

  === Rainbows! 5.2.0 / 2019-01-05 20:38 UTC
  
    Mainly fixes some mismatched indentation warnings with Ruby 2.6+
    Some doc updates, too.
  
    4 changes since v5.1.1 (2017-04-02)
          quiet mismatched indentation warnings
          t/hijack.ru: avoid shadow warning
          t/test_isolate: various version updates
          various documentation updates

-------------------------------------------------------------------
Wed Jun 21 11:28:55 UTC 2017 - bgeuken@suse.com

- Drop rubygem-rainbows-4.6.1_shebang.patch. We are at version 5.1.1
  now and this breaks our package builds.

-------------------------------------------------------------------
Sun Apr  2 04:37:04 UTC 2017 - coolo@suse.com

- updated to version 5.1.1
 see installed NEWS

  === Rainbows! 5.1.1 / 2017-04-02 02:06 UTC
  
    This release fixes an incompatibility introduced with
    the release of unicorn 5.3.0, yesterday :x.
  
    Thanks to Claudio Poli for reporting the bug (and reminding
    me this project exists).
  
    Two changes since 5.1.0 (2017-01-12):
          workaround for unicorn 5.3.0
          tests: update isolate deps for unicorn and raindrops

-------------------------------------------------------------------
Tue Feb 14 05:41:11 UTC 2017 - coolo@suse.com

- updated to version 5.1.0
 see installed NEWS

  === Rainbows! 5.1.0 - rack 2.x compat, EM fixes / 2017-01-12 22:39 UTC
  
    This release now supports rack 2.x along with existing rack 1.x
    applications.  Additionally, we now wait for deferred actions
    for EventMachine users on graceful shutdown.
  
    Thanks to Julia López Aladro and <alex0375@gmail.com> for
    bringing up these changes in the open-to-all
    rainbows-public@bogomips.org mailing list:
  
      https://bogomips.org/rainbows-public/CAPhSs6OAU+motd+MF=WOSek9==StLjEQJsNwAO3-aRWCZzhs=g@mail.gmail.com/T/
  
      https://bogomips.org/rainbows-public/CAKwvcL-VH3we4qA1pkNAstTmWvqNA=Rir2N_YiWztV_qbaLQvA@mail.gmail.com/T/
  
    There's also a few documentation and test fixes.
  
    9 changes since Rainbows! 5.0.0:
  
          doc: bump olddoc to ~> 1.2 for extra NNTP URLs
          doc: move homepage and update URLs to HTTPS
          doc: Static_Files: remove Future section
          tests: use correct file:// URL for random_blob path
          support rack 2.x
          Revert "t/t0044-autopush.sh: remove test"
          tests: re-enable EventMachine tests, again
          eventmachine: wait for deferred actions to finish
          doc: additional disclaimers

-------------------------------------------------------------------
Mon Jan 25 05:53:00 UTC 2016 - coolo@suse.com

- updated to version 5.0.0
 see installed NEWS

  === Rainbows! 5.0.0 - maintained as long as anybody uses it! / 2015-11-25 00:58 UTC
  
    This release syncs with unicorn 5 and drops some old compatibility
    cruft from old releases.  Performance should be roughly unchanged
    for Ruby 2.2 users while older Rubies (1.9.3 - 2.1) will see
    minor, probably unnoticeable performance regressions.
  
    Compatibility:
  
    * The horrible, proprietary (:P) "Status:" response header is
      finally gone, saving at least 16 precious bytes in every HTTP
      response.  This should make it easier to write custom HTTP clients
      which are compatible across all HTTP servers.  It will hopefully
      make migrating between different Rack servers easier for new
      projects.
  
    * Ruby 1.8 support removed.  Ruby 1.9.3 is currently the earliest
      supported version.  However, expect minor, likely-unnoticeable
      performance regressions if you use Ruby 2.1 or earlier.  Going
      forward, Rainbows! will favor the latest version (currently 2.2) of
      the mainline Ruby implementation, potentially sacrificing
      performance on older Rubies.
  
    New features:
  
    * sd_listen_fds(3) emulation added for systemd compatibility.
      You may now stop using PID files and other process monitoring
      software when using systemd.
  
    * Newly-set TCP socket options are now applied to inherited sockets.
  
    * Dynamic changes in the application to Rack::Utils::HTTP_STATUS
      hash is now supported; allowing users to set custom status lines
      in Rack to be reflected in unicorn.  This feature causes a minor
      performance regression, but is made up for Ruby 2.2 users with
      other optimizations.
  
    * The monotonic clock is used under Ruby 2.1+, making the
      timeout feature immune to system clock changes.
  
    As Rainbows! may be used anonymously without registration, the
    project is committed to supporting anonymous and pseudonymous
    help requests, contributions and feedback via plain-text mail to:
  
        rainbows-public@bogomips.org
  
    The mail submission port (587) is open to those behind firewalls
    and allows access via Tor and anonymous remailers.
    Archives are accessible via:
  
    * http://bogomips.org/rainbows-public/
    * nntp://news.public-inbox.org/inbox.comp.lang.ruby.rainbows
    * nntp://news.gmane.org/gmane.comp.lang.ruby.rainbows.general
  
    and mirrored to various other places, so you do not even need
    to use a valid address when posting.
  
    18 changes since Rainbows! 4.7.0
  
          README: remove Zbatery references
          http_parser: handle keepalive_requests internally
          kill the moronic Status: header
          reflect changes in Rack::Utils::HTTP_STATUS_CODES
          reduce constant lookup dependencies
          http_parser: workaround hijack changes in unicorn 5
          http_server: add master_pid attribute
          stream_response_epoll: remove hijack_prepare call
          bump to unicorn 5.0.1, use monotonic clock
          add .gitattributes for Ruby method detection
          response: avoid garbage string entirely
          tiny bytecode reductions for cold paths
          Ruby 1.9.3+-only cleanups
          revactor: remove fcntl dependency
          response: simplify regexp
          t0105: fix test reliability
          fix Rainbows.now definition for old Rubies
          fix broken constant lookups in unmaintained bits

-------------------------------------------------------------------
Sat Oct 24 04:31:02 UTC 2015 - coolo@suse.com

- updated to version 4.7.0
 ChangeLog removed upstream

-------------------------------------------------------------------
Tue Feb 10 18:20:26 UTC 2015 - coolo@suse.com

- updated to version 4.6.2

-------------------------------------------------------------------
Fri Nov 14 10:38:12 UTC 2014 - tboerger@suse.com

- Fixed rpmlintrc error for invalid shebang

-------------------------------------------------------------------
Mon Oct 13 18:36:29 UTC 2014 - coolo@suse.com

- adapt to new rubygem packaging

-------------------------------------------------------------------
Tue Apr 29 08:00:43 UTC 2014 - tboerger@suse.com

- Fixed license, valid spdx.org license

-------------------------------------------------------------------
Mon Apr 28 11:06:11 UTC 2014 - tboerger@suse.com

- Fixed license

-------------------------------------------------------------------
Fri Apr 25 09:50:07 UTC 2014 - tboerger@suse.com

- Initial packaging of 4.6.1

openSUSE Build Service is sponsored by