forked from delano/sysinfo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
65 lines (36 loc) · 1.88 KB
/
CHANGES.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
SYSINFO, CHANGES
#### 0.8.1 (2014-02-11) #############################
* CHANGE: Use Etc.getpwuid [jperville]
#### 0.8.0 (2012-04-30) #############################
* CHANGE: Removed #to_s
* CHANGE: #platform now returns VM-OS-IMPL-ARCH
* CHANGE: json is the default output format
#### 0.7.2 (2010-02-12) #############################
* CHANGE: Removed hanna dependency [Diego Elio 'Flameeyes' Pettenò]
#### 0.7.1 (2009-11-02) #############################
* CHANGE: Include ruby version and user name in standard dump.
#### 0.7.0 (2009-08-24) #############################
NOTE: SysInfo strings are not compatible with previous releases.
* FIXED: Don't require Win32API when running in JRuby
* CHANGE: All references to "win32" are now "windows". This resolves
the ambiguity between the OS and the Win32 API.
* CHANGE: All references to "i386" are now "x86"
#### 0.6.3 (2009-08-03) #############################
* FIXED: "warning: already initialized constant System" in JRuby
#### 0.6.2 (2009-06-30) #############################
* CHANGE: Updated bin/sysinfo for Drydock 0.6.6
* CHANGE: Removed "require 'rubygems'"
#### 0.6.1 (2009-05-25) #############################
* CHANGE: Removed RedCloth dependency from gemspec.
#### 0.6.0 (2009-06-09) ###############################
* CHANGE: "universal" mapped to "i386". Now: "x86_64"
* CHANGE: "x86" mapped to "386". Now: "x86"
* CHANGE: /i\d86/ mapped to "386". Now: "x86"
#### 0.5.1 (2009-05-07) ###############################
* CHANGE: Hella cleanup in preparation for future expansion.
* CHANGE: Modified platform, now returns VM-OS instead of OS-IMPL
* ADDED: to_s which returns a full platform string
* ADDED: sysinfo executable
#### 0.5 (2009-05-07) ###############################
* First public release. See commit history for solutious-stella, solutious-rudy,
and delano-rye for complete history of SysInfo (was SystemInfo).