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

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Perkins <starkos@industriousone.com>2011-05-04 03:28:05 +0400
committerJason Perkins <starkos@industriousone.com>2011-05-04 03:28:05 +0400
commit1dada1a51ef57b61b69b4fea683bb1e7dab1fae9 (patch)
treea0ce3f85bb24074a461bea39b9ef00858b3407b0
parent0e062eca0b3c6eec906de489df0f700702feac4e (diff)
Removed 4.3.1 from changelog; going right to 4.44.4-beta1
-rw-r--r--CHANGES.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a275eab..a2d46eb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,12 +10,7 @@
* Ignore NoRTTI flag for Managed C++ projects (Nick Darnell)
* Added host.is64bit
* Added os.getversion
-* Patch 3140456: Explicitly specify architecture for vs StaticLib (Brian Mazza)
-
--------
- 4.3.1 (in progress)
--------
-
+* Patch 3140456: Explicitly specify architecture for VS StaticLib (Brian Mazza)
* Bug 3119793: Fixed ClCompile blocks with vs10 and PCH (Dan Dunham)
* Bug 2920784: Symbol visibility in Xcode3 libraries (burnson2)
* Bug 3133743: Sets ONLY_ACTIVE_ARCH = YES in Xcode debug builds (James Wynn)
@@ -25,7 +20,7 @@
* Bug 3163703: pdb file being set in the wrong section. (hodsondd)
* Bug 3157645: Full path for xcode frameworks
* Bug 3232160: Environment variables are cut off
-* Patch 3043933 gmake incorrectly links using -l when a solution contains a .so and .a of the same name and the static lib is wanted (Jonathan Derque)
+* Patch 3043933 Allow gmake to use static lib when shared lib of same name exists (Jonathan Derque)
* Bug 3294459: vs10 x86_64 using incorrect debug format for minimal rebuild (learner)
-------