Skip to content

Commit c4541e3

Browse files
committed
release 0.9.1
1 parent cc5ae8b commit c4541e3

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

CHANGES.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.9.1 - 13 Feb 2020
2+
3+
+ HTTP_VERSION_3
4+
* fix build with OCaml 4.10
5+
16
0.9.0 - 13 Nov 2019
27

38
* remove duphandle

configure

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for ocurl 0.9.0.
3+
# Generated by GNU Autoconf 2.69 for ocurl 0.9.1.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
577577
# Identity of this package.
578578
PACKAGE_NAME='ocurl'
579579
PACKAGE_TARNAME='ocurl'
580-
PACKAGE_VERSION='0.9.0'
581-
PACKAGE_STRING='ocurl 0.9.0'
580+
PACKAGE_VERSION='0.9.1'
581+
PACKAGE_STRING='ocurl 0.9.1'
582582
PACKAGE_BUGREPORT=''
583583
PACKAGE_URL=''
584584

@@ -1259,7 +1259,7 @@ if test "$ac_init_help" = "long"; then
12591259
# Omit some internal or obsolete options to make the list less imposing.
12601260
# This message is too long to be a string in the A/UX 3.1 sh.
12611261
cat <<_ACEOF
1262-
\`configure' configures ocurl 0.9.0 to adapt to many kinds of systems.
1262+
\`configure' configures ocurl 0.9.1 to adapt to many kinds of systems.
12631263
12641264
Usage: $0 [OPTION]... [VAR=VALUE]...
12651265
@@ -1321,7 +1321,7 @@ fi
13211321

13221322
if test -n "$ac_init_help"; then
13231323
case $ac_init_help in
1324-
short | recursive ) echo "Configuration of ocurl 0.9.0:";;
1324+
short | recursive ) echo "Configuration of ocurl 0.9.1:";;
13251325
esac
13261326
cat <<\_ACEOF
13271327
@@ -1401,7 +1401,7 @@ fi
14011401
test -n "$ac_init_help" && exit $ac_status
14021402
if $ac_init_version; then
14031403
cat <<\_ACEOF
1404-
ocurl configure 0.9.0
1404+
ocurl configure 0.9.1
14051405
generated by GNU Autoconf 2.69
14061406
14071407
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1699,7 +1699,7 @@ cat >config.log <<_ACEOF
16991699
This file contains any messages produced by compilers while
17001700
running configure, to aid debugging if configure makes a mistake.
17011701
1702-
It was created by ocurl $as_me 0.9.0, which was
1702+
It was created by ocurl $as_me 0.9.1, which was
17031703
generated by GNU Autoconf 2.69. Invocation command line was
17041704
17051705
$ $0 $@
@@ -9004,7 +9004,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
90049004
# report actual input values of CONFIG_FILES etc. instead of their
90059005
# values after options handling.
90069006
ac_log="
9007-
This file was extended by ocurl $as_me 0.9.0, which was
9007+
This file was extended by ocurl $as_me 0.9.1, which was
90089008
generated by GNU Autoconf 2.69. Invocation command line was
90099009
90109010
CONFIG_FILES = $CONFIG_FILES
@@ -9066,7 +9066,7 @@ _ACEOF
90669066
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
90679067
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
90689068
ac_cs_version="\\
9069-
ocurl config.status 0.9.0
9069+
ocurl config.status 0.9.1
90709070
configured by $0, generated by GNU Autoconf 2.69,
90719071
with options \\"\$ac_cs_config\\"
90729072

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl
22
dnl ocurl autoconf input
33
dnl
44

5-
AC_INIT(ocurl,0.9.0)
5+
AC_INIT(ocurl,0.9.1)
66

77
MIN_LIBCURL_VERSION=7.28.0
88

0 commit comments

Comments
 (0)