Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Perkins <starkos@industriousone.com>2012-11-12 19:51:25 +0400
committerJason Perkins <starkos@industriousone.com>2012-11-12 19:51:25 +0400
commitd1a526110553cd33c4c649a60ac30bc3c06d7d5c (patch)
tree0d1e48d50c1fdbd8db70179d2dc96563734f9a75 /CHANGES.txt
parentd14df9df22bd686de4072e9a56b378d971bf3c11 (diff)
Pull 25: Add Unix support to os.getversion() (wfgleper)
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 003bc97..d743d91 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -62,8 +62,9 @@
* Patch 3367642: Add support for targetextension property to Xcode
* Patch 3435716: Fix for PS3 config generation in VS2010 (Jake)
* Patch 3441850: Use debug.traceback() as error handler (Konstantin Tokarev)
-* Patch 3462994: Make flag values case-insensitive
-* Patch 3466877: Removed -flat_namespace from Mac OS X flags
+* Patch 3462994: Make flag values case-insensitive (Konstantin Tokarev)
+* Patch 3466877: Removed -flat_namespace from Mac OS X flags (Konstantin Tokarev)
+* Pull 25: Add Unix support to os.getversion() (wfgleper)
-------