forked from apalmblad/ruby-shadow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHISTORY
44 lines (37 loc) · 1.15 KB
/
HISTORY
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
[2011/01/27]
* Version 2.1
- Ian Marlier <[email protected]>: Make ruby-shadow compile under Ruby 1.9.2
* STR2CSTR macro was removed in Ruby 1.9.2, after being deprecated in Ruby 1.8. Change
to StringValuePtr() in its place.
[2010/07/27]
* Version 2.0
- Adam Palmblad <[email protected]>: Make ruby-shadow compile under Ruby 1.9
[1999/08/18]
* version 1.4.1
- extconf.rb supports glibc2(libc6).
[1999/03/09]
* version 1.4
- require ruby-1.3 or later version.
- sShadowPasswd,mShadow,eFileLock was renamed.
- FileLock class is inner class of Shadow Module.
- lock,unlock was changed.
- lock? method was added.
- getspent,fgetspent doesn't raise EOFError
- class hierarchy was changed.
Shadow Module
+ Passwd Module
+ Entry Structure
+ Group Module (not implemented yet)
+ Entry Structure (not implemented yet)
+ FileLock Class
[1998/12/17]
* version 1.3
- require ruby-1.1d0 or later version.
[1998/10/31]
* version 1.2
- only some bug fix.
[1998/08/31]
* version 1.1
- structure Shadow::ShadowPasswd is added.
[1998/07/15]
* version 1.0 released.