summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2006-11-06 02:32:33 +0000
committerDavid Schleef <ds@schleef.org>2006-11-06 02:32:33 +0000
commitef07669a4287c7d52ef25b53fb30398b2017e7b4 (patch)
tree0625f5235888583f9cc350de3d8006d5e91e7ee7 /NEWS
parentd23c9d360be054041e2490c59a700c7bd33ea97c (diff)
downloadliboil-ef07669a4287c7d52ef25b53fb30398b2017e7b4.tar.gz
* BUGS:
remove. * BUG-REPORTING: add. * HACKING: * Makefile.am: * NEWS: * README: documentation fixes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8b13789..6349d3d 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1,14 @@
+0.3.10
+======
+
+ - Lots of new classes and implementations were added for Schrödinger.
+ - Several i386 implementations also compile on amd64, so these were
+ copied over to a separate directory and are now enabled on amd64.
+ - Feature detection on amd64 has been fixed.
+ - All known startup warnings have been fixed.
+ - The core now handles arrays that are 'N plus a constant' in length.
+ - Wrap a bunch of functions in HAVE_UNALIGNED_ACCESS to indicate that
+ they require an architecture that handles unaligned access.
+
+