forked fromfsharp/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit249a727
committed
configure.ac: require Mono 2.9
The README file was still kind of confusing in the Requirements section,because:a) It stated "mono trunk" instead of "mono master", as svn->git migrationhappened already a while ago.b) It mentioned a specific commit in mono instead of simply the lowestMono version that included this commit.Looking at the commit, that fixes bug BNC#641146, it is dated onSeptember 2010 and went to the master branch:https://bugzilla.novell.com/show_bug.cgi?id=641146On August 2012, master branch gets labeled from "2.8.1" to "2.9":http://lists.ximian.com/mailman/private/mono-patches/2010-October/178421.htmlSo we can safely assume that any Mono version equal or higher thanMono 2.9 contains this fix. (The fix was backported too to the 2-8branch but I still don't know which of the 2.8.x series included it;at least I know it is not 2.8.1 as that is the version that thereporter of the bug had.)1 parent93bae67 commit249a727
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
| |||
0 commit comments
Comments
(0)