File: HISTORY

package info (click to toggle)
libshadow-ruby 1.4.1-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 48 kB
  • ctags: 54
  • sloc: ansic: 225; makefile: 105; ruby: 16
file content (34 lines) | stat: -rw-r--r-- 799 bytes parent folder | download | duplicates (4)
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
[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.