Blob Blame History Raw
-------------------------------------------------------------------
Thu Nov  2 15:34:24 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- ## Rails 7.0.8 (September 09, 2023) ##

*   No changes.

## Rails 7.0.7.2 (August 22, 2023) ##

*   No changes.

## Rails 7.0.7.1 (August 22, 2023) ##

*   No changes.

## Rails 7.0.7 (August 09, 2023) ##

*   No changes.

## Rails 7.0.6 (June 29, 2023) ##

*   Fix retrieving rotation value from FFmpeg on version 5.0+.

    In FFmpeg version 5.0+ the rotation value has been removed from tags.
    Instead the value can be found in side_data_list. Along with
    this update it's possible to have values of -90, -270 to denote the video
    has been rotated.

    *Haroon Ahmed*


-------------------------------------------------------------------
Tue Jun 27 19:31:13 UTC 2023 - Mykola Krachkovsky <w01dnick@gmail.com>

- updated to version 7.0.5.1
  * https://rubyonrails.org/2023/6/26/Rails-Versions-7-0-5-1-6-1-7-4-have-been-released

-------------------------------------------------------------------
Mon Jun 26 19:13:01 UTC 2023 - Mykola Krachkovsky <w01dnick@gmail.com>

- updated to version 7.0.5
  * https://rubyonrails.org/2023/5/24/Rails-7-0-5-has-been-released

-------------------------------------------------------------------
Fri Apr 21 11:21:20 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>

- Update to version 7.0.4.3:
  https://rubyonrails.org/2023/3/13/Rails-7-0-4-3-and-6-1-7-3-have-been-released
  https://rubyonrails.org/2023/1/24/Rails-7-0-4-2-and-6-1-7-2-have-been-released

-------------------------------------------------------------------
Mon Oct 10 12:54:56 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 7.0.4
 see installed CHANGELOG.md

  ## Rails 7.0.4 (September 09, 2022) ##
  
  *   Fixes proxy downloads of files over 5MiB
  
      Previously, trying to view and/or download files larger than 5mb stored in
      services like S3 via proxy mode could return corrupted files at around
      5.2mb or cause random halts in the download. Now,
      `ActiveStorage::Blobs::ProxyController` correctly handles streaming these
      larger files from the service to the client without any issues.
  
      Fixes #44679
  
      *Felipe Raul*
  

-------------------------------------------------------------------
Thu Aug  4 12:53:02 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 7.0.3.1
 see installed CHANGELOG.md

  ## Rails 7.0.3.1 (July 12, 2022) ##
  
  *   No changes.
  
  

-------------------------------------------------------------------
Sun May 15 15:19:55 UTC 2022 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 7.0.3

  *   Don't stream responses in redirect mode

      Previously, both redirect mode and proxy mode streamed their
      responses which caused a new thread to be created, and could end
      up leaking connections in the connection pool. But since redirect
      mode doesn't actually send any data, it doesn't need to be
      streamed.

      *Luke Lau*

-------------------------------------------------------------------
Thu Apr 28 05:15:27 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 7.0.2.4
 see installed CHANGELOG.md

  ## Rails 7.0.2.4 (April 26, 2022) ##
  
  *   No changes.
  
  

-------------------------------------------------------------------
Thu Mar 10 13:22:26 UTC 2022 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 7.0.2.3

  *   Added image transformation validation via configurable allow-list.
      
      Variant now offers a configurable allow-list for
      transformation methods in addition to a configurable deny-list for arguments.
      
      [CVE-2022-21831]

-------------------------------------------------------------------
Tue Feb 15 07:13:08 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 7.0.2.2
 see installed CHANGELOG.md

  ## Rails 7.0.2.2 (February 11, 2022) ##
  
  *   No changes.
  
  
  ## Rails 7.0.2.1 (February 11, 2022) ##
  
  *   No changes.
  
  
  ## Rails 7.0.2 (February 08, 2022) ##
  
  *   Revert the ability to pass `service_name` param to `DirectUploadsController` which was introduced
      in 7.0.0.
  
      That change caused a lot of problems to upgrade Rails applications so we decided to remove it
      while in work in a more backwards compatible implementation.
  
      *Gannon McGibbon*
  
  *   Allow applications to opt out of precompiling Active Storage JavaScript assets.
  
      *jlestavel*
  
  

-------------------------------------------------------------------
Tue Jan 25 06:26:23 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 7.0.1
 see installed CHANGELOG.md

  ## Rails 7.0.1 (January 06, 2022) ##
  
  *   No changes.
  
  

-------------------------------------------------------------------
Mon Dec 27 11:25:14 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>

- Don't limit building to specific ruby versions

-------------------------------------------------------------------
Tue Dec 21 22:09:37 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>

- Rails 7.0 has been released

  https://edgeguides.rubyonrails.org/7_0_release_notes.html

-------------------------------------------------------------------
Sun Dec 12 22:01:31 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>

- initial package