Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Increase the version number to 3.11.1 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | branch-3.11 |
Files: | files | file ages | folders |
SHA1: |
2dcd2fdafe933b74e2d90923986c5ee5 |
User & Date: | drh 2016-03-01 15:41:31 |
Context
2016-03-01
| ||
15:52 | Remove a forgotten "breakpoint" command from an FTS5 test script. check-in: 61927c8f user: drh tags: branch-3.11 | |
15:41 | Increase the version number to 3.11.1 check-in: 2dcd2fda user: drh tags: branch-3.11 | |
15:09 | Merge branch-3.11-matchinfo into this branch. check-in: 42358170 user: dan tags: branch-3.11 | |
Changes
Changes to VERSION.
1 -3.11.0 1 +3.11.1
Changes to configure.
1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 -# Generated by GNU Autoconf 2.69 for sqlite 3.11.0. 3 +# Generated by GNU Autoconf 2.69 for sqlite 3.11.1. 4 4 # 5 5 # 6 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 7 7 # 8 8 # 9 9 # This configure script is free software; the Free Software Foundation 10 10 # gives unlimited permission to copy, distribute and modify it. ................................................................................ 722 722 subdirs= 723 723 MFLAGS= 724 724 MAKEFLAGS= 725 725 726 726 # Identity of this package. 727 727 PACKAGE_NAME='sqlite' 728 728 PACKAGE_TARNAME='sqlite' 729 -PACKAGE_VERSION='3.11.0' 730 -PACKAGE_STRING='sqlite 3.11.0' 729 +PACKAGE_VERSION='3.11.1' 730 +PACKAGE_STRING='sqlite 3.11.1' 731 731 PACKAGE_BUGREPORT='' 732 732 PACKAGE_URL='' 733 733 734 734 # Factoring default headers for most tests. 735 735 ac_includes_default="\ 736 736 #include <stdio.h> 737 737 #ifdef HAVE_SYS_TYPES_H ................................................................................ 1456 1456 # 1457 1457 # Report the --help message. 1458 1458 # 1459 1459 if test "$ac_init_help" = "long"; then 1460 1460 # Omit some internal or obsolete options to make the list less imposing. 1461 1461 # This message is too long to be a string in the A/UX 3.1 sh. 1462 1462 cat <<_ACEOF 1463 -\`configure' configures sqlite 3.11.0 to adapt to many kinds of systems. 1463 +\`configure' configures sqlite 3.11.1 to adapt to many kinds of systems. 1464 1464 1465 1465 Usage: $0 [OPTION]... [VAR=VALUE]... 1466 1466 1467 1467 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1468 1468 VAR=VALUE. See below for descriptions of some of the useful variables. 1469 1469 1470 1470 Defaults for the options are specified in brackets. ................................................................................ 1521 1521 --build=BUILD configure for building on BUILD [guessed] 1522 1522 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1523 1523 _ACEOF 1524 1524 fi 1525 1525 1526 1526 if test -n "$ac_init_help"; then 1527 1527 case $ac_init_help in 1528 - short | recursive ) echo "Configuration of sqlite 3.11.0:";; 1528 + short | recursive ) echo "Configuration of sqlite 3.11.1:";; 1529 1529 esac 1530 1530 cat <<\_ACEOF 1531 1531 1532 1532 Optional Features: 1533 1533 --disable-option-checking ignore unrecognized --enable/--with options 1534 1534 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1535 1535 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] ................................................................................ 1642 1642 cd "$ac_pwd" || { ac_status=$?; break; } 1643 1643 done 1644 1644 fi 1645 1645 1646 1646 test -n "$ac_init_help" && exit $ac_status 1647 1647 if $ac_init_version; then 1648 1648 cat <<\_ACEOF 1649 -sqlite configure 3.11.0 1649 +sqlite configure 3.11.1 1650 1650 generated by GNU Autoconf 2.69 1651 1651 1652 1652 Copyright (C) 2012 Free Software Foundation, Inc. 1653 1653 This configure script is free software; the Free Software Foundation 1654 1654 gives unlimited permission to copy, distribute and modify it. 1655 1655 _ACEOF 1656 1656 exit ................................................................................ 2061 2061 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno 2062 2062 2063 2063 } # ac_fn_c_check_header_mongrel 2064 2064 cat >config.log <<_ACEOF 2065 2065 This file contains any messages produced by compilers while 2066 2066 running configure, to aid debugging if configure makes a mistake. 2067 2067 2068 -It was created by sqlite $as_me 3.11.0, which was 2068 +It was created by sqlite $as_me 3.11.1, which was 2069 2069 generated by GNU Autoconf 2.69. Invocation command line was 2070 2070 2071 2071 $ $0 $@ 2072 2072 2073 2073 _ACEOF 2074 2074 exec 5>>config.log 2075 2075 { ................................................................................ 12075 12075 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 12076 12076 12077 12077 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 12078 12078 # Save the log message, to keep $0 and so on meaningful, and to 12079 12079 # report actual input values of CONFIG_FILES etc. instead of their 12080 12080 # values after options handling. 12081 12081 ac_log=" 12082 -This file was extended by sqlite $as_me 3.11.0, which was 12082 +This file was extended by sqlite $as_me 3.11.1, which was 12083 12083 generated by GNU Autoconf 2.69. Invocation command line was 12084 12084 12085 12085 CONFIG_FILES = $CONFIG_FILES 12086 12086 CONFIG_HEADERS = $CONFIG_HEADERS 12087 12087 CONFIG_LINKS = $CONFIG_LINKS 12088 12088 CONFIG_COMMANDS = $CONFIG_COMMANDS 12089 12089 $ $0 $@ ................................................................................ 12141 12141 12142 12142 Report bugs to the package provider." 12143 12143 12144 12144 _ACEOF 12145 12145 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 12146 12146 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 12147 12147 ac_cs_version="\\ 12148 -sqlite config.status 3.11.0 12148 +sqlite config.status 3.11.1 12149 12149 configured by $0, generated by GNU Autoconf 2.69, 12150 12150 with options \\"\$ac_cs_config\\" 12151 12151 12152 12152 Copyright (C) 2012 Free Software Foundation, Inc. 12153 12153 This config.status script is free software; the Free Software Foundation 12154 12154 gives unlimited permission to copy, distribute and modify it." 12155 12155