simon-svn: putty: simon

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sun Jul 17 23:17:55 BST 2011


SVN root:       svn://svn.tartarus.org/sgt
Changes by:     simon
Revision:       9229
Date:           2011-07-17 23:17:53 +0100 (Sun, 17 Jul 2011)

Log message (9 lines):
Fix version reporting in Unix builds versioned by a specific svn
revision ('Custom build r1234'). Those builds were passing
'-DSVN_REV=r1234' to version.c, instead of -DSVN_REV=1234 as they
should have, leading to silly run-time version messages such as
'plink: Custom build rr9226'.

To chop the r off the front of the revision string passed in, I've
used a bashism in mkunxarc.sh. I think this is an acceptable extra
dependency.

Modified files:
U   putty/mkunxarc.sh

Links:
http://svn.tartarus.org/sgt/?rev=9229&view=rev
http://svn.tartarus.org/sgt/putty/mkunxarc.sh?rev=9229&r1=9228&r2=9229



More information about the tartarus-commits mailing list