Closed GoogleCodeExporter closed 9 years ago
Thanks for your report. This has been fixed in the trunk as r1744 and will be
included in the next release.
This was implemented by changing the version number in the tun and tap kexts to
include the tuntap version number and the Tunnelblick build number.
The Tunnelblick build number was also added to the tun and tap Info.plist
CFBundleShortVersionString entries.
Example of the new entries after building from r1744:
CFBundleVersion = "20090913.2744"
CFBundleShortVersionString = "20090913 (Tunnelblick build 2744)"
Original comment by jkbull...@gmail.com
on 13 Aug 2011 at 2:55
Arrgghh. r1745 fixes a problem caused by r1744: CFBundleVersion can't have such
a large, complex number. Now it contains the same thing for the tun and tap
kexts as it does for Tunnelblick.app: the build number.
So in a build from r1745:
CFBundleVersion = "2745"
CFBundleShortVersionString = "20090913 (Tunnelblick build 2745)"
Original comment by jkbull...@gmail.com
on 13 Aug 2011 at 5:57
Original issue reported on code.google.com by
brian.be...@gmail.com
on 11 Aug 2011 at 4:14