File: changelog

package info (click to toggle)
hostname 2.93
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 60 kB
  • ctags: 21
  • sloc: ansic: 276; makefile: 56
file content (166 lines) | stat: -rw-r--r-- 5,515 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
hostname (2.93) unstable; urgency=low

  * New maintainer (Closes: #400078).
  * Updated debian/* to my own packaging style :)
  * Bumped policy version.

 -- Daniel Baumann <daniel@debian.org>  Thu, 23 Nov 2006 20:50:00 +0100

hostname (2.92) unstable; urgency=low

  * Use syntax in RFC1123 and RFC952 to check hostnames. Thanks to LaMont
    for the patch. (closes: #341763)

 -- Graham Wilson <graham@debian.org>  Sat, 25 Feb 2006 02:51:17 +0000

hostname (2.91) unstable; urgency=low

  * Break in read_file instead of returning, so that the file can be closed
    properly.

  * Oops.
  * Properly read files that don't end in a newline. (closes: #325324)

 -- Graham Wilson <graham@debian.org>  Mon, 29 Aug 2005 14:59:17 +0000

hostname (2.90) unstable; urgency=low

  * Rewrite hostname to hopefully be a bit more organzied.
    - moved localhost() and localdomain() to hostname.c
    - code to set the host or domain name moved to set_name()
    - code to display the host or domain name moved to show_name()
    - clean up main()
    - i18n support removed, seems to be unused and outdated
    - verbose output removed
    - check for non-used arguments (closes: #253957)
    - remove the useless man directory from the source
    - remove unneeded header files
    - simplify the build system

  * Set the debhelper compat level to 4.
  * Build depend on debhelper (>= 4.0).
  * Improve the copyright file. (closes: #290178)
  * Update standards version. No changes.
  * Adjust the synopsis to be in line with the Developer's Reference.

  * A check_name function was added to check whether hostnames follow RFC
    1035 syntax.

  * Use inet_ntop instead of inet_ntoa when printing addresses, in order to
    support IPv6 addresses. (closes: #303579)

 -- Graham Wilson <graham@debian.org>  Tue, 23 Aug 2005 06:37:42 +0000

hostname (2.13) unstable; urgency=low

  * Update the version on clean. (closes: #223978)

 -- Graham Wilson <graham@debian.org>  Wed, 17 Dec 2003 15:25:51 +0000

hostname (2.12) unstable; urgency=medium

  * Revert the change in 2.11. (closes: #223521)
    - This technically re-opens #188924 and #208895, but I'll let
      somebody else see to that.
    - I think calling gethostbyname is the correct behavior, since the
      FQDN is supposed to be listed in the hosts(5) file, in which case
      gethostbyname shouldn't touch the network. So basically, I think
      the two aforementioned bugs are configuration errors.

 -- Graham Wilson <graham@debian.org>  Sat, 13 Dec 2003 06:28:42 +0000

hostname (2.11) unstable; urgency=medium

  * New maintainer. Thanks Adam.
  * Don't call gethostbyname in every case. (closes: #188924, #208895)
  * Remove extra space from the manual page.

 -- Graham Wilson <graham@debian.org>  Fri, 05 Dec 2003 06:49:23 +0000

hostname (2.10) unstable; urgency=low

  * -V now does exit(0), not exit(-1).  Closes: #180212
  * -V sends to stdout not stderr.  Closes: #164235
  * Recompiled with newer binutils, to support prelinking.  Closes:
    #176356
  * -h now sends to stdout, instead of stderr.

 -- Adam Heath <doogie@debian.org>  Sat,  8 Feb 2003 01:10:07 -0600

hostname (2.09) unstable; urgency=medium

  * Changed Depends to Pre-Depends.  Closes: 102396.

 -- Adam Heath <doogie@debian.org>  Sat,  7 Jul 2001 18:03:56 -0500

hostname (2.08) unstable; urgency=medium

  * Fixed typo in -h help.  Closes: #58795.
  * Fix dnsdomainname when order is 'nis dns hosts'.  Closes: #71721.
  * Change embedded version to 2.08, instead of 2.05. :|
  * Use internal error variable, instead of using global errno.
    Closes: #88279(grave on m68k)
  * Removed preinst, and changed Pre-Depends to Depends.
  * Fixed all -Wall.

 -- Adam Heath <doogie@debian.org>  Mon, 14 May 2001 08:51:27 -0500

hostname (2.07) unstable; urgency=low

  * Added build depends.
  * New maintainer/author, as the old maintainer/author has gone awol,
    and isn't responding to my mails.

 -- Adam Heath <doogie@debian.org>  Sat,  4 Dec 1999 07:40:55 -0600

hostname (2.06) unstable; urgency=low

  * No longer proved hardlinks for domainname, nisdomainname, and
    ypdomainname.  Closes: #48850, #49009, #49067, #49248, #49553, #49954

 -- Adam Heath <doogie@debian.org>  Sat, 13 Nov 1999 17:50:31 -0600

hostname (2.05) unstable; urgency=low

  * NMU
  * Applied patch for hostnames/domainnames of arbitrary length.  Closes:
    #44415
  * Fixed extra space when only one hostname is being printed.  Closes:
    #22735
  * Added hardlinks for binaries domainname, nisdomainname and
    ypdomainname.  Also updated programs internal version.  Closes: #22993
  * Used debhelper instead of debstd now.
  * FHS compliant.

 -- Adam Heath <doogie@debian.org>  Wed, 22 Sep 1999 00:12:31 -0500

hostname (2.04) frozen unstable; urgency=low

  * rebuild with latest debmake version
  * updated standards-version
  * minor manpage fixes

 -- Peter Tobias <tobias@et-inf.fho-emden.de>  Mon, 30 Mar 1998 00:00:12 +0200


hostname (2.03) unstable; urgency=low

  * libc6 version

 -- Peter Tobias <tobias@et-inf.fho-emden.de>  Sun, 14 Sep 1997 11:36:19 +0200


hostname (2.02) unstable; urgency=low

  * a <space> character now marks the end of the hostname if you set the
    hostname with the --file option.

 -- Peter Tobias <tobias@et-inf.fho-emden.de>  Wed, 18 Jun 1997 15:04:49 +0200


hostname (2.01) unstable; urgency=low

  * converted to packaging standard 2.1.2.2
  * minor fixes

 -- Peter Tobias <tobias@et-inf.fho-emden.de>  Thu, 16 Jan 1997 01:00:34 +0100