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 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211
|
Sat Apr 20 23:57:48 1996 Austin Donnelly <and1000@valour.pem.cam.ac.uk>
* debian.control: changed to not use pre-depends for sysvinit, but
plain depends.
* released version 3.0-2
Wed Apr 17 14:03:11 1996 Austin Donnelly <and1000@valour.pem.cam.ac.uk>
* debian.control: changed to pre-depends on sysvinit with mesg
command.
* debian.rules: bumped version number
* released version 3.0-1
Mon Apr 15 21:40:32 1996 Austin Donnelly <and1000@valour.pem.cam.ac.uk>
* wall.c: added about 5 lines to fix problem with wrapping long
lines (as reported in Bug#2407). This was a bug in the upstream
code.
* ttymsg.c: added line to check terminal is not "tty??" before
writing to it. This is a work-around for a utmp bug that leaves
these bogus entries lying around. Fixes Bug#2270.
* Released version 3.0-0, to go with new style bsdmainutils.
Mon Apr 15 14:11:32 1996 Austin Donnelly <and1000@valour.pem.cam.ac.uk>
* Version 2.0-2 released on 10th March by David Engel. I've only
just found out.
* His .changes file is as follows:
Date: 10 Mar 96 06:10 UT
Source: bsdutils
Binary: bsdutils
Version: 2.0-2
Maintainer: Austin Donnelly <and1000@cam.ac.uk>
Description:
bsdutils: Utilities from 4.4BSD-Lite.
Priority: Low
Changes:
Changed 'depends' to 'pre-depends' and added 'essential: yes' to
control file and added 'dpkg --assert-support-predepends to preinst
script.
Files:
-rw-rw-r-- 1 root root 121636 Mar 10 00:10 bsdutils-2.0-2.tar.gz
-rw-r--r-- 1 root david 114229 Mar 10 00:10 bsdutils-2.0-2.deb
3745704881054eec218cc5e0bdd3244e bsdutils-2.0-2.tar.gz
f0140c654b60875dcd42bb59f9c40412 bsdutils-2.0-2.deb
* I have got copies of both bsdutils-2.0-2.tar.gz and
bsdutils-2.0-2.deb from the ftp sites.
Tue Jan 16 23:13:53 1996 Austin Donnelly <and1000@valour.pem.cam.ac.uk>
* Recompiled for ELF :-
* debian.control: add dependancy on libc5, libdb1, ncurses3.0
(they used to be part of libc4, but were split off for
libc5)
* debian.rules: change sed to look in right place for version
number
* Makefile: changed link line for ul to link against ncurses, not
libtermcap
* vacation.c: include <db/db.h> now, instead of <db.h>
* tsort.c: include <db/db.h> now, instead of <db.h>
* display.c: removed hard-wired sizes of types: now defined in
system headers.
* Bumped major version to 2.0 - ELF release.
Tue Nov 28 17:18:36 1995 Austin Donnelly <and1000@valour.pem.cam.ac.uk>
* debian.rules: oops! Forgot to make write and wall setgid tty -
they don't work.
Tue Nov 28 00:12:31 1995 Austin Donnelly <and1000@valour.pem.cam.ac.uk>
* kill.c: added linux signals, changed signal listing code to not
segfault, and changed signal parsing code to not segfault on
"SIGHUP". Fixes Bug#1764 and Bug#1513.
* kill.1: now mentions the fact that kill is a bash builtin.
* removed pwd from the bsdutils package: we're now using the one
from the GNU shellutils package.
Sun Nov 26 16:46:27 1995 Austin Donnelly <and1000@valour.pem.cam.ac.uk>
* wall.c: added line to ignore utmp entries for ':0', so that the
special entry made for X on the console isn't written to. Bug#1630.
* write.c: added checks to make sure only live utmp entries are
considered, and added better checks to ensure you can't write if
you've su'ed in someone else's shell. 'write' is now setgid tty
safely. Bug#1545.
* write.c: only warn if root writes with messages turned off,
rather than forbid (as per normal users). Bug#1658.
Sat Nov 25 22:48:31 1995 Austin Donnelly <and1000@valour.pem.cam.ac.uk>
* Package maintainer is now Austin Donnelly, <and1000@cam.ac.uk>
* err.c: added an err_setprogname() function to allow programs
that want to use the error handling stuff to set their name
correctly. Previously, they were getting their name set to
NULL. Bug#1207.
* err.h: added prototype for err_setprogname().
* cal.c: registered name with error handler.
* calendar.c: registered name with error handler.
* chroot.c: registered name with error handler.
* col.c: registered name with error handler.
* column.c: registered name with error handler.
* kill.c: registered name with error handler.
* mesg.c: registered name with error handler.
* pwd.c: registered name with error handler.
* tsort.c: registered name with error handler.
* vacation.c: was implicitly casting NULL to an int. Fixed.
* whois.c: implicitly dropping 'const' from a char *. Now keeps
it's const-ness
* ttymsg.c: introduced new error message to complain about stale
utmp entries (/dev/tty??). This is really a bug in telnetd or
rlogind. I think there's a race between getting a utmp entry, and
getting a tty assigned. Would the telnetd/rlogind maintainer like
to investigate? Bug#1892.
Thu Jun 22 14:14:59 1995 Ian Murdock <imurdock@debra.debian.org>
* Version 1.3 is released.
* wall.c (main): Use the ut_type element of struct utmp to
determine if a utmp entry is to be ignored, not getpwnam.
Tue May 30 08:43:15 1995 Ian Murdock <imurdock@debra.debian.org>
* Version 1.2 is released.
* parse.c: Applied patch from N. D. Turton to fix hexdump.
Wed May 10 11:46:01 1995 Ian Murdock <imurdock@debra.debian.org>
* Removed od.1 from the distribution package. In Debian
GNU/Linux, we use the od program from the GNU textutils.
Tue May 9 15:58:22 1995 Ian Murdock <imurdock@debra.debian.org>
* chroot.8: Updated to indicate difference between Debian
GNU/Linux version and 4.4BSD-Lite version.
* chroot.c (main): Do not chdir, only chroot, to argv[0].
Mon May 8 10:00:31 1995 Ian Murdock <imurdock@debra.debian.org>
* wall.c (main): Add call to `getpwnam' to determine whether
`ut_name' is actually a user. If not a user (i.e., `getpwnam'
returns NULL), a copy of the message is not sent to `ut_line'.
Mon Apr 24 19:42:31 1995 Ian Murdock <imurdock@debra.debian.org>
* wall.c (makemsg): Prepend the message with a newline ('\n')
before the carriage return ('\r') so that the prompt does not
get obliterated.
Mon Mar 20 11:10:36 1995 Ian Murdock <imurdock@debra.debian.org>
* Version 1.1 is released.
* calendar.c (opencal): Behave like a "traditional" cpp
and inhibit generation of `#' lines in the output.
* look.c (main): Pass "MAP_FILE | MAP_SHARED" as argument
FLAGS instead of "0".
Sun Mar 19 08:45:21 1995 Ian Murdock <imurdock@debra.debian.org>
* Makefile (install): Install calendar files to
`/usr/lib/calendar', not `/usr/lib/calendars'.
* Makefile (install): Install calendar files as
mode 644, not 755.
Sat Mar 18 10:53:39 1995 Ian Murdock <imurdock@debra.debian.org>
* Added `whois' and `whois.1'
Mon Jan 16 19:36:17 1995 Ian Murdock <imurdock@debra.debian.org>
* Version 1.0 is released.
|