forked from oneclick/rubyinstaller
-
Notifications
You must be signed in to change notification settings - Fork 1
/
History.txt
104 lines (79 loc) · 3.1 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
=== (In Git)
* Enhancements:
* Upgraded rb-readline to version 0.4.1
* Upgraded DevKit mintty to version 1.0.1
* Upgraded DevKit binutils to version 2.21.53
* Upgraded DevKit gdb to version 7.3-2
* Upgraded libffi to version 3.0.10
* Upgraded DevKit mingwrt to 3.20
* Upgraded OpenSSL to version 1.0.0e
* Add GnuWin32 which.exe to relevant DevKit's
* Bugfixes:
* Correct DevKit install path search behavior. GH-80
* Avoid forcing users to clone with autocrlf=false. GH-71, GH-78 and GH-84
* Correct extraction of SHA1 based tarballs
* No longer leak LDFLAGS into sandboxed rbconfig.rb. GH-85
=== 2011-07-15
* Enhancements:
* Upgraded Ruby 1.9.2 to patchlevel 290
* Upgraded libyaml to 0.1.4 in Ruby 1.9
=== 2011-07-12
* Enhancements:
* Upgraded Ruby 1.9.2 to patchlevel 180
* Upgraded Ruby 1.8.7 to patchlevel 352
* Upgraded RubyGems to 1.7.2 on all versions of Ruby
* Upgraded rb-readline to version 0.4.0
* Upgraded OpenSSL to 1.0.0d on all versions of Ruby
* Build Ruby using GCC 4.5.2 (TDM-1 release)
* Enable unsupported builds with 32-bit MinGW-w64
* Change from MIT license to Modified BSD License (3-clause)
* Add support for Tcl/Tk 8.5.10 in recipes, installers, and archives
* Bugfixes:
* Be specific about version of RDoc and RDoc CHM required. GH-58
* Deprecations:
* Installers now enforces Windows XP as minimum OS. GH-54
=== 2010-12-25
* Enhancements:
* Upgraded Ruby 1.8.7 to patchlevel 330
* Upgraded Ruby 1.9.2 to patchlevel 136
* Build all versions of Ruby using GCC 4.5.1 (TDM-1 release)
* Discourage users to attempt installing Ruby into Program Files. GH-34
=== 2010-08-18
* Enhancements:
* Upgraded Ruby 1.9.2 to final (p0)
* Speed up compilation process (reduce copy over copy)
* Usage of extracted devkit to compile everything
=== Final / 2010-06-06
* Enhancements:
* Installers now record version information in the registry [jonforums]
* Increase file descriptors for 1.8.x based compilations. Fixes #27465.
* Upgraded ZLib to 1.2.5
* Upgraded OpenSSL to 0.9.8n
* Upgraded RubyGems to 1.3.7
=== rc2 / 2010-02-07
* Enhancements:
* Improved silent installations [jonforums]
* Lowered privileges (high UAC will no longer prompt unless forced)
* Upgraded Ruby 1.9.1 to patchlevel 378.
* Upgraded Ruby 1.8.6 to patchlevel 398.
* Bugfixes:
* Modify and cleanup File associations properly for non-admins
=== rc1 / 2009-11-10
* Enhancements:
* Upgraded pure-ruby Readline to 0.2.0
* Bundle OpenSSL 0.9.8k in cooperative mode (MSVCRT build) [snaury]
* Installers now offer option to modify PATH [jonforums]
* Installers now register file association [jonforums]
* Installers that you can trust: shipping now signed
=== preview2 / 2009-08-16
* New features:
* Bundles Core and Standard Library documentation as CHM.
Feature Request #16782 [vertiginous]
* Bundles The Book of Ruby. Courtesy of Huw Collingbourne.
* Enhancements:
* Upgraded RubyGems version to 1.3.5
* Bugfixes:
* Installers no longer require admin rights. Fixes #26474
* Give priority to Ruby in the PATH. Fixes #26534
=== preview1 / 2009-06-28
* Released