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:
authorstarkos <none@none>2009-12-22 19:07:55 +0300
committerstarkos <none@none>2009-12-22 19:07:55 +0300
commit3e038d7c58c1b027df9b669b6b762c194a1bc8dd (patch)
treefd21d194a4446f983b0c9dc683127f3501328635 /CHANGES.txt
parentef677f0dece0c11101bd1ca6e934dedbc59f7286 (diff)
Feature 2905303: Enable better folder matching in file lists
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 711f76b..46de499 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,16 +5,17 @@
- Feature 1526976: Add support for Apple Xcode 3
- Feature 2900623: Add targetsuffix and implibsuffix properties
- Added project kind to list of configuration filters
-- Clean action now removes MonoDevelop .pidb files correctly
-- Added os.executef()
- Feature 2839002: Add gcc switch to improve header dependency generation (Johannes Spohr)
- Feature 2832906: Global variable (_SCRIPT) for current script path
+- Feature 2905303: Enable better folder matching in file lists
- Bug 2909463: Fix Xcode handling of Obj-C++ .mm files
- Bug 2903430: Using relative instead of absolute paths with $() macro
- Bug 2910691: Duplicate build options
- Bug 2910639: Nil reference on dylib project dependency
- Bug 2872066: Two test failures in 4.1.2
- Bug 2912756: dylibs missing lib prefix
+- Clean action now removes MonoDevelop .pidb files correctly
+- Added os.executef()
-------