diff options
Diffstat (limited to 'doc/relnotes/1_7_14.rst')
-rw-r--r-- | doc/relnotes/1_7_14.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/relnotes/1_7_14.rst b/doc/relnotes/1_7_14.rst new file mode 100644 index 000000000..6bf5c50d2 --- /dev/null +++ b/doc/relnotes/1_7_14.rst @@ -0,0 +1,11 @@ +Version 1.7.14, 2008-09-30 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Split library into parts allowing modular builds +* Add (very preliminary) CMS support to the main library +* Some constructors now require object pointers instead of names +* Support multiple implementations of the same algorithm +* Build support for Pentium-M processors, from Derek Scherger +* Build support for MinGW/MSYS, from Zbigniew Zagorski +* Use inline assembly for bswap on 32-bit x86 + |