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 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