[FYI] {maint} release: revamp rules to tag and upload the releases

2012-01-25 Thread Stefano Lattarini
The older Makefile rules used to create and tag the releases were based on an approach we now consider flawed: they over-mechanized some delicate operations that are better performed manually *and* double-checked by a developer, and at the same time they did not run enough safety checks. * Makefil

[FYI] {maint} amversion: add missing dependency

2012-01-25 Thread Stefano Lattarini
* m4/Makefile.am ($(top_srcdir)/m4/amversion.m4): Depend on configure.ac, since the value of $(VERSION) can change every time configure.ac is updated. --- m4/Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/m4/Makefile.am b/m4/Makefile.am index 4fa1406..b0e0d84

[FYI] {maint} hacking: update advice w.r.t. synced files

2012-01-25 Thread Stefano Lattarini
* HACKING: Update and improve advices and explanations about files in the automake repository that are now owned by automake, but mirrored from other upstreams. Also, don't list these files explicitly, rather point the reader to the $(FETCHFILES) variable in Makefile.am. * Makefile.am (FETCHFILES)

[FYI] {maint} hacking: don't reference ChangeLog anymore

2012-01-25 Thread Stefano Lattarini
* HACKING: Don't reference the ChangeLog file anymore, since that is now generated from the git commit messages, not maintained by hand. So remove advice that is obsolete, and speak about "git commit message" instead of "ChangeLog entry" for advice that is still relevant. --- HACKING | 20 +

[FYI] {branch-1.11} maint: post-release version bump (to 1.11.2c)

2012-01-25 Thread Stefano Lattarini
* configure.ac, NEWS, m4/amversion.m4: Bump version to 1.11.2c, as per HACKING suggestions. --- NEWS|4 ++-- configure.ac|2 +- m4/amversion.m4 |4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 1af2b51..9a09c84 100644 --- a/NEWS +

[FYI] {branch-1.11} Beta release 1.11.2b (will become 1.11.3)

2012-01-25 Thread Stefano Lattarini
* configure.ac (AC_INIT): Bump version number to 1.11.2b. * NEWS: Likewise. * doc/automake.texi (Release Statistics): Update, as suggested by "make release-stats". Signed-off-by: Stefano Lattarini --- NEWS |4 ++-- configure.ac |2 +- doc/automake.texi |1 + m4/amve