diff options
author | Marius Kintel <marius@kintel.net> | 2012-04-22 23:32:01 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-04-22 23:35:23 (GMT) |
commit | 775a9c89f3c570026262b51d16c3bc93cce3b6ee (patch) | |
tree | f04c3c2661bcacfb88d8ae4101c0ab3d56f3ac55 /RELEASE_NOTES | |
parent | dda5195130c6f0628768ad2a441b91c6fe5955e5 (diff) |
sync
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 1a10b10..32f3788 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -15,7 +15,7 @@ o use'ing an non-existing file sometimes crashed under Windows o Better font handling: Ensure a monospace font is chosen as default o Division by zero caused hang in some cases (e.g. sin(1/0)) o Larger minkowski operations sometimes caused a crash after a CGAL assert was thrown -o Fixed crashes in shared_ptr.hpp (or similar places) due to a cache management bug +o Fixed crashes in shared_ptr.hpp (or similar places) due bugs in cache management and CSG normalization o scale() with a scale factor of zero could cause a crash o Fixed a number of issues related to use/include o Providing an unknown parameter on the cmd-line caused a crash |