~ubuntu-branches/debian/jessie/automake1.10/jessie

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2008-02-09 21:43:37 UTC
  • mfrom: (2.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080209214337-rkh2xt99uul53joq
Tags: 1:1.10.1-3
debian/automake.postinst: Bump up the priority to 28 so that it wins
the priority war. This should have happened after etch was
released. (Closes: #464883)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
New in 1.10.1:
 
2
 
 
3
  - Automake development is done in a git repository on Savannah now, see
 
4
 
 
5
      http://git.sv.gnu.org/gitweb/?p=automake.git
 
6
 
 
7
    A read-only CVS mirror is provided at
 
8
 
 
9
      cvs -d :pserver:anonymous@pserver.git.sv.gnu.org:/automake.git \
 
10
          checkout -d automake HEAD
 
11
 
 
12
  - "make dist" can now create lzma-compressed tarballs.
 
13
 
 
14
  - `automake --add-missing' will by default install the GPLv3 file as
 
15
    COPYING if it is missing.  Note that Automake will never overwrite
 
16
    an existing COPYING file, even when the `--force-missing' option is
 
17
    used.  Further note that Automake 1.10.1 is still licensed under GPLv2+.
 
18
 
 
19
  - Libtool generic flags are now passed to the install and uninstall
 
20
    modes as well.
 
21
 
 
22
  - Files with extension .sx are also treated as preprocessed assembler.
 
23
 
 
24
  - install-sh now has an BSD-like option `-C' to preserve modification
 
25
    times of unchanged files upon installation.
 
26
 
 
27
Bugs fixed in 1.10.1:
 
28
 
 
29
* Long standing bugs:
 
30
 
 
31
  - Fix aix dependency tracking for libtool objects.
 
32
 
 
33
  - The signal handling of aclocal has been improved.
 
34
 
 
35
  - Targets beginning with a digit are now recognized correctly.
 
36
 
 
37
  - All directories `.libs'/`_libs' used by libtool are cleaned now,
 
38
    not only those in which libraries are built.
 
39
 
 
40
* Bugs introduced by 1.10:
 
41
 
 
42
  - Fix output of dummy dependency files in presence of post-processed
 
43
    Makefile.in's again, but also cope with long lines.
 
44
 
 
45
  - $(EXEEXT) is automatically appended to filenames of XFAIL_TESTS
 
46
    that have been declared as programs in the same Makefile.
 
47
    This is for consistency with the analogous change to TESTS in 1.10.
 
48
 
 
49
  - The autoconf version check implemented by aclocal in aclocal.m4
 
50
    (and new in Automake 1.10) is degraded to a warning.  This helps
 
51
    in the common case where the Autoconf versions used are compatible.
 
52
 
 
53
  - Fix order of standard includes to again be `-I. -I$(srcdir)',
 
54
    followed by directories containing config headers.
 
55
 
1
56
New in 1.10:
2
57
 
3
58
* Version requirements:
1232
1287
-----
1233
1288
 
1234
1289
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
1235
 
2004, 2005  Free Software Foundation, Inc.
 
1290
2004, 2005, 2006, 2007  Free Software Foundation, Inc.
1236
1291
 
1237
1292
This file is part of GNU Automake.
1238
1293