This one includes a single change that's more Linux-specific*. Look at FixDirectorySeparator() in CDBurner/PathEx.cs. It checks which style of directory separator is in use, and changes the opposite one to it. This is really needed on Linux, as someone might be importing configuration from a Windows box (actually, going the other way, this will make it look nicer, although on Windows / will be seen as a directory separator, so it works without). I can easily redo this pull request to remove that coding change if you like, since it's really only needed on Linux.
Well, any non-Windows system that can run Mono, really.
This one includes a single change that's more Linux-specific*. Look at FixDirectorySeparator() in CDBurner/PathEx.cs. It checks which style of directory separator is in use, and changes the opposite one to it. This is really needed on Linux, as someone might be importing configuration from a Windows box (actually, going the other way, this will make it look nicer, although on Windows / will be seen as a directory separator, so it works without). I can easily redo this pull request to remove that coding change if you like, since it's really only needed on Linux.