Skip to content

Releases: jlm/maint

Ruby 3.0.7, Rails 6.1.7.8, security fixes

08 Sep 15:01
@jlm jlm
d125f99
Compare
Choose a tag to compare

This is a minor security update.

v2.3

13 Nov 12:42
@jlm jlm
ca5f902
Compare
Choose a tag to compare

Display enhancements, bug fixes and security upgrades
This version improves the maintenance item display.
Ruby 3.0.6, Rails 6.1.7.6

Ruby 3.0.6, Rails 6.1.7.6, Security fixes

19 Oct 20:31
@jlm jlm
0bc701d
Compare
Choose a tag to compare

Fixed issue #65 and made further dependency upgrades.
Full Changelog: v2.2.1...v2.2.2

Ruby 3.0.6, Rails 6.1.7.6, Security fixes

26 Sep 07:41
@jlm jlm
b5cf86a
Compare
Choose a tag to compare

This maintenance release incorporates supported versions of Ruby and Rails, and includes security updates to dependencies.

Ruby 3.0.6, Rails 6.1.7.6, Security fixes

26 Sep 07:08
@jlm jlm
7a430bb
Compare
Choose a tag to compare

This maintenance release incorporates supported versions of Ruby and Rails, and includes security updates to dependencies.

Ruby 2.7.6, Rails 5.2.7.1, Security updates, API improvements, Testing

29 May 21:22
@jlm jlm
1806370
Compare
Choose a tag to compare

This is a maintenance release. Automated testing has streamlined the upgrade process. Minor API improvements have been made to support a new API client library as part of maint-uploader. All API elements used by the uploader are now included in test cases.

Rails 5.2, Ruby 2.6.5, Rspec tests, Improved modals, Security

04 Mar 00:50
@jlm jlm
Compare
Choose a tag to compare

This release improves the modal windows for data entry, with browser-based validations and working error messages! Modern versions of Ruby and Rails are incorporated. A few tests have been included using Spec so that basic functionality can be checked automatically. As well as the security benefits of updating to recent versions of Rails and Ruby, various gems have been updated in line with security announcements concerning them.

Security fixes

29 Dec 19:24
@jlm jlm
9064098
Compare
Choose a tag to compare

This release fixes some security issues in gem dependencies, and a few administrative changes relating to RubyMine and my new Mac.
Bump rack from 1.6.11 to 1.6.12
Bump loofah from 2.2.3 to 2.4.0
Bump rubyzip from 1.2.2 to 2.0.0
Bump puma from 3.11.0 to 3.12.2
Bump devise from 4.6.2 to 4.7.1

Bugfixes and minor enhancements

27 Aug 21:41
@jlm jlm
Compare
Choose a tag to compare

This release updates to Ruby 2.4.6 and Rails 4.2.11.1. Rails 4 is now in security-update-only mode, so it's time to consider modernizing. Dependencies have been updated where necessary for security reasons (e.g., Nokogiri). Additionally, project designations have been changed to require uniqueness and therefore avoid duplicate project creation.

Enhancements to project table download and upload are in progress. Excel can parse the /projects.json API.

Active ballots page, UI adjustments and security

11 Jun 17:37
@jlm jlm
Compare
Choose a tag to compare

Because the insanity-uploader tracks mailing lists for ballot announcements and stores them as events in the timelines of projects, it's possible to present a list of ballots active at the current time, which is a common requirement for users. Previously, this had to be done manually. The active ballots are listed on the home page, and a JSON version is available as /active-ballots.json; it is formatted as a Tablepress table so that it can be imported directly into Wordpress via its URL.

This release also contains bugfixes and security fixes.