summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2002-08-19 12:25:32 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2002-08-19 12:25:32 +0000
commit8dae445f84593c563375b237a19e57019f7773fc (patch)
treefa923c1abbd63a034c9646879194c6198322dabb
parentd1b2174b015173a62d559c8d7fd988921cd69d7a (diff)
MAJ 3.06
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5105 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--Changes26
1 files changed, 26 insertions, 0 deletions
diff --git a/Changes b/Changes
index c6186158f..44f5bdfd6 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,29 @@
+Objective Caml 3.06:
+--------------------
+
+Type-checking:
+- Apply value restriction to polymorphic record fields.
+
+Run-time system:
+- Fixed GC bug affecting lazy values.
+
+Both compilers:
+- Added option "-version" to print just the version number.
+- Fixed wrong dependencies in .cmi generated with the -pack option.
+
+Native-code compiler:
+- Fixed wrong return value for inline bigarray assignments.
+
+Libraries:
+- Unix.getsockopt: make sure result is a valid boolean.
+
+Tools:
+- ocamlbrowser: improved error reporting; small Win32 fixes.
+
+Windows ports:
+- Fixed two problems with the Mingw port under Cygwin 1.3.
+
+
Objective Caml 3.05:
--------------------