+2010-02-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ Deprecate dist-lzma in favor of dist-xz.
+ * doc/automake.texi (The Types of Distributions, Options):
+ Adjust text to reflect renaming of lzma to xz.
+ * NEWS: Update.
+ Missing deprecation noted by Antonio Diaz Diaz.
+
2010-02-20 Stefano Lattarini <stefano.lattarini@gmail.com>
Add tests about support of wildcards in EXTRA_DIST.
New in 1.11.0a:
+* Miscellaneous changes:
+
+ - The `lzma' compression scheme and associated automake option `dist-lzma'
+ is obsoleted by `xz' and `dist-xz' due to upstream changes.
+
Bugs fixed in 1.11.0a:
* Bugs introduced by 1.11:
@item @code{dist-lzma}
Generate an @samp{lzma} tar archive of the distribution. @command{lzma}
archives are frequently smaller than @command{bzip2}-compressed archives.
+The @samp{lzma} format is obsolete, you should use the @samp{xz} format
+instead.
@trindex dist-lzma
@item @code{dist-shar}
@item @code{dist-xz}
Generate an @samp{xz} tar archive of the distribution. @command{xz}
archives are frequently smaller than @command{bzip2}-compressed archives.
-The @samp{xz} format will soon (early 2009) displace the @samp{lzma} format.
+The @samp{xz} format displaces the obsolete @samp{lzma} format.
@trindex dist-xz
@item @code{dist-zip}
@item @option{dist-lzma}
@cindex Option, @option{dist-lzma}
@opindex dist-lzma
-Hook @code{dist-lzma} to @code{dist}.
+Hook @code{dist-lzma} to @code{dist}. Obsoleted by @code{dist-xz}.
@trindex dist-lzma
@item @option{dist-shar}
These three mutually exclusive options select the tar format to use
when generating tarballs with @samp{make dist}. (The tar file created
is then compressed according to the set of @option{no-dist-gzip},
-@option{dist-bzip2}, @option{dist-lzma} and @option{dist-tarZ} options in use.)
+@option{dist-bzip2}, @option{dist-xz} and @option{dist-tarZ} options in use.)
These options must be passed as arguments to @code{AM_INIT_AUTOMAKE}
(@pxref{Macros}) because they can require additional configure checks.