Branch: refs/heads/ta/configure_dev
Home: https://github.com/fvwmorg/fvwm
Commit: 4c09d49115a766738f9d39cf532541d31c33b488
https://github.com/fvwmorg/fvwm/commit/4c09d49115a766738f9d39cf532541d31c33b488
Author: Thomas Adam <[email protected]>
Date: 2016-04-15 (Fri, 15 Apr 2016)
Changed paths:
M docs/DEVELOPERS.md
Log Message:
-----------
DEVELOPERS: update release/versioning
Now that the release versions are taken from Git, rework the documentation.
Commit: e9e432e3afe335ffb950e761a007bcba99cf78c5
https://github.com/fvwmorg/fvwm/commit/e9e432e3afe335ffb950e761a007bcba99cf78c5
Author: Thomas Adam <[email protected]>
Date: 2016-04-15 (Fri, 15 Apr 2016)
Changed paths:
M Makefile.am
Log Message:
-----------
distcheck2: make ISRELEASED check fatal
Don't allow potential release tarballs to be made is ISRELEASED isn't set to
yes. This does nothing about checking if the tagged version is "correct", but
it will certainly reduce the likelihood of additional mistakes.
Compare: https://github.com/fvwmorg/fvwm/compare/9006de810258...e9e432e3afe3