caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* OCaml 3.11.1 released
@ 2009-06-12 12:46 Damien Doligez
  2009-06-12 12:53 ` [Caml-list] " Damien Doligez
  2009-06-12 13:02 ` Stéphane Glondu
  0 siblings, 2 replies; 4+ messages in thread
From: Damien Doligez @ 2009-06-12 12:46 UTC (permalink / raw)
  To: caml users

Dear OCaml users,

It is our pleasure to celebrate the 30th anniversary of the first
human-powered flight over the English channel by announcing the
release of OCaml version 3.11.1.  This is mainly a bug-fix release,
see the list of changes below.

It is available here: < http://caml.inria.fr/download.en.html >

Special thanks to Andres Varon, who tested RC1 on eight different
configurations.

Happy hacking,

-- The OCaml team.



Objective Caml 3.11.1:
----------------------

Bug fixes:
- PR#4095: ocamldebug: strange behaviour of control-C
- PR#4403: ocamldebug: improved handling of packed modules
- PR#4650: Str.regexp_case_fold mis-handling complemented character  
sets [^a]
- PR#4660: Scanf.format_from_string: handling of double quote
- PR#4666: Unix.exec* failure in multithread programs under MacOS X  
and FreeBSD
- PR#4667: debugger out of sync with dynlink changes
- PR#4678: random "out of memory" error with systhreads
- PR#4690: issue with dynamic loading under MacOS 10.5
- PR#4692: wrong error message with options -i and -pack passed to  
ocamlc
- PR#4699: in otherlibs/dbm, fixed construction of dlldbm.so.
- PR#4704: error in caml_modify_generational_global_root()
- PR#4708: (ocamldoc) improved printing of infix identifiers such as  
"lor".
- PR#4722: typo in configure script
- PR#4729: documented the fact that PF_INET6 is not available on all  
platforms
- PR#4730: incorrect typing involving abbreviation "type 'a t = 'a"
- PR#4731: incorrect quoting of arguments passed to the assembler on  
x86-64
- PR#4735: Unix.LargeFile.fstat cannot report size over 32bits on Win32
- PR#4740: guard against possible processor error in
            {Int32,Int64,Nativeint}.{div,rem}
- PR#4745: type inference wrongly produced non-generalizable type  
variables.
- PR#4749: better pipe size for win32unix
- PR#4756: printf: no error reported for wrong format '%_s'
- PR#4758: scanf: handling of \<newline> by format '%S'
- PR#4766: incorrect simplification of some type abbreviations.
- PR#4768: printf: %F does not respect width and precision  
specifications
- PR#4769: Format.bprintf fails to flush
- PR#4775: fatal error Ctype.Unify during module type-checking  
(temporary fix)
- PR#4776: bad interaction between exceptions and classes
- PR#4780: labltk build problem under Windows.
- PR#4790: under Windows, map ERROR_NO_DATA Win32 error to EPIPE Unix  
error.
- PR#4792: bug in Big_int.big_int_of_int64 on 32-bit platforms.
- PR#4796: ocamlyacc: missing NUL termination of string
- PR#4804: bug in Big_int.int64_of_big_int on 32-bit platforms.
- PR#4805: improving compatibility with the clang C compiler
- PR#4809: issue with Unix.create_process under Win32
- PR#4814: ocamlbrowser: crash when editing comments
- PR#4816: module abbreviations remove 'private' type restrictions
- PR#4817: Object type gives error "Unbound type parameter .."
- Module Parsing: improved computation of locations when an ocamlyacc  
rule
                   starts with an empty nonterminal
- Type-checker: fixed wrong variance computation for private types
- x86-32 code generator, MSVC port: wrong "fld" instruction generated.
- ocamlbuild: incorrectly using the compile-time value of $OCAMLLIB
- Makefile problem when configured with -no-shared-libs
- ocamldoc: use dynamic loading in native code

Other changes:
- Improved wording of various error messages
   (contributed by Jonathan Davies, Citrix).
- Support for 64-bit mode in Solaris/x86 (PR#4670).


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] OCaml 3.11.1 released
  2009-06-12 12:46 OCaml 3.11.1 released Damien Doligez
@ 2009-06-12 12:53 ` Damien Doligez
  2009-06-12 13:02 ` Stéphane Glondu
  1 sibling, 0 replies; 4+ messages in thread
From: Damien Doligez @ 2009-06-12 12:53 UTC (permalink / raw)
  To: caml users


On 2009-06-12, at 14:46, Damien Doligez wrote:

> It is our pleasure to celebrate the 30th anniversary of the first
> human-powered flight over the English channel by announcing the
> release of OCaml version 3.11.1.  This is mainly a bug-fix release,
> see the list of changes below.


I forgot one important detail: the release is only available as
source for the moment.  Binaries will be made available shortly.

-- Damien


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] OCaml 3.11.1 released
  2009-06-12 12:46 OCaml 3.11.1 released Damien Doligez
  2009-06-12 12:53 ` [Caml-list] " Damien Doligez
@ 2009-06-12 13:02 ` Stéphane Glondu
  2009-06-12 13:43   ` Damien Doligez
  1 sibling, 1 reply; 4+ messages in thread
From: Stéphane Glondu @ 2009-06-12 13:02 UTC (permalink / raw)
  To: Damien Doligez; +Cc: caml users

Damien Doligez a écrit :
> It is our pleasure to celebrate the 30th anniversary of the first
> human-powered flight over the English channel by announcing the
> release of OCaml version 3.11.1.  This is mainly a bug-fix release,
> see the list of changes below.
> 
> It is available here: < http://caml.inria.fr/download.en.html >

The links to the sources seem to be broken.


Cheers,

-- 
Stéphane


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] OCaml 3.11.1 released
  2009-06-12 13:02 ` Stéphane Glondu
@ 2009-06-12 13:43   ` Damien Doligez
  0 siblings, 0 replies; 4+ messages in thread
From: Damien Doligez @ 2009-06-12 13:43 UTC (permalink / raw)
  To: Stéphane Glondu; +Cc: caml users


On 2009-06-12, at 15:02, Stéphane Glondu wrote:

> The links to the sources seem to be broken.


Sorry about that.  It is fixed now.

-- Damien


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-06-12 13:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-12 12:46 OCaml 3.11.1 released Damien Doligez
2009-06-12 12:53 ` [Caml-list] " Damien Doligez
2009-06-12 13:02 ` Stéphane Glondu
2009-06-12 13:43   ` Damien Doligez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).