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
|
New in 6.3.5:
* Reverted below change to acct.h header search.
New in 6.3.4:
* When trying to find the acct.h header file, look in the linux
directory before the sys directory, since the former is probably
newer than the latter.
* Documentation fixes for sa.
New in 6.3.3:
* For those systems which have wide utmp fields, last now tries to
fit its output into 80 columns by using "reasonable" default
fields lengths for those members. The `-w' and `--wide' flags
have been added to allow you to view the fields with their "full
precision," as it were.
* Fix elapsed time calculation in sa.
* Added an `--ahz' flag to lastcomm and sa to make it easier for
those folks who are trying to analyze logs generated on other
systems with the same byte order and file format but a different
value for AHZ.
* Fixed the `--strict-match' flag in lastcomm. The following now
works as expected:
lastcomm --strict-match noel cat ttyp7
New in 6.3.2:
* Small memory allocation problem fixed in sa.
* Released to the general public.
New in 6.3.1:
* A `NEWS' file (and others) so that we conform to the GNU
requirements for packaging.
* We use `automake' to build the package, so things like ansi2knr
should be called automatically for those of you that don't have
ANSI C compilers. It also helps write the install targets, etc.
Very cool. I was suprised how easy it was to integrate into this
package. Hats off to David J. MacKenzie and Tom Tromey!
New in 6.3:
* Hey! We're on prep.ai.mit.edu!
* Renamed long option `--year' to `--print-year' in both the ac and
last programs.
* Added a `--print-seconds' (or `-s') flag to last, for those who
really want the nitty-gritty.
* Added a `--sort-real-time' option to sa for those who want to sort
the output by "real" (elapsed) time.
* Fixed a buffer overrun error in sa which was preventing it from
sorting the username list correctly.
Ancient history:
* Check the file `ChangeLog' in the source directory.
|