home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / sh-utils-1.12-src.tgz / tar.out / fsf / sh-utils / NEWS < prev    next >
Text File  |  1996-09-28  |  4KB  |  87 lines

  1. User visible changes in release 1.12
  2. * None.
  3. User visible changes in release 1.11
  4. * date accepts new option: (-f) --file=DATEFILE
  5. * skeletal texinfo documentation (mainly just the `invoking' nodes)
  6. * `stty werase ^W' works.  Before, werase wasn't enabled for AIX-3.2.5.
  7. * su with no arguments works properly
  8. * nice accepts options like `--5' (this is interpreted like `-n -5')
  9. * nice now interprets `-1 -1' like `-1' not like `-11'
  10. * `stty speed' and `stty size' no longer output a spurious newline
  11. User visible changes in release 1.10
  12. * change package name from shellutils to sh-utils
  13. * add hostname, pwd, and users commands
  14. * --version outputs the name of the utility as well as the package name
  15.   and version number.
  16. * Configure properly determines options for stty on SCO ODT 3.0 systems.
  17. * `date -d' works better.  Before, `date -d '4apr94'' produced
  18.   `Sun Apr  3 23:00:00 CDT 1994'.
  19. User visible changes in release 1.9.4
  20. * Repair stty option handling.
  21. User visible changes in release 1.9.3
  22. * `stty -a -g' gets a diagnostic
  23. * `stty {-a|-g} any-other-argument' gets a diagnostic
  24. * stty no longer ignores some of its arguments
  25. * basename and dirname no longer treat `--' specially
  26. * `basename -- file.c .c' generates a usage error.  Before, it output `file'.
  27. * `basename file-dist -dist' outputs `file'.  Before it output `file-dist'.
  28. * stty defaults `swtch' to undefined for Solaris so `susp' (^Z) will work.
  29.   Before, with the default settings ^Z did nothing.
  30. * stty no longer gives an error message when it finds a spurious difference
  31.   (due to buggy tcgetattr/tcsetattr) between requested and current tty
  32.   modes under SunOS 4.1.x.
  33. * stty no longer fails if the ioctl to determine the display width fails
  34.   when displaying settings.
  35. * stty works around SunOS 4.x kernel bug that made `stty rows 0 cols 0' fail.
  36. * who and tee no longer fail gratuitously when continued after an
  37.   interrupted read or write system call.
  38. * date accepts new format: %s time in seconds since 1970-01-01 00:00:00 UCT
  39. * date -d can parse dates like `11-JUL-1991'
  40. * expr '' == 0 works (before, it printed 1)
  41. * stty no longer fails on telnet sessions to Solaris systems
  42. * `cd /etc; who utmp' now works.  Before, any filename argument had to be
  43.   absolute or relative to /dev.
  44.  
  45. User visible changes in release 1.9.2:
  46. * who output is better formatted on Solaris and other SysVr4 systems
  47. * fix a minor problem in formatting the output from `stty -a'
  48. * yes with arguments outputs newlines again
  49. * partial stty failures are reported
  50.  
  51. Major changes in release 1.9.1:
  52. * stty can be built on Suns again
  53. * minor fix for who -q
  54.  
  55. Major changes in release 1.9:
  56. * su fails gracefully when getpass is unable to open /dev/tty.
  57. * printenv and tty detect and report write errors
  58. * fix bug in stty
  59. * stty accepts the new options status and flush on systems that provide them
  60. * `expr 1 / 0' gives an error message rather than trying to divide by zero
  61. * expr's `substr' doesn't overrun malloc'd buffer
  62. * expr recognizes the string `0' as zero
  63. * better support for Linux, Dec Alpha, and SGI Irix
  64. * all programs (even true and false) accept --version and --help options
  65. * uname's --version option is no longer equivalent to its -v option
  66. * configure uses config.h, so DEFS won't exceed preprocessor limits of
  67.   some compilers on the number of symbols defined via -D.
  68. * work around problem where $(srcdir)/config.h was used instead of
  69.   ../config.h -- this happened only when building in a subdirectory
  70.   and when config.h remained in $(srcdir) from a previous ./configure.
  71. * make may be run from the subdirectories
  72.  
  73. Major changes in release 1.8:
  74. * add echo command
  75. * fix some incorrect warnings in pathchk
  76. * look at the right utmp file on 386BSD
  77. * date doesn't dump core on some systems now
  78.  
  79. Major changes in release 1.7:
  80. * add su, who, true, false commands
  81. * add more tests to expr
  82. * fix printf program handling of \ escapes
  83. * printf can re-use format string for multiple groups of arguments
  84. * printf catches numeric conversion errors with an ANSI C library
  85. * stty nl and -nl were backwards
  86. * date can format an arbitrary date without setting it
  87.