Skip to content

Commit ee56793

Browse files
committed
Add markdown links in CHANGELOG [ci skip]
1 parent e124a8e commit ee56793

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

CHANGELOG-3.1.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
- Set proper permissions of MSYS /tmp directory, so that every user can create and use files, but not read or change files of other users.
1313
This is needed for a machine wide installation.
1414
- Check or add a system wide gemrc file at every rubygems load to prevent hijacking by another user.
15-
- Avoid UNICODE characters in TMP env var to work around issues of gcc. #320
15+
- Avoid UNICODE characters in TMP env var to work around issues of gcc. [#320](https://github.com/oneclick/rubyinstaller2/issues/320)
1616

1717

1818
## RubyInstaller-3.1.3-1 - 2022-11-27
1919

2020
### Added
2121
- Restrict write permissions to the installing user.
22-
For several reasons we use `C:/RubyXXX` direcory by default but not `C:/Program Files` (see: oneclick/rubyinstaller#135 ).
22+
For several reasons we use `C:/RubyXXX` direcory by default but not `C:/Program Files` (see: [oneclick/rubyinstaller#135](https://github.com/oneclick/rubyinstaller/issues/135) ).
2323
Using an install path under `C:/` previously inherited write permissions for everyone, which compromised security in a multi user environment.
24-
- `ridk use` Add options to store the change permanently in the user or system environment variables. #314
24+
- `ridk use` Add options to store the change permanently in the user or system environment variables. [#314](https://github.com/oneclick/rubyinstaller2/issues/314)
2525

2626
### Changed
2727
- Update to ruby-3.1.3, see [release notes](https://www.ruby-lang.org/en/news/2022/11/24/ruby-3-1-3-released/).
@@ -32,10 +32,10 @@
3232
- Update the start menu entry with the newly installed ruby version.
3333
They kept the old ruby version previously.
3434
- Fix irb hook in ruby-3.1, which re-encodes `.irb_history` to UTF-8 on demand.
35-
- Fix possible crash in `ridk use`. #291
35+
- Fix possible crash in `ridk use`. [#291](https://github.com/oneclick/rubyinstaller2/issues/291)
3636

3737
### Removed
38-
- No longer create registry keys under `Software\RubyInstaller\MRI\<RubyVersion>`. #242
38+
- No longer create registry keys under `Software\RubyInstaller\MRI\<RubyVersion>`. [#242](https://github.com/oneclick/rubyinstaller2/issues/242)
3939
They weren't used any longer and didn't distinguish between 32 and 64-bit versions.
4040
- No longer install the 32 bit but only the 64 bit version of MSYS2 as part of `ridk install`.
4141
It is still possible to get a pure 32-bit MSYS2 and Ruby installation by using the 32-bit RubyInstaller+Devkit package.
@@ -53,27 +53,27 @@
5353
- Update the bundled MSYS2 keyring package.
5454

5555
### Removed
56-
- No longer respond to MSYSTEM environment variable for setting a cross build environment. #269
56+
- No longer respond to MSYSTEM environment variable for setting a cross build environment. [#269](https://github.com/oneclick/rubyinstaller2/issues/269)
5757

5858

5959
## RubyInstaller-3.1.1-1 - 2022-02-18
6060

6161
### Changed
6262
- Update to ruby-3.1.1, see [release notes](https://www.ruby-lang.org/en/news/2022/02/18/ruby-3-1-1-released/).
63-
- Fix a runtime error when running CGI in WEBrick http server. #260
64-
- Backport a patch for Reline to fix AltGr on European keyboards. #259
63+
- Fix a runtime error when running CGI in WEBrick http server. [#260](https://github.com/oneclick/rubyinstaller2/issues/260)
64+
- Backport a patch for Reline to fix AltGr on European keyboards. [#259](https://github.com/oneclick/rubyinstaller2/issues/259)
6565

6666

6767
## RubyInstaller-3.1.0-1 - 2021-12-31
6868

6969
This is the first release based on ruby-3.1.0: https://www.ruby-lang.org/en/news/2021/12/25/ruby-3-1-0-released/
7070

71-
### Changes compared to RubyInstaller-3.0.3-1
71+
### Changes compared to [RubyInstaller-3.0.3-1](CHANGELOG-3.0.md#rubyinstaller-303-1---2021-11-27)
7272
- Change C-runtime from MSVCRT to UCRT of x64 version.
7373
See the feature request here: https://bugs.ruby-lang.org/issues/17845
7474
UCRT is the modern C-runtime of Windows replacing the legacy MSVCRT.
7575
There are several platform strings that change with the new release.
7676
They are summarized here: https://github.com/ruby/ruby/pull/4599
7777
In particular the ruby and gem platform is now "x64-mingw-ucrt" instead of "x64-mingw32" and the MSYS2 package prefix is now `mingw-w64-ucrt-x86_64-`.
7878
- No longer require fiddle before booting Rubygems, but use the new C-extension "win32/dll_directory".
79-
Fixes #251
79+
Fixes [#251](https://github.com/oneclick/rubyinstaller2/issues/251)

CHANGELOG-3.2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- Update to ruby-3.2.1, see [release notes](https://www.ruby-lang.org/en/news/2023/02/08/ruby-3-2-1-released/).
1414
- Update the SSL CA certificate list and to OpenSSL-3.0.8.
1515
- Move OpenSSL config directroy from `<install-path>/ssl/` to `<install-path>/etc/ssl/` to follow upstream change in https://github.com/msys2/MINGW-packages/commit/2f97826e8a8fce0b9a49da7ea2bffbab7ce98eb5
16-
- Allow home directory with white space when installing gems into users home. #332
16+
- Allow home directory with white space when installing gems into users home. [#332](https://github.com/oneclick/rubyinstaller2/issues/332)
1717
- Don't overwrite GEM_HOME or BUNDLE_SYSTEM_BINDIR if already present.
1818
- Don't set bindir to a non-existing directory.
1919
This is related to https://github.com/rubygems/rubygems/issues/6332
@@ -23,7 +23,7 @@
2323

2424
This is the first release based on ruby-3.2.0: https://www.ruby-lang.org/en/news/2022/12/25/ruby-3-2-0-released/
2525

26-
### Changes compared to RubyInstaller-3.1.3-1
26+
### Changes compared to [RubyInstaller-3.1.3-1](CHANGELOG-3.1.md#rubyinstaller-313-1---2022-11-27)
2727
- Add installer dialog to select per-user or all-users installation.
2828
See out Wiki for further [description of the install modes](https://github.com/oneclick/rubyinstaller2/wiki/FAQ#user-content-install-mode).
2929
- Add installer options /ALLUSERS and /CURRENTUSER for silent install.
@@ -35,6 +35,6 @@ This is the first release based on ruby-3.2.0: https://www.ruby-lang.org/en/news
3535
- Set proper permissions of MSYS /tmp directory, so that every user can create and use files, but not read or change files of other users.
3636
This is needed for a machine wide installation.
3737
- Check or add a system wide gemrc file at every rubygems load to prevent hijacking by another user.
38-
- Avoid UNICODE characters in TMP env var to work around issues of gcc. #320
38+
- Avoid UNICODE characters in TMP env var to work around issues of gcc. [#320](https://github.com/oneclick/rubyinstaller2/issues/320)
3939
- Switch to OpenSSL-3. This has several implications on the Ruby API and disables support for legacy crypto algorithms.
4040
See https://github.com/ruby/openssl/blob/master/History.md#version-300 and https://github.com/openssl/openssl/blob/master/doc/man7/migration_guide.pod#openssl-30

CHANGELOG-3.3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This is the first release based on ruby-3.3.0: https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/
44

5-
### Changes compared to RubyInstaller-3.2.2-1
5+
### Changes compared to [RubyInstaller-3.2.2-1](CHANGELOG-3.2.md#rubyinstaller-322-1---2023-04-01)
66

77
- Remove the `.irbrc` file previously generated by RubyInstaller versions before 3.3.0.
88
It is no longer necessary, since the enabled extensions have been made defaults in ruby core.
9-
- Return registry strings as UTF-8 instead of OEM charset. #348
9+
- Return registry strings as UTF-8 instead of OEM charset. [#348](https://github.com/oneclick/rubyinstaller2/issues/348)
1010
- Update the SSL CA certificate list and to OpenSSL-3.2.0.

0 commit comments

Comments
 (0)