Skip to content

Commit

Permalink
Prepare release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Nov 12, 2019
1 parent 43caf8d commit ac1fddf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Tue Nov 12 2019 (1.2.4)
* Auto-initialize library in Mysql.escape

* Tue Nov 12 2019 (1.2.3)
* Support build with libmariadb (using mariadb_config)

Expand Down
30 changes: 15 additions & 15 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for ocaml-mysql 1.2.3.
# Generated by GNU Autoconf 2.69 for ocaml-mysql 1.2.4.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -577,8 +577,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ocaml-mysql'
PACKAGE_TARNAME='ocaml-mysql'
PACKAGE_VERSION='1.2.3'
PACKAGE_STRING='ocaml-mysql 1.2.3'
PACKAGE_VERSION='1.2.4'
PACKAGE_STRING='ocaml-mysql 1.2.4'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1240,7 +1240,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 ocaml-mysql 1.2.3 to adapt to many kinds of systems.
\`configure' configures ocaml-mysql 1.2.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1302,7 +1302,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ocaml-mysql 1.2.3:";;
short | recursive ) echo "Configuration of ocaml-mysql 1.2.4:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1382,7 +1382,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ocaml-mysql configure 1.2.3
ocaml-mysql configure 1.2.4
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1634,7 +1634,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 ocaml-mysql $as_me 1.2.3, which was
It was created by ocaml-mysql $as_me 1.2.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -3408,8 +3408,8 @@ $as_echo "#define STDC_HEADERS 1" >>confdefs.h
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_config include" >&5
$as_echo_n "checking for mysql_config include... " >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql includes" >&5
$as_echo_n "checking for mysql includes... " >&6; }
# pkg-config as last resort because debian buster pkg-config flags are wrong
MYSQL_INCLUDE=`mysql_config --include || mariadb_config --include || pkg-config mariadb --cflags`
if test "$?" -eq 0 ; then :
Expand All @@ -3418,8 +3418,8 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MYSQL_INCLUDE" >&5
$as_echo "$MYSQL_INCLUDE" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_config libs" >&5
$as_echo_n "checking for mysql_config libs... " >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql libraries" >&5
$as_echo_n "checking for mysql libraries... " >&6; }
MYSQL_LINK_FLAGS=`mysql_config --libs || mariadb_config --libs || pkg-config mariadb --libs`
if test "$?" -eq 0 ; then :
LDFLAGS="$MYSQL_LINK_FLAGS $LDFLAGS"
Expand Down Expand Up @@ -3971,7 +3971,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 ocaml-mysql $as_me 1.2.3, which was
This file was extended by ocaml-mysql $as_me 1.2.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -4033,7 +4033,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="\\
ocaml-mysql config.status 1.2.3
ocaml-mysql config.status 1.2.4
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down Expand Up @@ -5251,7 +5251,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 ocaml-mysql $as_me 1.2.3, which was
This file was extended by ocaml-mysql $as_me 1.2.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5313,7 +5313,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="\\
ocaml-mysql config.status 1.2.3
ocaml-mysql config.status 1.2.4
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(ocaml-mysql,1.2.3)
AC_INIT(ocaml-mysql,1.2.4)

AC_CHECKING([for ocaml compiler and tools])
AC_CHECK_PROG(ocamlc,ocamlc,ocamlc)
Expand Down

0 comments on commit ac1fddf

Please sign in to comment.