File: changelog

package info (click to toggle)
python-utmp 0.8%2Bnmu1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 192 kB
  • ctags: 194
  • sloc: python: 796; ansic: 583; makefile: 41; sh: 2
file content (135 lines) | stat: -rw-r--r-- 4,216 bytes parent folder | download
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
python-utmp (0.8+nmu1) unstable; urgency=low

  * Non-maintainer upload.
  * Update for python2.6 and remove dh_python call (closes: #561062)
    - Thanks to Scott Howard for the bug and the patch

 -- Scott Kitterman <scott@kitterman.com>  Wed, 10 Mar 2010 18:20:12 +0000

python-utmp (0.8) unstable; urgency=low

  * support for python3
  * __repr__ for UtmpRecord and UtmpEntry
  * incorporate Makefile changes by Pierre Habouzit

 -- Radovan Garabík <garabik@kassiopeia.juls.savba.sk>  Thu, 06 Aug 2009 17:49:55 +0200

python-utmp (0.7.4-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * Update package to the last python policy (Closes: 373363).
  * Hack build system (make makefile aware of env using ?=).
  * remove prerm, postinst.
  * Avoid to install INSTALL file.

 -- Pierre Habouzit <madcoder@debian.org>  Sat,  1 Jul 2006 20:40:48 +0200

python-utmp (0.7.3) unstable; urgency=low

  * added python to Build-Depends (closes: #259124)

 -- Radovan Garabík <garabik@kassiopeia.juls.savba.sk>  Tue,  3 Aug 2004 07:52:58 +0200

python-utmp (0.7.2) unstable; urgency=low

  * NMU.
  * Fix python dependency (using dh_python). Closes: #207317.
  * Remove postinst/prerm files.

 -- Matthias Klose <doko@debian.org>  Fri,  5 Sep 2003 22:51:05 +0200

python-utmp (0.7.1) unstable; urgency=low

  * NMU.
  * Rebuild debian package with python2.3.
  * clean: remove .so module
  * control: add ${shlibs:Depends}

 -- Matthias Klose <doko@debian.org>  Tue, 19 Aug 2003 07:51:00 +0200

python-utmp (0.7) unstable; urgency=low

  * Utmp entries are not tuples/dictionaries anymore, but objects
    with attributes - as they should have been from the beginning

 -- Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk>  Tue, 21 Jan 2003 15:39:45 +0100

python-utmp (0.6.1) unstable; urgency=low

  * rebuild debian package with python2.2 (closes: #160789)

 -- Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk>  Tue, 24 Sep 2002 14:45:03 +0200

python-utmp (0.6) unstable; urgency=low

  * added iterator to UtmpRecord
  * debian package upgraded to work with python2.3 (closes: #160789)

 -- Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk>  Mon, 23 Sep 2002 13:27:56 +0200

python-utmp (0.5.3) unstable; urgency=low

  * fix dependencies (closes: #121703)
  * fix postinst script
  * fix description

 -- Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk>  Sat,  1 Dec 2001 19:28:53 +0100

python-utmp (0.5.2) unstable; urgency=low

  * upgraded debian package to python2.1 (closes: #118253)

 -- Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk>  Tue, 16 Oct 2001 12:38:17 +0200

python2-utmp (0.5.1) unstable; urgency=low

  * moved Build-Depends where they belong (closes: #87270)

 -- Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk>  Fri, 23 Feb 2001 20:39:10 +0100

python2-utmp (0.5) unstable; urgency=low

  * split makefiles by architecture
  * upgraded to python2

 -- Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk>  Mon, 19 Feb 2001 16:44:34 +0100

python-utmp (0.4) unstable; urgency=low

  * full read/write for all supported systems (including BSD)
  * better support for system without ut_id
  * support for SunOS utmpx
  * ut_exit and ut_tv are now tuples
  * ut_addr_v6 was not correctly returned, fixed
  * added proper casting of C variables

 -- Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk>  Sun, 15 Oct 2000 13:04:03 +0400

python-utmp (0.3) unstable; urgency=low

  * preliminary read-only support for BSD systems
  * better support for systems without ut_type

 -- Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk>  Sun,  1 Oct 2000 19:29:37 +0400

python-utmp (0.2) unstable; urgency=low

  * modules renamed
  * UTMPCONST.py generated from utmp.h
  * steps towards portability, now works on SunOS and HPUX,
    hopefully on wider range of SYSTEM V machines.

 -- Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk>  Fri, 22 Sep 2000 11:22:59 +0400

python-utmp (0.1.1) unstable; urgency=low

  * rebuilt with a new GPG key

 -- Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk>  Fri,  1 Sep 2000 08:35:34 +0200

python-utmp (0.1) unstable; urgency=low

  * Initial Release.

 -- Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk>  Wed, 22 Mar 2000 15:22:23 +0100