Browse thread
3.09.3 release candidate 1
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Olivier Andrieu <oandrieu@n...> |
| Subject: | Re: [Caml-list] 3.09.3 release candidate 1 |
skaller [Wednesday 30 August 2006] :
>
> On Wed, 2006-08-30 at 14:18 +0200, Olivier Andrieu wrote:
> > Damien Doligez [Wednesday 30 August 2006] :
> > >
> > > Hello,
> > >
> > > We have a release candidate for 3.09.3. It is available from the CVS
> > > repository < http://camlcvs.inria.fr/cvsserver-eng.html > under the
> > > tag "ocaml3093rc1".
> >
> > I get this:
> > ,----
> > | $ cvs up -r ocaml3093rc1
> > | cvs [update aborted]: no such tag ocaml3093rc1
> > `----
>
>
> skaller@rosella:/work/ocaml$ cvs update -r ocaml3093rc1
> ? asmcomp/arch.cmi
> ? asmcomp/arch.cmo
> ..
>
> Seems to work here ..
It works for me too now. I guess it was an issue with the public
repository being only periodically synched with the development
repository or something.
Here's the Changelog by the way:
,----[ Changes ]
| Objective Caml 3.09.3:
| ----------------------
|
| Bug fixes:
| - ocamldoc: -using modtype constraint to filter module elements displayed
| in doc PR#4016
| - ocamldoc: error in merging of top dependencies of modules PR#4007
| - ocamldoc: -dot-colors has no effect PR#3981
| - ocamdloc: missing crossref in text from intro files PR#4066
| - compilers: segfault with recursive modules PR#4008
| - compilers: infinite loop when compiling objects PR#4018
| - compilers: bad error message when signature mismatch PR#4001
| - compilers: infinite loop with -rectypes PR#3999
| - compilers: contravariance bug in private rows
| - compilers: unsafe cast with polymorphic exception PR#4002
| - native compiler: bad assembly code generated for AMD64 PR#4067
| - native compiler: stack alignment problems on MacOSX/i386 PR#4036
| - stdlib: crash in marshalling PR#4030
| - stdlib: crash when closing a channel twice PR#4039
| - stdlib: memory leak in Sys.readdir PR#4093
| - C interface: better definition of CAMLreturn PR#4068
| - otherlibs/unix: crash in gethostbyname PR#3043
| - tools: subtle problem with unset in makefile PR#4048
|
| New features:
| - ocamldoc: name resolution in cross-referencing {!name}: if name is not
| found, then it is searched in the parent module/class, and in the parent
| of the parent, and so on until it is found.
| - ocamldoc: new option -short-functors to use a short form to display
| functors in html generator PR#4017
| - ocamlprof: added "-version" option
`----
--
Olivier