This is to announce automake-1.18.1, a stable release.
See the NEWS below for a brief summary of changes.

Download here (checksum and signature info below):
  https://ftp.gnu.org/gnu/automake/automake-1.18.1.tar.gz   (2.3MB)
  https://ftp.gnu.org/gnu/automake/automake-1.18.1.tar.xz   (1.6MB)

Use a mirror for higher download bandwidth:
  https://ftpmirror.gnu.org/gnu/automake

Please report bugs and problems to <bug-autom...@gnu.org>
(instead of replying to this mail),
and send general comments and feedback to <automake@gnu.org>,
and patches to <automake-patc...@gnu.org>.

There have been 10 commits by 3 people in the 30 days since 1.18.
The following people committed changes to this release:

  Bruno Haible (2)
  Collin Funk (1)
  Karl Berry (7)

Thanks to everyone who has contributed. Special thanks to Frederic Berat
and Santiago Vila for their bug reports and discussion of mdate-sh.

Karl
 [on behalf of the automake developers]

=============================================================================
New in 1.18.1 (2025-06-25):

* Bugs fixed

  - Undo change to mdate-sh; once again, it does not look at
    SOURCE_DATE_EPOCH. This change was a misunderstanding that causes
    problems, not fixes, for reproducible builds.
    (https://lists.gnu.org/archive/html/automake/2025-06/msg00021.html)

  - Improve debuggability of installcheck failures. (bug#78850)

==================================================================
Here is the GNU automake home page:
    https://gnu.org/s/automake/

Here are the compressed sources:
  https://ftp.gnu.org/gnu/automake/automake-1.18.1.tar.gz   (2.3MB)
  https://ftp.gnu.org/gnu/automake/automake-1.18.1.tar.xz   (1.6MB)

Here are the GPG detached signatures:
  https://ftp.gnu.org/gnu/automake/automake-1.18.1.tar.gz.sig
  https://ftp.gnu.org/gnu/automake/automake-1.18.1.tar.xz.sig

Use a mirror for higher download bandwidth:
  https://www.gnu.org/order/ftp.html

Here are the SHA1 and SHA256 checksums:
  File: automake-1.18.1.tar.gz
  SHA1 sum:   847dddb8f26530816c46575064d3e8e2a9b3e111
  SHA256 sum: acd548918c36f0a489dc2962cf8e87bcf33a2f8c85fd36f22418d6d4c50e4bca

  File: automake-1.18.1.tar.xz
  SHA1 sum:   af540aa3b696f41c65f2c13fa7b68dc7ae43ff26
  SHA256 sum: 7a658b0e322d75d841e3b7b1b92f8061c5ad947207f8919dec5f9361be4c21bc

Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact.  First, be sure to download both the .sig file
and the corresponding tarball.  Then, run a command like this:
  gpg --verify automake-1.18.1.tar.gz.sig

The signature should match the fingerprint of the following key:
  pub   rsa2048 2012-06-12 [SC]
        17D3 311B 14BC 0F24 8267  BF02 0716 748A 30D1 55AD
  uid   Karl Berry <k...@freefriends.org>

If that command fails because you don't have the required public key,
or that public key has expired, try the following commands to retrieve
or refresh it, and then rerun the 'gpg --verify' command.
  gpg --recv-keys 0x17D3311B14BC0F248267BF020716748A30D155AD

As a last resort to find the key, you can try the official GNU
keyring:
  wget -q https://ftp.gnu.org/gnu/gnu-keyring.gpg
  gpg --keyring gnu-keyring.gpg --verify automake-1.18.1.tar.gz.sig

This release is based on the automake git repository, available as
  git clone https://git.savannah.gnu.org/git/automake.git
with commit 153298e27fa9414b25453440a2f36e1bb7bedfc1 tagged as v1.18.1.

For a summary of changes and contributors, see:
  https://git.sv.gnu.org/gitweb/?p=automake.git;a=shortlog;h=v1.18.1

or run this command from a git-cloned automake directory:
  git shortlog v1.18..v1.18.1

Reply via email to