X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=blobdiff_plain;f=ChangeLog;h=6fca0c7d78d9ac1a76d4db01c806f23e5818563b;hp=cf868aeab6ad2f40a0cd0d3d966e4eb43193002e;hb=233419c39c6d13d84439b95766328a238ffb6518;hpb=8f7425866463f994538584d1dd7211603b8b0550 diff --git a/ChangeLog b/ChangeLog index cf868aeab..6fca0c7d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2013-10-28 Jim Meyering + + maint.mk: restore functionality removed by recent change... + Sunday's change, v0.0-8062-g6b24f60, may have appeared correct from + the context of a shallow-cloned gnulib repository: "git describe" + would fail in such a directory. However, that change made it so + the reported gnulib revision no longer includes the version number + or a commit count, even when run from a full clone. + * top/maint.mk (gnulib-version): Use the full "git describe" + output when possible, e.g., the form above, rather than the + abbreviated, no-tag, no-commit-count string, and fall back to + using a 10-byte hash, rather than the default minimal-length + hash prefix, since while the minimal-length one may be fine today, + it is likely not to be unique for very long. + 2013-10-26 Jim Meyering maint.mk: fix "release" target to build _version