X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=ba3d83adacf50d3e7e17befa454277ac2e50c505;hb=4c2f17d2a671eb6fc6ae318647040598f67705cc;hp=4de7e68614a2ebb3b9532fee43d8f3fc8fe784c7;hpb=25fb29a19d9993a32075b7c3fefa959e3345ab64;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 4de7e6861..ba3d83ada 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2013-10-26 Jim Meyering + + maint.mk: fix "release" target to build _version + This fixes a bug in README-release whereby following the outlined + steps, one would publish a tarball whose programs would report + --version output not consistent with the package version number. + This bug caused grep-2.15 to produce a grep program whose + --version option made it print 2.14.56-1e3d rather than 2.15. + * top/maint.mk (release): Making this target build "_version" + ensures that the new version number is reflected in configure. + +2013-10-21 Ben Pfaff + + install-reloc: Support multi-binary installation. + * build-aux/install-reloc: Support installing multiple programs in + one invocation, as done by Automake starting with commit + 4295fe33eb23f (Multi-file install for PROGRAMS.). From Bruno + Haible , archived at + http://lists.debian.org/debian-bsd/2012/05/msg00032.html. + Reported by Sylvain . + 2013-10-21 Michael Haubenwallner selinux-h: Really build without selinux when library is missing.