From 39c9b7b88e78a7f0d193c4c022d8a46ddc3ac734 Mon Sep 17 00:00:00 2001 From: Jason Perkins Date: Wed, 23 Mar 2011 16:45:48 -0400 Subject: Updated changelog for previous fix --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 78e3a58..15b215a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,8 @@ * Bug 3138377: Link dependencies ignored within "SharedLib" configuration * 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 + ------- 4.3 -- cgit v1.2.3 From 0926bb12c8a8bab752960aef157b42fba5a0556f Mon Sep 17 00:00:00 2001 From: Liam Devine Date: Sat, 26 Mar 2011 00:21:44 +0000 Subject: * 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) --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 78e3a58..a14f245 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,7 @@ * Bug 3138377: Link dependencies ignored within "SharedLib" configuration * Bug 3163703: pdb file being set in the wrong section. (hodsondd) * Bug 3157645: Full path for xcode frameworks +* 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) ------- 4.3 -- cgit v1.2.3