aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-04-21 18:48:42 +0000
committerlloyd <[email protected]>2011-04-21 18:48:42 +0000
commit0771ef306eedd46aaa17005044e46ea0c9ac01a4 (patch)
tree0adff17c0c37e3598afea5e34eef894e3caa873b /doc/log.txt
parentc54c7e7cf74727057dfed6bb19c116e6ac97983b (diff)
Enable unix_procs for FreeBSD. It was disabled in 2006 to work
around a bug in FreeBSD 6.1, which is long EOL. If we can't figure out the CPU in configure.py, if running verbosely dump the entire list of CPUs we know about. Some doc cleanups. Rename the 'beos' target to 'haiku', since testing shows that botan can't compile under the old BeOS GCC 2.95 anyway. Remove the call to idle_time in the stats entropy source - it causes a crash on Haiku R1-alpha2 somewhere inside a system DLL. I didn't bother debugging it beyond looking at the backtrace. Add a 'bepc' alias for i386 as that is what Haiku reports its processor as. Fix the install dirs to match Haiku R1, though apparently they will change in R2 anyway when they add package management. Enable use of gmtime_r on Haiku.
Diffstat (limited to 'doc/log.txt')
-rw-r--r--doc/log.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index f60086c7c..ccb672e25 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -19,6 +19,9 @@ Version 1.10.0, Not Yet Released
``fpe_fe1.h``, and the functions are named ``fe1_encrypt`` and
``fe1_decrypt``. See :ref:`fpe` for more information.
+* Some minor fixes for compiling botan under the BeOS
+ clone/continuation `Haiku <http://haiku-os.org>`_.
+
* A bug in 1.9.16 effectively disabled support for runtime CPU feature
detection on x86 under GCC in that release.