* HACKING: mention DEVEL_SNAPSHOT=1 for us.
* NEWS: tweak text.
* maintainer/maint.mk (announcement): tweak text,
ls -l ./announcement as a clue as to where the result is.
of $(VERSION)).
* Run "make git-upload-release".
+ For pretest releases: "DEVEL_SNAPSHOT=1 make git-upload-release".
+
This will first verify that you are releasing from a tagged version
and that the local git repository and working tree are clean and
up-to-date, and will then run "make dist" to create the tarballs,
filesystem that supports sub-second resolution; otherwise, we fall
back to one-second granularity as before. When everything is
supported, a new line `Features: subsecond-mtime' is printed by
- automake --version (and autom4mte --version). (bugs #64756, #67670)
+ automake --version (and autom4mte --version). (bug#64756, bug#67670)
- The default value of $ARFLAGS is now "cr" instead of "cru", to better
support deterministic builds. (bug#20082)
(bug#34151 and others)
- Pass any options given to AM_PROG_LEX on to AC_PROG_LEX.
- (bug#65600 and bug#65730)
-
-* Miscellaneous changes
+ (bug#65600, bug#65730)
* Obsolescence:
&& X "Please report bugs and problems to" \
"<$(PACKAGE_BUGREPORT)>," \
&& X "and send general comments and feedback to" \
- "<$(PACKAGE_MAILINGLIST)>." \
+ "<$(PACKAGE_MAILINGLIST)>," \
+ && X "and patches to" \
+ "<automake-patches@gnu.org>." \
&& X \
&& X "Thanks to everyone who has reported problems, contributed" \
- && X "patches, and helped testing Automake!" \
+ && X "patches, and helped test Automake!" \
&& X \
&& X "-*-*-*-" \
&& X \
(/^~~~/ && wait_for_end) { print; exit(0) } \
{ print } \
' <$(srcdir)/NEWS >> $@-t \
- && mv -f $@-t $@
+ && mv -f $@-t $@ \
+ && ls -l ./$@
.PHONY: announcement
CLEANFILES += announcement