]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - doc/errors.but
Rework versioning system to not depend on Subversion.
authorSimon Tatham <anakin@pobox.com>
Wed, 24 Sep 2014 10:33:13 +0000 (10:33 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 24 Sep 2014 10:33:13 +0000 (10:33 +0000)
commit4d8782e74fed043fdf549718f99494622fe9e79b
treefa84ec4edad7b5f75441d9b841991915a6ca5836
parent725696f175836f0becd3bff846e752886861a848
Rework versioning system to not depend on Subversion.

I've shifted away from using the SVN revision number as a monotonic
version identifier (replacing it in the Windows version resource with
a count of days since an arbitrary epoch), and I've removed all uses
of SVN keyword expansion (replacing them with version information
written out by Buildscr).

While I'm at it, I've done a major rewrite of the affected code which
centralises all the computation of the assorted version numbers and
strings into Buildscr, so that they're all more or less alongside each
other rather than scattered across multiple source files.

I've also retired the MD5-based manifest file system. A long time ago,
it seemed like a good idea to arrange that binaries of PuTTY would
automatically cease to identify themselves as a particular upstream
version number if any changes were made to the source code, so that if
someone made a local tweak and distributed the result then I wouldn't
get blamed for the results. Since then I've decided the whole idea is
more trouble than it's worth, so now distribution tarballs will have
version information baked in and people can just cope with that.

[originally from svn r10262]
35 files changed:
Buildscr
Buildscr.cv
CHECKLST.txt
Recipe
charset/macenc.c
contrib/kh2reg.py
doc/Makefile
doc/blurb.but
doc/chm.but
doc/config.but
doc/errors.but
doc/faq.but
doc/feedback.but
doc/gs.but
doc/index.but
doc/intro.but
doc/licence.but
doc/pageant.but
doc/pgpkeys.but
doc/plink.but
doc/pscp.but
doc/psftp.but
doc/pubkey.but
doc/sshnames.but
doc/udp.but
doc/using.but
doc/vids.but
minibidi.c
mkfiles.pl
mkunxarc.sh
testback.c
version.c
version.h [new file with mode: 0644]
windows/putty.iss
windows/version.rc2