diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2004-04-25 13:07:10 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2004-04-25 13:07:10 +0000 |
commit | b2737b0b67b97fa9342f1e75ae0fa66496f08a3a (patch) | |
tree | 1dec3e58dff64245e422a4b8d5f6267d4a8313b9 /NEWS | |
parent | 04163ea3db20d877ab784bc9d30e310807e62018 (diff) | |
download | automake-b2737b0b67b97fa9342f1e75ae0fa66496f08a3a.tar.gz |
* configure.ac, NEWS: Bump version to 1.8.4.Release-1-8-4
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 33 |
1 files changed, 17 insertions, 16 deletions
@@ -1,19 +1,20 @@ -Known issue not fixed in 1.8.3c: - - Historically Automake has always generated V7 format tarballs during - `make dist'. This format is quite antiquated, but is portable. It - supports filenames with up to 99 characters. When given longer - filenames some tar implementations will diagnose the problem while - other will generate broken or non-V7 tarballs. For instance GNU tar - 1.13.25 will produce an archive with GNU extensions, while the - latest GNU tar beta (1.13.93) will truncate filenames. - - We are working an a new scheme for Automake 1.9 that will allow - newer tar formats to be used. In the meantime, for people who - cannot avoid long filenames in their packages we recommand sticking - to GNU tar 1.13.25 and not installing newer versions. - -Bugs fixed in 1.8.3c: +Known issue not fixed in 1.8.4: + + Historically Automake has always tried to generate V7 format + tarballs during `make dist'. This format is quite antiquated, but + is portable. It supports filenames with up to 99 characters. When + given longer filenames some tar implementations will diagnose the + problem while other will generate broken or non-V7 tarballs. For + instance GNU tar 1.13.25 will produce an archive with GNU + extensions, while the latest GNU tar beta (1.13.93) will silently + truncate filenames. + + Automake 1.9 will have options to select newer tar formats, and + diagnose long filenames. In the meantime we recommand that people + who cannot avoid long filenames in their packages stick to GNU tar + 1.13.25. + +Bugs fixed in 1.8.4: * Long standing bugs: |