changelog
- Wed, 29 Jul 2009 11:52:41 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 29 Jul 2009 11:52:41 +0200] rev 7
- Replace local function with its canonical implementation in some cases.
These changes follow porting of the project to build 64-bit targets.
The replacements are needed due to segfaults otherwise ocurring in
some cases of local function (from helper.m) usage. These segfaults
do not ocurr when building only 32-bit targets. This hackish logic
deserves further testing until a fully orthogonal string localization
strategy is available for all targets.
- Wed, 29 Jul 2009 11:44:56 +0200
- by Michael Schloh von Bennewitz <michael@schloh.com> [Wed, 29 Jul 2009 11:44:56 +0200] rev 6
- Correct file permission modification and the corresponding repair logic.
These changes will require further testing and comparison with the file
modes of original vendor packaging of the tun/tap device driver.