[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake annotated tag, v1.12.2, created. v1
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake annotated tag, v1.12.2, created. v1.12.2 |
Date: |
Mon, 09 Jul 2012 16:13:15 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=f5f9c0552678d54cd03ef236366fbb928dfd358a
The annotated tag, v1.12.2 has been created
at f5f9c0552678d54cd03ef236366fbb928dfd358a (tag)
tagging 6a49a1b75b392a4b5c139fc2b6de3e4ca56fbdbb (commit)
replaces v1.12.1
tagged by Stefano Lattarini
on Mon Jul 9 17:27:22 2012 +0200
- Log -----------------------------------------------------------------
Release 1.12.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAABAgAGBQJP+vhaAAoJEPyBjhdCn5bqWd8P/1MYE2/5DQgftXUqKcjEugSh
Ns3bAj4REmEYrKNRWrYET3s64DVuDwFa8TTdi7eXMTgZ7f2nB6NdATTHC+poAOYl
BP4lS/tUIOUyj4mpIAr9QVdN/08/UKF6iICWcQuoFI32RNozmVsZYXi4wZTbJzzr
vuJUyoxt8qMwSWltJSQRziUOYZl5df5/NLzCMwIWdNuGIHVOmI1lneQa6z+b6hxJ
ekp0jm3VSNsbPR3cnubcyU6QrCbAif2YbLDEJH0OEcqj5X7UYSO6N+gFTMeWQsut
WXNam1LzvZj7FxDcjYlWxufEtMhr6M7ksQX7guirSiuXJ4CjlZZKE19zWPttIgrR
fwBjtzrZ66EScV/TGUpzZ5pp5hoxjWgoJs7zZAw+oOTAdmUQaps7zXlla7A0CmpT
em60PtmC3qOtPqhvgwHMs7FT8KIGYamLKX8TmTTE2hY6Ub3bLJ2SgkgpP0mj8mrv
LKCvkoxvIHbK16cYu9VGOHeUCSRMVqOtLAjUYwj/k7UsNhKSoREr8PtCKjJtmtD7
UtdruVbpcixt1a1glkNgn9tQoXjJQFD01iHCHu/sQueIPg/2x3CDbm/NZKMqUreX
QRy2oRl7z+hMufQVcXOq1qscOi0G8U1uXHSb7VxrIvqWPBHcviAc6R/KWEhlHT3h
ynXs/Nf7w9/1QmSdmukK
=Z/5l
-----END PGP SIGNATURE-----
Eric Blake (1):
docs: document AM_MISSING_PROG
Jack Kelly (1):
lisp: better support of VPATH builds
Jim Meyering (1):
maint: grammar fixes: s/all these/all of these/
Stefano Lattarini (112):
maint: post-release minor version bump
maint: deprecate 'configure.in' as autoconf input
sync: update files from upstream with "make fetch"
news: put planned backward compatibilities early
news: document deprecation of configure.in
tests: minor tweak to 't/objc-megademo.sh'
tests: add basic semantic tests on C++ support
cosmetics: few typofixes in older ChangeLogs, suggested by "codespell.py"
tests: look for '.lo' rather than '.o' object when using Libtool with C++
subdir-objects: improve "make mostlyclean" efficiency and flexibility
refactor: &define_verbose_var: accept a third optional argument
refactor: silent rules handling (a little)
silent: new $(AM_V_P) variable, tell if we're running in silent mode
cosmetics: few typofixes in older ChangeLogs, suggested by "codespell.py"
tests: look for '.lo' rather than '.o' object when using Libtool with C++
tests: add a "demo" test on C support
subdirs: unify rules for "cleaning" and "normal" recursive targets
Merge branches 'subdirs-simplify' and 'subdir-objects-pr10697' into maint
tests: fix spurious failures due to missing '$sleep'
tests: avoid failure due to libtool quirks in C++ demo test
subdir tests: avoid an use of "make -j4", for portability
tests: merged some testsuite fixlets
maintcheck: fix failures, both real and spurious
Merge branch 'subdir-objects-pr10697' into maint
docs: clean rules are not run in reverse order of build rules anymore
Merge branch 'subdirs-simplify' into maint
docs: recursive make considered harmful
py-compile: consistently quote 'like this', not `like this'.
sync: update files from upstream with "make fetch"
subdirs: enhance coverage, tweak and rename few tests
fixup: adjust t/list-of-tests.mk for renamed/added tests
tests: minor reorganization of few tests
Merge branch 'silent-custom' into maint
Merge branch 'docs-recursion' into maint
docs: quote 'like this', not `like this'
bootstrap: overhaul and improve
typofix: s/env/even/ in comments in GNUmakefile
typofix: s/test derivers/test drivers/ in check.am comments
docs: avoid failures with development version of Texinfo (4.13.90)
tests: use more POSIX shell features our test scripts
tests: automatic re-execution works for non-POSIX shells too
tests: work in VPATH setup again
tests: fix some spurious failures in VPATH setup
tests: implement is_newest as an auxiliary script, not shell function
tests: prefer using 'is_newest' over 'ls -t' hacks
tests: assume automake quotes 'like this', not `like this'
cosmetics: fix description of an expected error message in a test
tests: new requirement 'grep-nonprint'
readme: subsections "Do" and "Do not" in 't/README' merged
readme: better separation of entries in 't/README'
readme: clarify/extend few entries in 't/README'
cosmetics: quote `like this', not 'like this', in a couple of tests
tests: more uses of $(...) over `...` for command substitution
maintcheck: guard against `...` for command substitution in test cases
tests: avoid one last `...` command substitution in 'test-init.sh'
tests: fix setup for older Zsh
tests: allow AM_TEST_RUNNER_SHELL to be overridden
tests: drop support for older Zsh shells
tests: fix automatic re-execution of tests with Zsh
tests: avoid a spurious failure on NetBSD
tests: avoid several spurious failures on Solaris
tests: simpler workaround for shells losing the exit status in exit trap
scripts: quote 'like this', not `like this'
parallel-tests: "recheck" behaves better in case of compilation failures
tests: fix a spurious failure with Solaris make
coverage: tests AM_MISSING_PROG usage
Merge branch 'simplify-exit-trap-workaround' into maint
tests: remove obsolete hacks around maintainer-check false positives
tests: avoid spurious maintainer-check failures
tests: don't skip if $(abs_builddir) or $(abs_srcdir) contain whitespace
readme: fix typo in t/README: s/$((...)/$((...))/
tests: one test was not executable, make it so
tests init: typofixes in comments
tests init: don't bother allowing '$me' to be overridable
tests: remove stale workarounds for Solaris /bin/sh
configure: the testsuite shell must support 'test -e' and 'test ! -e'
cosmetics: improve wording of a couple of configure messages
configure: clump check for ${var%...} and ${var#...} expansion together
configure: move a misplaced "section" comment
tests: prefer "test ! -e FILE" to check that a file doesn't exist
configure: fix detection of POSIX shell to work in a VPATH build
tests: fix a spurious failure
Merge branch 'recheck-fix' into maint
parallel-tests: recipes for "check" and "recheck" are separated again
Merge branch 'recheck-fix' into maint
maintcheck: test scripts should be executable, check for that
tests: fix some uses of 'Exit', where 'exit' should now be used instead
parallel-tests: silence an overly verbose recipe
tests setup: less hard-coding of the test subdirectory
tests setup: remove an unused variable
tests setup: more namespace safeness
tests setup: unset CDPATH
parallel-tests: reimplement fix for bug#11791
tests: don't trust the exit status of "make -k" for non-GNU makes
news: fixlets and updates
coverage: test that AM_PROG_MKDIR_P and $(mkdir_p) still works
compat: automake should define $(mkdir_p), for backward compatibility
tests: avoid spurious failures when @MKDIR_P@ points to "install-sh -d"
tests: don't clutter the top-level dir with temporary test directories
tests: ignore minor 'recheck' regression for BSD make
yacc tests: fix spurious failure with parallel make
tests init: don't automatically re-execute tests with a POSIX shell
Merge branch 'fix-pr11806' into maint
test runner: work correctly in VPATH setups
fixup: another "make recheck" failure with BSD make
cosmetics: rename t/ax/test-runner => t/ax/runtest
tests: move 'runtest' into the top-level directory
fixup: t/README: it's ./runtest, not ./t/ax/runtest
compat: automake should substitute @mkdir_p@, for backward compatibility
distcheck: never make part of $(distdir) world-writable
Merge branch 'distcheck-vulnerability-CVE-2012-3386' into maint
release: stable release 1.12.2
-----------------------------------------------------------------------
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake annotated tag, v1.12.2, created. v1.12.2,
Stefano Lattarini <=