Skip to content

Commit

Permalink
version 3.08.1
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/version/3.08@6606 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
Damien Doligez committed Aug 19, 2004
1 parent 510ea35 commit 27bfa7b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
29 changes: 27 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
Objective Caml 3.08:
--------------------
Objective Caml 3.08.1:
----------------------

Licence:
- The emacs files are now under GPL
- Slightly relaxed some conditions of the QPL

Bug fixes:
- ld.conf now generated at compile-time instead of install-time
- fixed -pack on Windows XP (PR#2935)
- fixed Obj.tag (PR#2946)
- added support for multiple dlopen in Darwin
- run ranlib when installing camlp4 libraries (PR#2944)
- link camlp4opt with -linkall (PR#2949)
- camlp4 parsing of patterns now conforms to normal parsing (PR#3015)
- install camlp4 *.cmx files (PR#2955)
- fixed handling of linefeed in string constants in camlp4 (PR#3074)
- ocamldoc: fixed display of class parameters in HTML and LaTeX (PR#2994)
- ocamldoc: fixed display of link to class page in html (PR#2994)
- Windows toplevel GUI: assorted fixes (including PR#2932)

Misc:
- added -v option to ocamllex
- ocamldoc: new -intf and -impl options supported (PR#3036)

Objective Caml 3.08.0:
----------------------

(Changes that can break existing programs are marked with a "*" )

Expand Down
Binary file modified boot/ocamlc
Binary file not shown.
Binary file modified boot/ocamllex
Binary file not shown.
2 changes: 1 addition & 1 deletion stdlib/sys.ml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ let catch_break on =

(* OCaml version string, must be in the format described in sys.mli. *)

let ocaml_version = "3.08.0+1";;
let ocaml_version = "3.08.1";;

0 comments on commit 27bfa7b

Please sign in to comment.