-
Notifications
You must be signed in to change notification settings - Fork 26
Comparing changes
Open a pull request
base repository: ruby/drb
base: v2.2.1
head repository: ruby/drb
compare: v2.2.3
- 15 commits
- 10 files changed
- 6 contributors
Commits on Jun 4, 2024
-
OpenSSL::X509::Certificate#version= calls X509_set_version, and that sets the version stored in the certificate. However, the version stored in certificate is one less than the actual certificate version (https://www.openssl.org/docs/manmaster/man3/X509_set_version.html). There are no version 4 certificates, and when using recent LibreSSL, drb ssl tests all fail without this change.
Configuration menu - View commit details
-
Copy full SHA for 226ae82 - Browse repository at this point
Copy the full SHA 226ae82View commit details
Commits on Jun 7, 2024
-
Provide a 'Changelog' link on rubygems.org/gems/drb
By providing a 'changelog_uri' in the metadata of the gemspec a 'Changelog' link will be shown on https://rubygems.org/gems/drb which makes it quick and easy for someone to check on the changes introduced with a new version. Details of this functionality can be found on https://guides.rubygems.org/specification-reference/
Configuration menu - View commit details
-
Copy full SHA for eec397e - Browse repository at this point
Copy the full SHA eec397eView commit details
Commits on Jun 9, 2024
-
Merge pull request #30 from mark-young-atg/provide_changelog_link_on_…
…rubygems Provide a 'Changelog' link on rubygems.org/gems/drb
Configuration menu - View commit details
-
Copy full SHA for 10fceea - Browse repository at this point
Copy the full SHA 10fceeaView commit details
Commits on Aug 7, 2024
-
The book is out of print, and its page removed. So, I used archive.org's linking to an old page. I also updated the Programming Ruby book link, to point at the right page.
Configuration menu - View commit details
-
Copy full SHA for 4fc2d4f - Browse repository at this point
Copy the full SHA 4fc2d4fView commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 208101f - Browse repository at this point
Copy the full SHA 208101fView commit details
Commits on Oct 3, 2024
-
Merge pull request #29 from jeremyevans/fix-openssl-cert-version
Fix wrong certificate version
Configuration menu - View commit details
-
Copy full SHA for 69c2ef5 - Browse repository at this point
Copy the full SHA 69c2ef5View commit details
Commits on Apr 28, 2025
-
Avoid use of id2ref for weak mapping (#35)
[Bugs #15711] https://bugs.ruby-lang.org/issues/15711 The implementation of `ObjectSpace._id2ref` on JRuby (and TruffleRuby) is very expensive, and on JRuby we normally do not have it enabled because it impacts performance of the entire runtime. This uses `ObjectSpace::WeakMap` instead of `ObjectSpace._id2ref` by default and deprecates `DRb::WeakIdConv`. Authored-by: Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
Configuration menu - View commit details
-
Copy full SHA for b360d74 - Browse repository at this point
Copy the full SHA b360d74View commit details -
Add safety comment about x509 cert versioning rule (#34)
Noticed from Jeremy's recent PR, and he requested here #29 (comment)
Configuration menu - View commit details
-
Copy full SHA for e827fe7 - Browse repository at this point
Copy the full SHA e827fe7View commit details
Commits on Apr 29, 2025
-
Merge InvokeMethod18Mixin into InvokeMethod (#37)
InvokeMethod18Mixin is for supporting Ruby 1.6 or older but we don't support Ruby 1.6 or older. So we can InvokeMethod18Mixin into InvokeMethod.
Configuration menu - View commit details
-
Copy full SHA for 99a2835 - Browse repository at this point
Copy the full SHA 99a2835View commit details
Commits on May 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ca80a6c - Browse repository at this point
Copy the full SHA ca80a6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a94342 - Browse repository at this point
Copy the full SHA 6a94342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f74128 - Browse repository at this point
Copy the full SHA 6f74128View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec64d4 - Browse repository at this point
Copy the full SHA 9ec64d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f24a11 - Browse repository at this point
Copy the full SHA 3f24a11View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f7444 - Browse repository at this point
Copy the full SHA a4f7444View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.1...v2.2.3