* [Caml-list] OCaml 4.01.0+beta1
@ 2013-08-15 17:54 Damien Doligez
2013-08-15 18:58 ` Anil Madhavapeddy
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Damien Doligez @ 2013-08-15 17:54 UTC (permalink / raw)
To: caml users, caml announce
Dear OCaml users,
The beta version of OCaml 4.01.0 is now available here:
http://caml.inria.fr/pub/distrib/ocaml-4.01/
This is released as source-only, for your testing pleasure. The release candidate is scheduled for the end of this month, so don't please waste time in testing and reporting bugs.
Happy hacking,
-- Damien Doligez for the OCaml team.
Compatibility notes:
The following software will need minor adjustments to run with this release (as compared to the svn version of June 13):
- camlp5 6.10: warnings.mli has changed. Version 6.11 will be available very soon.
- obrowser 1.1.1: stdlib/printexc.{ml,mli} have changed (functions added).
- lwt 2.4.0: otherlibs/unix/unix.mli has one more constructor (O_CLOEXEC) in type open_flag.
- core-109.37.00: same reason.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Caml-list] OCaml 4.01.0+beta1
2013-08-15 17:54 [Caml-list] OCaml 4.01.0+beta1 Damien Doligez
@ 2013-08-15 18:58 ` Anil Madhavapeddy
2013-08-15 22:46 ` Daniel de Rauglaudre
2013-08-19 12:36 ` Jonathan Protzenko
2 siblings, 0 replies; 4+ messages in thread
From: Anil Madhavapeddy @ 2013-08-15 18:58 UTC (permalink / raw)
To: Damien Doligez; +Cc: caml users
On 15 Aug 2013, at 13:54, Damien Doligez <damien.doligez@inria.fr> wrote:
> Dear OCaml users,
>
> The beta version of OCaml 4.01.0 is now available here:
>
> http://caml.inria.fr/pub/distrib/ocaml-4.01/
>
> This is released as source-only, for your testing pleasure. The release candidate is scheduled for the end of this month, so don't please waste time in testing and reporting bugs.
I've added an OPAM switch for this to make it easier to try out, so you should be able to:
$ opam update
$ opam switch 4.01.0beta1
$ opam install lwt core utop
> Compatibility notes:
>
> The following software will need minor adjustments to run with this release (as compared to the svn version of June 13):
>
> - camlp5 6.10: warnings.mli has changed. Version 6.11 will be available very soon.
> - obrowser 1.1.1: stdlib/printexc.{ml,mli} have changed (functions added).
> - lwt 2.4.0: otherlibs/unix/unix.mli has one more constructor (O_CLOEXEC) in type open_flag.
> - core-109.37.00: same reason.
I've added local patches for the last two into OPAM so they'll work until the releases catch up.
-anil
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Caml-list] OCaml 4.01.0+beta1
2013-08-15 17:54 [Caml-list] OCaml 4.01.0+beta1 Damien Doligez
2013-08-15 18:58 ` Anil Madhavapeddy
@ 2013-08-15 22:46 ` Daniel de Rauglaudre
2013-08-19 12:36 ` Jonathan Protzenko
2 siblings, 0 replies; 4+ messages in thread
From: Daniel de Rauglaudre @ 2013-08-15 22:46 UTC (permalink / raw)
To: caml users, caml announce
Hello everybody,
On Thu, Aug 15, 2013 at 07:55:13PM +0200, Damien Doligez wrote:
> - camlp5 6.10: warnings.mli has changed. Version 6.11 will be
> available very soon.
Done. Version 6.11 available at
http://pauillac.inria.fr/~ddr/camlp5/
--
Daniel de Rauglaudre
http://pauillac.inria.fr/~ddr/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Caml-list] OCaml 4.01.0+beta1
2013-08-15 17:54 [Caml-list] OCaml 4.01.0+beta1 Damien Doligez
2013-08-15 18:58 ` Anil Madhavapeddy
2013-08-15 22:46 ` Daniel de Rauglaudre
@ 2013-08-19 12:36 ` Jonathan Protzenko
2 siblings, 0 replies; 4+ messages in thread
From: Jonathan Protzenko @ 2013-08-19 12:36 UTC (permalink / raw)
To: Damien Doligez, caml users, caml announce
Dear OCaml users on Windows,
A corresponding installer for testing OCaml 4.01.0 on Windows is now
available here:
http://gallium.inria.fr/~protzenk/caml-installer/ocaml-4.01.0+beta1-i686-mingw64-installer3.exe
Please let me know if there are any bugs in the installer itself.
Cheers,
~ jonathan
On 08/15/2013 07:54 PM, Damien Doligez wrote:
> Dear OCaml users,
>
> The beta version of OCaml 4.01.0 is now available here:
>
> http://caml.inria.fr/pub/distrib/ocaml-4.01/
>
> This is released as source-only, for your testing pleasure. The release candidate is scheduled for the end of this month, so don't please waste time in testing and reporting bugs.
>
> Happy hacking,
>
> -- Damien Doligez for the OCaml team.
>
>
> Compatibility notes:
>
> The following software will need minor adjustments to run with this release (as compared to the svn version of June 13):
>
> - camlp5 6.10: warnings.mli has changed. Version 6.11 will be available very soon.
> - obrowser 1.1.1: stdlib/printexc.{ml,mli} have changed (functions added).
> - lwt 2.4.0: otherlibs/unix/unix.mli has one more constructor (O_CLOEXEC) in type open_flag.
> - core-109.37.00: same reason.
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-08-19 12:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-15 17:54 [Caml-list] OCaml 4.01.0+beta1 Damien Doligez
2013-08-15 18:58 ` Anil Madhavapeddy
2013-08-15 22:46 ` Daniel de Rauglaudre
2013-08-19 12:36 ` Jonathan Protzenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox