caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] Ocamlnet-3.6.4
@ 2013-06-03 11:58 Gerd Stolpmann
  2013-06-05 23:47 ` [Caml-list] [ANN] Ocamlnet-3.6.5 Gerd Stolpmann
  0 siblings, 1 reply; 3+ messages in thread
From: Gerd Stolpmann @ 2013-06-03 11:58 UTC (permalink / raw)
  To: caml-list; +Cc: ocamlnet-devel

Hi,

I've just released Ocamlnet-3.6.4. This is a maintenance release
including:

 - New configure options for PCRE (-enable-full-pcre, -enable-pcre).
   There is also documentation about the PCRE issue in Regexp.html
   (remember that PCRE is no longer the default regexp engine).
 - More documentation for Netmulticore: Netmcore_basics
 - New Netplex module for mailboxes: Netplex_mbox.
 - netcgi2-apache builds against apache-2.4

plus various smaller fixes and additions.

For a full description, see the ChangeLog.

Get Ocamlnet, read the manual etc. from  
http://projects.camlcity.org/projects/ocamlnet.html

Gerd
-- 
------------------------------------------------------------
Gerd Stolpmann, Bad Nauheimer Str.3, 64289 Darmstadt,Germany 
gerd@gerd-stolpmann.de          http://www.gerd-stolpmann.de
Phone: +49-6151-153855                  Fax: +49-6151-997714
------------------------------------------------------------



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

* [Caml-list] [ANN] Ocamlnet-3.6.5
  2013-06-03 11:58 [Caml-list] [ANN] Ocamlnet-3.6.4 Gerd Stolpmann
@ 2013-06-05 23:47 ` Gerd Stolpmann
  2013-06-15 12:04   ` oliver
  0 siblings, 1 reply; 3+ messages in thread
From: Gerd Stolpmann @ 2013-06-05 23:47 UTC (permalink / raw)
  To: caml-list

Well, things go wrong...

There was a build problem in 3.6.4 so that netstring-pcre did not work
properly. This is fixed in the new versiopn 3.6.5 I just released.

Gerd


Am Montag, den 03.06.2013, 13:58 +0200 schrieb Gerd Stolpmann:
> Hi,
> 
> I've just released Ocamlnet-3.6.4. This is a maintenance release
> including:
> 
>  - New configure options for PCRE (-enable-full-pcre, -enable-pcre).
>    There is also documentation about the PCRE issue in Regexp.html
>    (remember that PCRE is no longer the default regexp engine).
>  - More documentation for Netmulticore: Netmcore_basics
>  - New Netplex module for mailboxes: Netplex_mbox.
>  - netcgi2-apache builds against apache-2.4
> 
> plus various smaller fixes and additions.
> 
> For a full description, see the ChangeLog.
> 
> Get Ocamlnet, read the manual etc. from  
> http://projects.camlcity.org/projects/ocamlnet.html
> 
> Gerd
> -- 
> ------------------------------------------------------------
> Gerd Stolpmann, Bad Nauheimer Str.3, 64289 Darmstadt,Germany 
> gerd@gerd-stolpmann.de          http://www.gerd-stolpmann.de
> Phone: +49-6151-153855                  Fax: +49-6151-997714
> ------------------------------------------------------------
> 
> 
> 




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

* Re: [Caml-list] [ANN] Ocamlnet-3.6.5
  2013-06-05 23:47 ` [Caml-list] [ANN] Ocamlnet-3.6.5 Gerd Stolpmann
@ 2013-06-15 12:04   ` oliver
  0 siblings, 0 replies; 3+ messages in thread
From: oliver @ 2013-06-15 12:04 UTC (permalink / raw)
  To: Gerd Stolpmann; +Cc: caml-list

Hello,

the ocamlnet-package on AUR (Arch Linux) was orphaned.
I adopted it and updated to 3.6.5:

  https://aur.archlinux.org/packages/ocamlnet/


Ciao,
   Oliver


On Thu, Jun 06, 2013 at 01:47:17AM +0200, Gerd Stolpmann wrote:
> Well, things go wrong...
> 
> There was a build problem in 3.6.4 so that netstring-pcre did not work
> properly. This is fixed in the new versiopn 3.6.5 I just released.
> 
> Gerd
> 
> 
> Am Montag, den 03.06.2013, 13:58 +0200 schrieb Gerd Stolpmann:
> > Hi,
> > 
> > I've just released Ocamlnet-3.6.4. This is a maintenance release
> > including:
> > 
> >  - New configure options for PCRE (-enable-full-pcre, -enable-pcre).
> >    There is also documentation about the PCRE issue in Regexp.html
> >    (remember that PCRE is no longer the default regexp engine).
> >  - More documentation for Netmulticore: Netmcore_basics
> >  - New Netplex module for mailboxes: Netplex_mbox.
> >  - netcgi2-apache builds against apache-2.4
> > 
> > plus various smaller fixes and additions.
> > 
> > For a full description, see the ChangeLog.
> > 
> > Get Ocamlnet, read the manual etc. from  
> > http://projects.camlcity.org/projects/ocamlnet.html
> > 
> > Gerd
> > -- 
> > ------------------------------------------------------------
> > Gerd Stolpmann, Bad Nauheimer Str.3, 64289 Darmstadt,Germany 
> > gerd@gerd-stolpmann.de          http://www.gerd-stolpmann.de
> > Phone: +49-6151-153855                  Fax: +49-6151-997714
> > ------------------------------------------------------------
> > 
> > 
> > 
> 
> 
> 
> 
> -- 
> Caml-list mailing list.  Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs

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

end of thread, other threads:[~2013-06-15 12:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-03 11:58 [Caml-list] [ANN] Ocamlnet-3.6.4 Gerd Stolpmann
2013-06-05 23:47 ` [Caml-list] [ANN] Ocamlnet-3.6.5 Gerd Stolpmann
2013-06-15 12:04   ` oliver

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