caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* release 3.09.2
@ 2006-04-14 13:13 Damien Doligez
  2006-04-14 16:13 ` [Caml-list] " Yaron Minsky
  2006-05-10 23:10 ` Binary RPMs for 3.09.2 Aleksey Nogin
  0 siblings, 2 replies; 4+ messages in thread
From: Damien Doligez @ 2006-04-14 13:13 UTC (permalink / raw)
  To: caml users

Hello,

It is our pleasure to announce the availability of OCaml version 3.09.2.

This is mainly a bug-fix release, with only one big new feature: the  
port
to Mac OS X on Intel processors.

See below for a list of changes with respect to 3.09.1.

It is currently available in source form at
< http://caml.inria.fr/pub/distrib/ocaml-3.09/ > and it will shortly be
added to our Web page at < http://caml.inria.fr/ocaml/release.en.html >,
where binary packages will soon be available.

-- The OCaml team


Bug fixes:
- Makefile: problem with "make world.opt" PR#3954
- compilers: problem compiling several modules with one command line  
PR#3979
- compilers,ocamldoc: error message that Emacs cannot parse
- compilers: crash when printing type error PR#3968
- compilers: -dtypes wrong for monomorphic type variables PR#3894
- compilers: wrong warning on optional arguments PR#3980
- compilers: crash when wrong use of type constructor in let rec PR#3976
- compilers: better wording of "statement never returns" warning PR#3889
- runtime: inefficiency of signal handling PR#3990
- runtime: crashes with I/O in multithread programs PR#3906
- camlp4: empty file name in error messages PR#3886
- camlp4: stack overflow PR#3948
- otherlibs/labltk: ocamlbrowser ignores its command line options  
PR#3961
- otherlibs/unix: Unix.times wrong under Mac OS X PR#3960
- otherlibs/unix: wrong doc for execvp and execvpe PR#3973
- otherlibs/win32unix: random crash in Unix.stat PR#3998
- stdlib: update_mod not found under Windows PR#3847
- stdlib: Filename.dirname/basename wrong on Win32 PR#3933
- stdlib: incomplete documentation of Pervasives.abs PR#3967
- stdlib: Printf bugs PR#3902, PR#3955
- tools/checkstack.c: missing include
- yacc: crash when given argument "-" PR#3956

New features:
- ported to MacOS X on Intel PR#3985
- configure: added support for GNU Hurd PR#3991


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

* Re: [Caml-list] release 3.09.2
  2006-04-14 13:13 release 3.09.2 Damien Doligez
@ 2006-04-14 16:13 ` Yaron Minsky
  2006-04-18 12:40   ` Damien Doligez
  2006-05-10 23:10 ` Binary RPMs for 3.09.2 Aleksey Nogin
  1 sibling, 1 reply; 4+ messages in thread
From: Yaron Minsky @ 2006-04-14 16:13 UTC (permalink / raw)
  To: Damien Doligez; +Cc: caml users

[-- Attachment #1: Type: text/plain, Size: 2516 bytes --]

For those of us who have been using 3.09.2+rc1, have there been any
significant bugfixes from that release?

Thanks,
Yaron Minsky

On 4/14/06, Damien Doligez <damien.doligez@inria.fr> wrote:
>
> Hello,
>
> It is our pleasure to announce the availability of OCaml version 3.09.2.
>
> This is mainly a bug-fix release, with only one big new feature: the
> port
> to Mac OS X on Intel processors.
>
> See below for a list of changes with respect to 3.09.1.
>
> It is currently available in source form at
> < http://caml.inria.fr/pub/distrib/ocaml-3.09/ > and it will shortly be
> added to our Web page at < http://caml.inria.fr/ocaml/release.en.html >,
> where binary packages will soon be available.
>
> -- The OCaml team
>
>
> Bug fixes:
> - Makefile: problem with "make world.opt" PR#3954
> - compilers: problem compiling several modules with one command line
> PR#3979
> - compilers,ocamldoc: error message that Emacs cannot parse
> - compilers: crash when printing type error PR#3968
> - compilers: -dtypes wrong for monomorphic type variables PR#3894
> - compilers: wrong warning on optional arguments PR#3980
> - compilers: crash when wrong use of type constructor in let rec PR#3976
> - compilers: better wording of "statement never returns" warning PR#3889
> - runtime: inefficiency of signal handling PR#3990
> - runtime: crashes with I/O in multithread programs PR#3906
> - camlp4: empty file name in error messages PR#3886
> - camlp4: stack overflow PR#3948
> - otherlibs/labltk: ocamlbrowser ignores its command line options
> PR#3961
> - otherlibs/unix: Unix.times wrong under Mac OS X PR#3960
> - otherlibs/unix: wrong doc for execvp and execvpe PR#3973
> - otherlibs/win32unix: random crash in Unix.stat PR#3998
> - stdlib: update_mod not found under Windows PR#3847
> - stdlib: Filename.dirname/basename wrong on Win32 PR#3933
> - stdlib: incomplete documentation of Pervasives.abs PR#3967
> - stdlib: Printf bugs PR#3902, PR#3955
> - tools/checkstack.c: missing include
> - yacc: crash when given argument "-" PR#3956
>
> New features:
> - ported to MacOS X on Intel PR#3985
> - configure: added support for GNU Hurd PR#3991
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>

[-- Attachment #2: Type: text/html, Size: 3202 bytes --]

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

* Re: [Caml-list] release 3.09.2
  2006-04-14 16:13 ` [Caml-list] " Yaron Minsky
@ 2006-04-18 12:40   ` Damien Doligez
  0 siblings, 0 replies; 4+ messages in thread
From: Damien Doligez @ 2006-04-18 12:40 UTC (permalink / raw)
  To: caml users; +Cc: Yaron Minsky


On 2006-04-14, at 18:13, Yaron Minsky wrote:

> For those of us who have been using 3.09.2+rc1, have there been any  
> significant bugfixes from that release?

There are exactly two changes:

1. The fix to PR#3998 (a bug in the Windows version)
2. The version number


-- Damien


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

* Binary RPMs for 3.09.2
  2006-04-14 13:13 release 3.09.2 Damien Doligez
  2006-04-14 16:13 ` [Caml-list] " Yaron Minsky
@ 2006-05-10 23:10 ` Aleksey Nogin
  1 sibling, 0 replies; 4+ messages in thread
From: Aleksey Nogin @ 2006-05-10 23:10 UTC (permalink / raw)
  To: Caml List

Hello Everybody,

I've compiled the binary RPMs of OCaml 3.09.2 for Fedora Core 2,3,4 and
5, Red Hat Enterprise Linux 3 and 4 and Mandrake 10.1. You should be
able to download them from http://rpm.nogin.org/ocaml.html as usual.

P.S. Sorry for the huge delay (I've been on paternity leave ;-) ).

-- 
Aleksey Nogin

Home Page: http://nogin.org/
E-Mail: nogin@cs.caltech.edu (office), aleksey@nogin.org (personal)
Office: Moore 04, tel: (626) 395-2200


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

end of thread, other threads:[~2006-05-10 23:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-14 13:13 release 3.09.2 Damien Doligez
2006-04-14 16:13 ` [Caml-list] " Yaron Minsky
2006-04-18 12:40   ` Damien Doligez
2006-05-10 23:10 ` Binary RPMs for 3.09.2 Aleksey Nogin

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).