Tizen 2.0 Release
[external/tizen-coreutils.git] / old / sh-utils / NEWS
1  [2.0.15]
2 * date no longer accepts e.g., September 31 in the MMDDhhmm syntax
3 * fix a bug in this package's .m4 files and in configure.ac
4  [2.0.14]
5 * nohup's behavior is changed as follows, to conform to POSIX 1003.1-2001:
6   - nohup no longer adjusts scheduling priority; use "nice" for that.
7   - nohup now redirects stderr to stdout, if stderr is not a terminal.
8   - nohup exit status is now 126 if command was found but not invoked,
9     127 if nohup failed or if command was not found.
10  [2.0.13]
11 * uname and uptime work better on *BSD systems
12 * pathchk now exits nonzero for a path with a directory component
13     that specifies a non-directory
14  [2.0.12]
15 * kill: new program
16 * who accepts new options: --all (-a), --boot (-b), --dead (-d), --login,
17    --process (-p), --runlevel (-r), --short (-s), --time (-t), --users (-u).
18    The -u option now produces POSIX-specified results and is the same as
19    the long option `--users'.  --idle is no longer the same as -u.
20 * The following changes apply on systems conforming to POSIX 1003.1-2001,
21   and are required by the new POSIX standard:
22    - `date -I' is no longer supported.  Instead, use `date --iso-8601'.
23    - `nice -NUM' is no longer supported.  Instead, use `nice -n NUM'.
24 * New 'uname' options -i or --hardware-platform, and -o or --operating-system.
25    'uname -a' now outputs -i and -o information at the end.
26    New uname option --kernel-version is an alias for -v.
27    Uname option --release has been renamed to --kernel-release,
28    and --sysname has been renamed to --kernel-name;
29    the old options will work for a while, but are no longer documented.
30 * 'expr' now uses the LC_COLLATE locale for string comparison, as per POSIX.
31 * 'expr' now requires '+' rather than 'quote' to quote tokens;
32     this removes an incompatibility with POSIX.
33 * date -d 'last friday' would print a date/time that was one hour off
34     (e.g., 23:00 on *thursday* rather than 00:00 of the preceding friday)
35     when run such that the current time and the target date/time fall on
36     opposite sides of a daylight savings time transition.
37     This problem arose only with relative date strings like `last monday'.
38     It was not a problem with strings that include absolute dates.
39 * factor is twice as fast, for large numbers
40  [2.0.11]
41 * setting the date now works properly, even when using -u
42 * `date -f - < /dev/null' no longer dumps core
43 * some DOS/Windows portability changes
44  [2.0j]
45 * `date -d DATE' now parses certain relative DATEs correctly
46  [2.0i]
47 * fixed a bug introduced in 2.0h that made many programs fail with a
48  `write error' when invoked with the --version option
49  [2.0h]
50 * all programs fail when printing --help or --version output to a full device
51 * printf exits nonzero upon write failure
52 * yes now detects and terminates upon write failure
53 * date --rfc-822 now always emits day and month names from the `C' locale
54 * portability tweaks for Solaris8, Ultrix, and DOS
55  [2.0g]
56 * date now handles two-digit years with leading zeros correctly.
57 * printf interprets unicode, \uNNNN \UNNNNNNNN, on systems with the
58   required support;  from Bruno Haible.
59 * stty's rprnt attribute now works on HPUX 10.20
60 * seq's --equal-width option works more portably
61  [2.0f]
62 * fix build problems with ut_name vs. ut_user
63  [2.0e]
64 * stty: fix long-standing bug that caused test failures on at least HPUX
65   systems when COLUMNS was set to zero
66 * still more portability fixes
67 * unified lib/: now that directory and most of the configuration framework
68   is common between fileutils, textutils, and sh-utils
69  [2.0d]
70 * fix portability problem with sleep vs lib/strtod.c's requirement for -lm
71  [2.0c]
72 * fix portability problems with nanosleep.c and with the new code in sleep.c
73  [2.0b]
74 * Regenerate lib/Makefile.in so that nanosleep.c is distributed.
75  [2.0a]
76 * sleep accepts floating point arguments on command line
77 * sleep's clock continues counting down when sleep is suspended
78 * when a suspended sleep process is resumed, it continues sleeping if
79   there is any time remaining
80 * who once again prints whatever host information it has, even without --lookup
81 Changes in release 2.0
82 * disable stty tests (otherwise they fail) when `make check' is run via rsh
83  [1.16m]
84 * false and true now ignore --help and --version when POSIXLY_CORRECT is set
85  [1.16l]
86 * false and true are now C programs rather than shell scripts
87  [1.16k]
88 * fix typos in my version of AC_SEARCH_LIBS.
89 * fix dates on config files so builders don't need autoconf/automake
90  [1.16j]
91 * work around problems with my use of AC_SEARCH_LIBS
92 * fix a bug in id
93  [1.16i]
94 * portability tweaks for lib/readutmp.[ch] and src/date.c
95  [1.16h]
96 * seq with no arguments now elicits a useful diagnostic rather than a segfault
97 * portability tweaks to work around utmpname differences
98 * who works on Solaris
99  [1.16g]
100 * factor now uses uintmax_t, so the largest number it can factor is now 2^64 - 1
101   on systems with type `long long'.
102 * nohup no longer modifies the shell's search path
103 * `basename /' now prints `/', per the single unix spec
104 * `who --lookup' no longer erroneously reports `localhost' for IP addresses
105   for which it could not do a reverse lookup.
106 * `id user' wouldn't report a group id in some situations.  Now it always does.
107  [1.16f]
108 * chroot now calls chdir ("/") after chroot.
109 * `date -s' now exits with nonzero status upon failure
110 * new autoconf tests detect bugs in vendor mktime from Irix-6.4 and SunOS4.1.4
111   Your executables will be a little larger on such systems because you'll use
112   GNU's mktime function, but date will work more reliably.
113 * hostid: new program
114 * `yes --help' and `yes --version' print those strings when the POSIXLY_CORRECT
115   environment variable is set
116 * who no longer does DNS lookups by default -- the new option, --lookup (-l),
117   enables lookups
118  [1.16e]
119 * pinky: new lightweight finger-style program
120  [1.16d]
121 * the groups script now exits non-zero and doesn't print anything more
122   when `id' fails
123  [1.16c]
124 * date -u -d DATE now prints the correct date
125 * don't remove already-installed su unless it is possible to install the
126   new one setuid root.
127  [1.16b]
128  [1.16a]
129 * expr accepts new unary operator, quote.
130 * expr now returns 0 for failed matches where pattern contained e.g., `\\('
131 * date -d DATE now works on Unicos systems
132 * add tests for factor and more for date.
133 * factor runs a lot faster for large 64-bit inputs
134 * date works with relative offsets involving the `next' keyword
135
136 Changes in release 1.16
137 * stty -tabs works properly
138 * add tests for date
139 * date --date "02/29/1996 - 1 year" now works properly
140
141 Changes in release 1.15
142 * nice works with very recently-changed GNU libc getopt
143 * fix several bugs in m4 macros used to create `configure' script
144 * id works on systems with disfunctional getgroups function
145 * uptime configure test detects /proc/uptime on Linux
146
147 Changes in release 1.14
148 * fix bug in getdate.y that broke date's --date=DATE option on systems
149   like SunOS4.
150 * expr treats unadorned ? and + as literals.  To make expr treat them as
151   operators you have to use \? and \+.
152
153 Changes in release 1.13
154 * two patches for ISC
155 * Regenerate all Makefile.in using a patched version of automake-1.1l.
156  [1.12s]
157 * lots of little bug fixes -- see ChangeLog
158  [1.12r]
159 * uname --processor (-p) works on systems that have sysinfo and define
160   SI_ARCHITECTURE.
161 * stty works better on systems like i386-pc-isc3.0
162 * date --date=DATE accepts dates like those in an RCS log listing, e.g.,
163   `1992/11/01 05:44:34'.
164 * printf now warns if excess arguments are ignored.
165 * tee no longer fails immediately upon receipt of SIGPIPE
166  [1.12q]
167 * running `make check' runs tests of nice
168 * lots of configuration-related improvements
169 * nice allows `+' in options like -+8 and -+13.
170 * when matching, expr warns about non-portability when the first character
171   of the basic regular expression is `^'
172 * `id user' no longer prints bogus group list
173 * uses automake-generated Makefile templates
174 * date accepts new %V format
175 * date's %U and %W formats work properly
176 * nice option handling works with 2-digit old-style-option adjustments.
177   Now, `nice -18 -- nice' prints `18'.  Before it printed `8'.
178 * internationalized diagnostic messages
179 * `date -d "01/01/1998 3 years" +%Y' now works properly.  It prints 2001.
180 * New programs: chroot, factor, seq, uptime.
181 * date accepts new option: --rfc-822 (-R)
182 * date accepts new format, %z, for RFC-822 style numeric timezone (-0500)
183 * date: fix bugs in the handling of date -u +'%s %Z'.
184 * date accepts new option --reference=FILE (-r FILE) analogous to the
185   like-named touch option.
186 * date can now format dates up to and including ones in the year 2037
187 User visible changes in release 1.12
188 * None.
189 User visible changes in release 1.11
190 * date accepts new option: (-f) --file=DATEFILE
191 * skeletal texinfo documentation (mainly just the `invoking' nodes)
192 * `stty werase ^W' works.  Before, werase wasn't enabled for AIX-3.2.5.
193 * su with no arguments works properly
194 * nice accepts options like `--5' (this is interpreted like `-n -5')
195 * nice now interprets `-1 -1' like `-1' not like `-11'
196 * `stty speed' and `stty size' no longer output a spurious newline
197 User visible changes in release 1.10
198 * change package name from shellutils to sh-utils
199 * add hostname, pwd, and users commands
200 * --version outputs the name of the utility as well as the package name
201   and version number.
202 * Configure properly determines options for stty on SCO ODT 3.0 systems.
203 * `date -d' works better.  Before, `date -d '4apr94'' produced
204   `Sun Apr  3 23:00:00 CDT 1994'.
205 User visible changes in release 1.9.4
206 * Repair stty option handling.
207 User visible changes in release 1.9.3
208 * `stty -a -g' gets a diagnostic
209 * `stty {-a|-g} any-other-argument' gets a diagnostic
210 * stty no longer ignores some of its arguments
211 * basename and dirname no longer treat `--' specially
212 * `basename -- file.c .c' generates a usage error.  Before, it output `file'.
213 * `basename file-dist -dist' outputs `file'.  Before it output `file-dist'.
214 * stty defaults `swtch' to undefined for Solaris so `susp' (^Z) will work.
215   Before, with the default settings ^Z did nothing.
216 * stty no longer gives an error message when it finds a spurious difference
217   (due to buggy tcgetattr/tcsetattr) between requested and current tty
218   modes under SunOS 4.1.x.
219 * stty no longer fails if the ioctl to determine the display width fails
220   when displaying settings.
221 * stty works around SunOS 4.x kernel bug that made `stty rows 0 cols 0' fail.
222 * who and tee no longer fail gratuitously when continued after an
223   interrupted read or write system call.
224 * date accepts new format: %s time in seconds since 1970-01-01 00:00:00 UCT
225 * date -d can parse dates like `11-JUL-1991'
226 * expr '' == 0 works (before, it printed 1)
227 * stty no longer fails on telnet sessions to Solaris systems
228 * `cd /etc; who utmp' now works.  Before, any filename argument had to be
229   absolute or relative to /dev.
230 \f
231 User visible changes in release 1.9.2:
232 * who output is better formatted on Solaris and other SysVr4 systems
233 * fix a minor problem in formatting the output from `stty -a'
234 * yes with arguments outputs newlines again
235 * partial stty failures are reported
236 \f
237 Major changes in release 1.9.1:
238 * stty can be built on Suns again
239 * minor fix for who -q
240 \f
241 Major changes in release 1.9:
242 * su fails gracefully when getpass is unable to open /dev/tty.
243 * printenv and tty detect and report write errors
244 * fix bug in stty
245 * stty accepts the new options status and flush on systems that provide them
246 * `expr 1 / 0' gives an error message rather than trying to divide by zero
247 * expr's `substr' doesn't overrun malloc'd buffer
248 * expr recognizes the string `0' as zero
249 * better support for Linux, Dec Alpha, and SGI Irix
250 * all programs (even true and false) accept --version and --help options
251 * uname's --version option is no longer equivalent to its -v option
252 * configure uses config.h, so DEFS won't exceed preprocessor limits of
253   some compilers on the number of symbols defined via -D.
254 * work around problem where $(srcdir)/config.h was used instead of
255   ../config.h -- this happened only when building in a subdirectory
256   and when config.h remained in $(srcdir) from a previous ./configure.
257 * make may be run from the subdirectories
258 \f
259 Major changes in release 1.8:
260 * add echo command
261 * fix some incorrect warnings in pathchk
262 * look at the right utmp file on 386BSD
263 * date doesn't dump core on some systems now
264 \f
265 Major changes in release 1.7:
266 * add su, who, true, false commands
267 * add more tests to expr
268 * fix printf program handling of \ escapes
269 * printf can re-use format string for multiple groups of arguments
270 * printf catches numeric conversion errors with an ANSI C library
271 * stty nl and -nl were backwards
272 * date can format an arbitrary date without setting it
273
274 ========================================================================
275
276 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
277 2001, 2002, 2003 Free Software Foundation, Inc.
278
279 Permission is granted to copy, distribute and/or modify this document
280 under the terms of the GNU Free Documentation License, Version 1.2 or
281 any later version published by the Free Software Foundation; with no
282 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
283 Texts.  A copy of the license is included in the ``GNU Free
284 Documentation License'' file as part of this distribution.