diff options
author | lloyd <[email protected]> | 2011-10-11 12:46:21 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-10-11 12:46:21 +0000 |
commit | 655b95b22eb86f6f4fb6b9a0897d4271c24581a0 (patch) | |
tree | c27c528475d97948b6437d82675f6a7e04ad4dd8 /doc | |
parent | a5be7c394624db7a08a06467aa14ebff9a1dcb3d (diff) |
Don't set the soname on OpenBSD (PR 158)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 4c4215067..beac18593 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -10,6 +10,11 @@ Series 1.10 Version 1.10.2, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Don't set a soname on OpenBSD, as it doesn't support it (PR 158) + +* Fix a configure.py incompatability with the subprocess module + included in Python 3.1 (PR 157) + * A bug in configure.py would cause it to interpret `--cpu=s390x` as `s390`. This may have affected other CPUs as well. Now configure.py searches for an exact match, and only if no exact match is found |