[GitHub] commons-lang pull request: LANG-794: Use os.name only when determi...

2015-03-28 Thread hzpz
GitHub user hzpz opened a pull request: https://github.com/apache/commons-lang/pull/60 LANG-794: Use os.name only when determining Windows versions As suggested in previous JIRA comments and according to some other sources (see http://lopica.sourceforge.net/os.html and http

[GitHub] commons-lang pull request: LANG-821: Added all Mac OS X versions t...

2015-03-27 Thread hzpz
GitHub user hzpz opened a pull request: https://github.com/apache/commons-lang/pull/59 LANG-821: Added all Mac OS X versions to date I added constants for all Mac OS X versions to date to SystemUtils and also added corresponding tests. This is my first ever contribution to an ASF