From b8d2c7e40e5bded42b0ed3da03843c79c01bf9f5 Mon Sep 17 00:00:00 2001 From: ygrek Date: Mon, 12 Jun 2017 23:24:25 -0700 Subject: [PATCH] release 0.7.10 --- CHANGES.txt | 5 +++++ README.md | 5 +---- configure | 18 +++++++++--------- configure.ac | 2 +- examples/test_lwt.ml | 2 +- opam | 4 ++-- 6 files changed, 19 insertions(+), 17 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 4240f2d..7c12d33 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +0.7.10 - 12 Jun 2017 + + + CURL_SSLVERSION_TLSv1_3 + * O(1) vs O(N) speedup for workloads with lots of short-lived concurrent connections + 0.7.9 - 3 Oct 2016 * fix build with older libcurl diff --git a/README.md b/README.md index 8768034..d72bbf1 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,13 @@ ocurl - OCaml libcurl bindings [![Build Status](https://travis-ci.org/ygrek/ocurl.svg?branch=master)](https://travis-ci.org/ygrek/ocurl) [![Build status](https://ci.appveyor.com/api/projects/status/b20uqxaeyarwy2s4/branch/master?svg=true)](https://ci.appveyor.com/project/ygrek/ocurl/branch/master) -Homepage: http://ocurl.forge.ocamlcore.org +Homepage: http://ygrek.org.ua/p/ocurl/ OCaml bindings to libcurl - client-side URL transfer library, supporting HTTP and a multitude of other network protocols. This is a continuation of ocurl project by Lars Nilsson, previously hosted at http://ocurl.sourceforge.net/ -NB examples/omulti is not built by default, as it requires - patched ocaml-event available at http://repo.or.cz/w/ocaml-event.git - Building on Windows with ocaml/msvc =================================== diff --git a/configure b/configure index f623398..47d22a6 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ocurl 0.7.9. +# Generated by GNU Autoconf 2.69 for ocurl 0.7.10. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -577,8 +577,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ocurl' PACKAGE_TARNAME='ocurl' -PACKAGE_VERSION='0.7.9' -PACKAGE_STRING='ocurl 0.7.9' +PACKAGE_VERSION='0.7.10' +PACKAGE_STRING='ocurl 0.7.10' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1258,7 +1258,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ocurl 0.7.9 to adapt to many kinds of systems. +\`configure' configures ocurl 0.7.10 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1320,7 +1320,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ocurl 0.7.9:";; + short | recursive ) echo "Configuration of ocurl 0.7.10:";; esac cat <<\_ACEOF @@ -1400,7 +1400,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ocurl configure 0.7.9 +ocurl configure 0.7.10 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1698,7 +1698,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ocurl $as_me 0.7.9, which was +It was created by ocurl $as_me 0.7.10, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -8769,7 +8769,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ocurl $as_me 0.7.9, which was +This file was extended by ocurl $as_me 0.7.10, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8831,7 +8831,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -ocurl config.status 0.7.9 +ocurl config.status 0.7.10 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index af77116..46dd134 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl dnl ocurl autoconf input dnl -AC_INIT(ocurl,0.7.9) +AC_INIT(ocurl,0.7.10) AC_PROG_CC() diff --git a/examples/test_lwt.ml b/examples/test_lwt.ml index 1caa607..ed8273a 100644 --- a/examples/test_lwt.ml +++ b/examples/test_lwt.ml @@ -54,7 +54,7 @@ let urls = "www.forth.org.ru"; "caml.inria.fr"; "www.mozart-oz.org"; - "forge.ocamlcore.org"; + "elm-lang.org"; ] let () = diff --git a/opam b/opam index 2e892fa..5248d5a 100644 --- a/opam +++ b/opam @@ -1,9 +1,9 @@ opam-version: "1.2" maintainer: "ygrek@autistici.org" -homepage: "http://ocurl.forge.ocamlcore.org" +homepage: "http://ygrek.org.ua/p/ocurl/" license: "MIT" authors: [ "Lars Nilsson" "ygrek" ] -doc: ["http://ocurl.forge.ocamlcore.org/api/index.html"] +doc: ["http://ygrek.org.ua/p/ocurl/api/index.html"] dev-repo: "git://github.com/ygrek/ocurl.git" bug-reports: "https://github.com/ygrek/ocurl/issues" build: [ -- 2.11.4.GIT