mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3.5 KiB
3.5 KiB
Version 5.1.0 / 2024-01-06
- #196: Remove
ostructdependency to fix deprecation warning on Ruby 3.4 - #199: Add
loggerdependency to fix deprecation warning on Ruby 3.4
Version 5.0.0 / 2024-01-06
- #175: Replace all backends by
Process.spawnfor portability, reliability and simplicity. - #185: Add support for Ruby 3.x
Version 4.1.0 / 2021-06-08
Version 4.0.0 / 2020-06-18
Version 3.0.0 / 2019-09-20
- #156: Remove unused
rubyforge_projectfrom gemspec - #160: Remove extension to conditionally install
ffigem on Windows platforms - #160: Remove runtime dependency on
rakegem
Version 2.0.0 / 2019-07-11
- #148: Drop support for Ruby 2.0, 2.1, and 2.2
- #149: Fix Unix fork reopen to be compatible with Ruby 2.6
- #152/#154: Fix hangs and permission errors introduced in Ruby 2.6 for leader processes of process groups
Version 1.0.1 / 2019-02-03
- #143: Fix installs by adding
rakegem as runtime dependency - #147: Relax
rakegem constraint from< 12to< 13
Version 1.0.0 / 2019-01-28
- #134: Add support for non-ASCII characters on Windows
- #132: Install
ffigem requirement on Windows only - #128: Convert environment variable values to strings when
posix_spawnenabled - #141: Support JRuby on Java >= 9
Version 0.9.0 / 2018-03-10
- Added support for DragonFly BSD.
Version 0.8.0 / 2017-09-23
- Added a method for determining whether or not a process had been started.
Version 0.7.1 / 2017-06-26
- Fixed a noisy uninitialized variable warning
Version 0.7.0 / 2017-05-07
- Debugging information now uses a Logger, which can be configured.
Version 0.6.3 / 2017-03-24
See beta release notes.
Version 0.6.3.beta.1 / 2017-03-10
- Bug fix: Fixed child process creation problems on Windows 7 when a child was declared as a leader.
Version 0.6.2 / 2017-02-25
- Bug fix: Fixed a potentially broken edge case that could occur on older 32-bit OSX systems.
Version 0.6.1 / 2017-01-22
- Bug fix: Fixed a dependency that was accidentally declared as a runtime dependency instead of a development dependency.
Version 0.6.0 / 2017-01-22
- Support for Ruby 2.4 added
Version 0.5.9 / 2016-01-06
- The Great Before Times...