aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_5_0.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/relnotes/1_5_0.rst')
-rw-r--r--doc/relnotes/1_5_0.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/relnotes/1_5_0.rst b/doc/relnotes/1_5_0.rst
new file mode 100644
index 000000000..6b2926510
--- /dev/null
+++ b/doc/relnotes/1_5_0.rst
@@ -0,0 +1,13 @@
+Version 1.5.0, 2006-01-01
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+* Moved all global/shared library state into a single object
+* Mutex objects are created through mutex factories instead of a global
+* Removed ::get_mutex(), ::initialize_mutex(), and Mutex::clone()
+* Removed the RNG_Quality enum entirely
+* There is now only a single global-use PRNG
+* Removed the no_aliases and no_oids options for LibraryInitializer
+* Removed the deprecated algorithms SEAL, ISAAC, and HAVAL
+* Change es_ftw to use unbuffered I/O
+
+