File: Changes

package info (click to toggle)
libsys-utmp-perl 1.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 72 kB
  • ctags: 8
  • sloc: perl: 181; makefile: 42
file content (19 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Revision history for Perl extension Sys::Utmp.

1.1  Fri Feb  9 07:27:18 2001
	- original version JNS

1.3  Tue Mar 27 07:59:56 BST 2001
        - Added utmpname() at the request of someone whose e-mail 
          I have subsequently lost.

1.4  Mon Sep 10 08:12:37 BST 2001
        - Fixed atrocious memory leak as reported by
          Stuart Sharpe <stu@drazi.demon.co.uk>

1.5  Fri Sep 14 08:21:38 BST 2001
        - Having fixed the memory leak had introduced a coredump in
          PL_sv_free :(
        - Tainted ut_host as DNS might not be in our control.
        - utmpname() was not backward compatible to 5.005
        - added eg/pwho