File: ChangeLog

package info (click to toggle)
tarcust 0.9.0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 148 kB
  • ctags: 34
  • sloc: sh: 1,029; perl: 450; makefile: 121
file content (114 lines) | stat: -rw-r--r-- 3,605 bytes parent folder | download | duplicates (2)
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
  C h a n g e L o g
  -=-=-=-=-=-=-=-=-

  Changes between 0.8.2 and 0.9.0:

    *) Add basic support of GNU extension about long filenames (16-Sep-2001):
       Long filenames (i.e. > 100 chars) need special handling;
       unfortunately, GNU and POSIX implementations differ.  This version
       implements basic support of GNU version, filenames < 512 chars are
       supported.
       [Denis Barbier]

    *) Code rewrite (16-Sep-2001):
       Some routines are rewritten in a much cleaner way.  Use 'strict'
       module and -w flag.  Interface does not change.
       [Denis Barbier]

    *) Upgrade to shtool 1.5.4 (16-Sep-2001):
       [Denis Barbier]

  Changes between 0.8.1 and 0.8.2:

    *) Always set -D command-line flag (09-Jul-2001):
       Without this option, tarballs are incorrect and may cause trouble
       on some OS.
       [Denis Barbier]

  Changes between 0.8.0 and 0.8.1:

    *) Trap errors in -s and -x flags (31-Aug-2000):
       Ill-formed regular expressions are checked before tarfile is
       processed.
       [Denis Barbier]

    *) Ease building of Debian package (20-Apr-2000):
       I added a new `deb' target to build Debian packages
       [Denis Barbier]

  Changes between 0.7.6 and 0.8.0:

    *) Fix double directory entries (11-Apr-2000):
       With -D flag, directory entries were sometimes present twice.
       [Denis Barbier]

    *) New -B and -E flags (11-Apr-2000):
       Like -e, but these expressions are only evalled once at the
       beginning and at the end of execution.
       [Denis Barbier]

  Changes between 0.7.5 and 0.7.6:

    *) New --eval flag (09-Apr-2000):
       Any perl command may be used in this flag to change file and
       directory attributes.
       [John Midgley]

    *) Remove warning message with broken -s flag (09-Apr-2000):
       When the -s flag is followed by an invalid expression, a
       warning was printed.
       [Denis Barbier]

  Changes between 0.7.4 and 0.7.5:

    *) Remove Debian config files from the archive (08-Apr-2000):
       [Denis Barbier]

    *) New --applies-to flag (08-Apr-2000):
       When this flag is set, -u, -U, -g and -G only apply to specific
       files and directories.
       [John Midgley <jmidgley@labyrinth.net.au>]

    *) Fix wrong number version with the -V flag (08-Apr-2000):
       [Denis Barbier]

  Changes between 0.7.3 and 0.7.4:

    *) Integrate Debian config files (29-Feb-2000):
       [Denis Barbier]

  Changes between 0.7.2 and 0.7.3:

    *) Added the --force-directory option (04-Oct-1999):
       This option is to enforce directory entries in the archive
       [Denis Barbier]

  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@engelschall.com>]