File rubygem-net-smtp.changes of Package rubygem-net-smtp
------------------------------------------------------------------- Fri Jun 21 10:18:19 UTC 2024 - Dan Čermák <dan.cermak@posteo.net> - 0.5.0: ## What's Changed * Allow case-insensitive strings for SASL mechanism by @nevans in https://github.com/ruby/net-smtp/pull/64 * Remove unused private `auth_method` by @nevans in https://github.com/ruby/net-smtp/pull/67 * Delegate checking auth args to the authenticator by @nevans in https://github.com/ruby/net-smtp/pull/73 * Make `#auth_capable?` public by @nevans in https://github.com/ruby/net-smtp/pull/63 * Updated docs, especially TLS and SASL-related by @nevans in https://github.com/ruby/net-smtp/pull/66 * Renew test certificates by @sorah in https://github.com/ruby/net-smtp/pull/75 * Fix version extraction to work with non ASCII characters with any `LANG` by @kateinoigakukun in https://github.com/ruby/net-smtp/pull/76 * Replace non-ASCII EM DASH (U+2014) with ASCII hyphen (U+002D) by @kateinoigakukun in https://github.com/ruby/net-smtp/pull/78 * Use reusing workflow for Ruby versions by @m-nakamura145 in https://github.com/ruby/net-smtp/pull/79 * Add XOAUTH2 authenticator by @mantas in https://github.com/ruby/net-smtp/pull/80 * Make the test suite compatible with --enable-frozen-string-literal by @casperisfine in https://github.com/ruby/net-smtp/pull/81 * version 0.5.0 by @tmtm in https://github.com/ruby/net-smtp/pull/82 ## New Contributors * @sorah made their first contribution in https://github.com/ruby/net-smtp/pull/75 * @kateinoigakukun made their first contribution in https://github.com/ruby/net-smtp/pull/76 * @m-nakamura145 made their first contribution in https://github.com/ruby/net-smtp/pull/79 * @mantas made their first contribution in https://github.com/ruby/net-smtp/pull/80 * @casperisfine made their first contribution in https://github.com/ruby/net-smtp/pull/81 **Full Changelog**: https://github.com/ruby/net-smtp/compare/v0.4.0.1...v0.5.0 ------------------------------------------------------------------- Mon Jan 29 14:15:51 UTC 2024 - Dan Čermák <dan.cermak@posteo.net> - 0.4.0.1: **Full Changelog**: https://github.com/ruby/net-smtp/compare/v0.4.0...v0.4.0.1 ------------------------------------------------------------------- Fri Nov 3 07:47:40 UTC 2023 - Dan Čermák <dan.cermak@posteo.net> - 0.4.0: ## What's Changed * Adds Ruby 3.1 and 3.2 to the CI matrix. by @petergoldstein in https://github.com/ruby/net-smtp/pull/50 * Revert "Replace Timeout.timeout with socket timeout" by @hsbt in https://github.com/ruby/net-smtp/pull/51 * add Net::SMTP::Authenticator class and auth_* methods are separated from the Net::SMTP class. by @tmtm in https://github.com/ruby/net-smtp/pull/53 * fix typo by @tmtm in https://github.com/ruby/net-smtp/pull/54 * Add SMTPUTF8 support by @arnt in https://github.com/ruby/net-smtp/pull/49 * Fix: send_message() with recipients as array by @tmtm in https://github.com/ruby/net-smtp/pull/55 * Fixed issue sending emails to unaffected recipients on 53x error by @tmtm in https://github.com/ruby/net-smtp/pull/56 * Removed unnecessary Subversion keywords by @tmtm in https://github.com/ruby/net-smtp/pull/57 * refactor test code by @tmtm in https://github.com/ruby/net-smtp/pull/58 * The mailfrom method's arguments restored. by @tmtm in https://github.com/ruby/net-smtp/pull/59 * Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/ruby/net-smtp/pull/60 * remove SMTPUTF8RequiredError by @tmtm in https://github.com/ruby/net-smtp/pull/61 * v0.4.0 by @tmtm in https://github.com/ruby/net-smtp/pull/62 ## New Contributors * @petergoldstein made their first contribution in https://github.com/ruby/net-smtp/pull/50 * @arnt made their first contribution in https://github.com/ruby/net-smtp/pull/49 **Full Changelog**: https://github.com/ruby/net-smtp/compare/v0.3.3...v0.4.0 ------------------------------------------------------------------- Wed Dec 7 11:27:31 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 0.3.3 no changelog found ------------------------------------------------------------------- Mon Oct 10 13:11:41 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 0.3.2 no changelog found ------------------------------------------------------------------- Thu Mar 10 16:07:42 UTC 2022 - Manuel Schnitzer <mschnitzer@suse.com> - initialize package