File: ChangeLog

package info (click to toggle)
tarcust 0.7.2-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 132 kB
  • ctags: 33
  • sloc: sh: 943; perl: 373; makefile: 115
file content (32 lines) | stat: -rw-r--r-- 1,007 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
  C h a n g e L o g
  -=-=-=-=-=-=-=-=-

  Changes between 0.7.1 and 0.7.2:

    *) Minor changes in Makefile (30-Aug-1999):
       ``set -e'' is added before multiple commands, plus other minor
       changes.
       [Denis Barbier]

    *) Add a shebang line to the tarcust script (30-Aug-1999):
       The ``shtool path'' command is used to set up the tarcust's
       shebang line.
       [Denis Barbier]

  Changes between 0.7.0 and 0.7.1:

    *) Fix Makefile (26-Aug-1999):
       On SunOS 5.4, the $< automatic variable is set only with suffix
       rules, but not with static rules. This variable has been replaced
       by its contents.
       [Denis Barbier]

    *) Accept input and output filenames (26-Aug-1999):
       In order to be compatible with tardy, input and output filenames
       are allowed on command line.
       [Denis Barbier]

   First public release (16-Aug-1999):
       TarCust-0.7.0 is the first public release.
       [Denis Barbier <barbier@imacs.polytechnique.fr>]