- moved a lot of logging to OSLog - errors info and debug also get sent to stdout
- cleaned up some of the file processing logic (was assuming 3 character file extensions)
- removed a number of instances where we needed to shell out to get info (machine info etc)
- tweaked the network-up check
- Add check for file permission in the
share
folder and update as necessary - Fix up how overrides are processed. should fix #1 #2
- Fix global
console_user
- was usingNSUserName()
which returns the username of the process owner, not the console user
Full Changelog: v4.0...v4.0_alpha2