1
0
Fork 0

changed version number to 0.3.5

This commit is contained in:
Jan Steemann 2012-03-21 09:17:56 +01:00
parent b3445b6554
commit 7d5fd97207
3 changed files with 55 additions and 62 deletions

20
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for triAGENS AvocadoDB 0.3.3.
# Generated by GNU Autoconf 2.68 for triAGENS AvocadoDB 0.3.5.
#
# Report bugs to <info@triagens.de>.
#
@ -560,8 +560,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='triAGENS AvocadoDB'
PACKAGE_TARNAME='avocado'
PACKAGE_VERSION='0.3.3'
PACKAGE_STRING='triAGENS AvocadoDB 0.3.3'
PACKAGE_VERSION='0.3.5'
PACKAGE_STRING='triAGENS AvocadoDB 0.3.5'
PACKAGE_BUGREPORT='info@triagens.de'
PACKAGE_URL='http://www.avocadodb.org'
@ -1371,7 +1371,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 triAGENS AvocadoDB 0.3.3 to adapt to many kinds of systems.
\`configure' configures triAGENS AvocadoDB 0.3.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1442,7 +1442,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of triAGENS AvocadoDB 0.3.3:";;
short | recursive ) echo "Configuration of triAGENS AvocadoDB 0.3.5:";;
esac
cat <<\_ACEOF
@ -1586,7 +1586,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
triAGENS AvocadoDB configure 0.3.3
triAGENS AvocadoDB configure 0.3.5
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@ -2142,7 +2142,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 triAGENS AvocadoDB $as_me 0.3.3, which was
It was created by triAGENS AvocadoDB $as_me 0.3.5, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@ -3229,7 +3229,7 @@ fi
# Define the identity of the package.
PACKAGE='avocado'
VERSION='0.3.3'
VERSION='0.3.5'
cat >>confdefs.h <<_ACEOF
@ -9853,7 +9853,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 triAGENS AvocadoDB $as_me 0.3.3, which was
This file was extended by triAGENS AvocadoDB $as_me 0.3.5, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -9920,7 +9920,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="\\
triAGENS AvocadoDB config.status 0.3.3
triAGENS AvocadoDB config.status 0.3.5
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"

View File

@ -6,7 +6,7 @@ dnl ============================================================================
dnl PREAMBLE triAGENS GmbH Build Environment
dnl ============================================================================
AC_INIT([triAGENS AvocadoDB], [0.3.3], [info@triagens.de], [avocado], [http://www.avocadodb.org])
AC_INIT([triAGENS AvocadoDB], [0.3.5], [info@triagens.de], [avocado], [http://www.avocadodb.org])
dnl ----------------------------------------------------------------------------
dnl auxillary directory for install-sh and missing

View File

@ -15,57 +15,51 @@ static string JS_common_bootstrap_errors =
" \"ERROR_NUMERIC_OVERFLOW\" : { \"code\" : 6, \"message\" : \"numeric overflow\" }, \n"
" \"ERROR_ILLEGAL_OPTION\" : { \"code\" : 7, \"message\" : \"illegal option\" }, \n"
" \"ERROR_DEAD_PID\" : { \"code\" : 8, \"message\" : \"dead process identifier\" }, \n"
" \"ERROR_OPEN_ERROR\" : { \"code\" : 9, \"message\" : \"open/create file failed\" }, \n"
" \"ERROR_WRITE_ERROR\" : { \"code\" : 10, \"message\" : \"write failed\" }, \n"
" \"ERROR_LOCK_ERROR\" : { \"code\" : 11, \"message\" : \"lock failed\" }, \n"
" \"ERROR_UNLOCKED_FILE\" : { \"code\" : 12, \"message\" : \"unlock failed\" }, \n"
" \"VOC_ERROR_ILLEGAL_STATE\" : { \"code\" : 1000, \"message\" : \"illegal state\" }, \n"
" \"VOC_ERROR_SHAPER_FAILED\" : { \"code\" : 1001, \"message\" : \"illegal shaper\" }, \n"
" \"VOC_ERROR_CORRUPTED_DATAFILE\" : { \"code\" : 1002, \"message\" : \"corrupted datafile\" }, \n"
" \"VOC_ERROR_MMAP_FAILED\" : { \"code\" : 1003, \"message\" : \"mmap failed\" }, \n"
" \"VOC_ERROR_MSYNC_FAILED\" : { \"code\" : 1004, \"message\" : \"msync failed\" }, \n"
" \"VOC_ERROR_NO_JOURNAL\" : { \"code\" : 1005, \"message\" : \"no journal\" }, \n"
" \"VOC_ERROR_DATAFILE_SEALED\" : { \"code\" : 1006, \"message\" : \"datafile sealed\" }, \n"
" \"VOC_ERROR_CORRUPTED_COLLECTION\" : { \"code\" : 1007, \"message\" : \"corrupted collection\" }, \n"
" \"VOC_ERROR_UNKNOWN_TYPE\" : { \"code\" : 1008, \"message\" : \"unknown type\" }, \n"
" \"VOC_ERROR_ILLEGAL_PARAMETER\" : { \"code\" : 1009, \"message\" : \"illegal parameter\" }, \n"
" \"VOC_ERROR_INDEX_EXISTS\" : { \"code\" : 1010, \"message\" : \"index exists\" }, \n"
" \"VOC_ERROR_CONFLICT\" : { \"code\" : 1011, \"message\" : \"conflict\" }, \n"
" \"VOC_ERROR_WRONG_PATH\" : { \"code\" : 1100, \"message\" : \"wrong path\" }, \n"
" \"VOC_ERROR_CANNOT_RENAME\" : { \"code\" : 1101, \"message\" : \"cannot rename\" }, \n"
" \"VOC_ERROR_WRITE_FAILED\" : { \"code\" : 1102, \"message\" : \"write failed\" }, \n"
" \"VOC_ERROR_READ_ONLY\" : { \"code\" : 1103, \"message\" : \"ready only\" }, \n"
" \"VOC_ERROR_DATAFILE_FULL\" : { \"code\" : 1104, \"message\" : \"datafile full\" }, \n"
" \"VOC_ERROR_FILESYSTEM_FULL\" : { \"code\" : 1105, \"message\" : \"filesystem full\" }, \n"
" \"VOC_ERROR_READ_FAILED\" : { \"code\" : 1106, \"message\" : \"read failed\" }, \n"
" \"VOC_ERROR_FILE_NOT_FOUND\" : { \"code\" : 1107, \"message\" : \"file not found\" }, \n"
" \"VOC_ERROR_FILE_NOT_ACCESSIBLE\" : { \"code\" : 1108, \"message\" : \"file not accessible\" }, \n"
" \"VOC_ERROR_DOCUMENT_NOT_FOUND\" : { \"code\" : 1200, \"message\" : \"document not found\" }, \n"
" \"VOC_ERROR_COLLECTION_NOT_FOUND\" : { \"code\" : 1201, \"message\" : \"collection not found\" }, \n"
" \"VOC_ERROR_COLLECTION_PARAMETER_MISSING\" : { \"code\" : 1202, \"message\" : \"parameter collection not found\" }, \n"
" \"VOC_ERROR_DOCUMENT_ALTERED\" : { \"code\" : 1203, \"message\" : \"document altered\" }, \n"
" \"VOC_ERROR_DOCUMENT_HANDLE_BAD\" : { \"code\" : 1204, \"message\" : \"illegal document handle\" }, \n"
" \"VOC_ERROR_COLLECTION_EXISTS\" : { \"code\" : 1205, \"message\" : \"collection already exists\" }, \n"
" \"ERROR_QUERY_OOM\" : { \"code\" : 1500, \"message\" : \"out of memory\" }, \n"
" \"ERROR_QUERY_KILLED\" : { \"code\" : 1501, \"message\" : \"query killed\" }, \n"
" \"ERROR_QUERY_PARSE\" : { \"code\" : 1510, \"message\" : \"parse error: %s\" }, \n"
" \"ERROR_QUERY_EMPTY\" : { \"code\" : 1511, \"message\" : \"query is empty\" }, \n"
" \"ERROR_QUERY_SPECIFICATION_INVALID\" : { \"code\" : 1512, \"message\" : \"query specification invalid\" }, \n"
" \"ERROR_QUERY_NUMBER_OUT_OF_RANGE\" : { \"code\" : 1520, \"message\" : \"number '%s' is out of range\" }, \n"
" \"ERROR_NOT_IMPLEMENTED\" : { \"code\" : 9, \"message\" : \"not implemented\" }, \n"
" \"ERROR_HTTP_BAD_PARAMETER\" : { \"code\" : 400, \"message\" : \"bad parameter\" }, \n"
" \"ERROR_HTTP_METHOD_NOT_ALLOWED\" : { \"code\" : 405, \"message\" : \"method not supported\" }, \n"
" \"ERROR_HTTP_CORRUPTED_JSON\" : { \"code\" : 600, \"message\" : \"invalid JSON object\" }, \n"
" \"ERROR_HTTP_SUPERFLUOUS_SUFFICES\" : { \"code\" : 601, \"message\" : \"superfluous URL suffices\" }, \n"
" \"ERROR_AVOCADO_ILLEGAL_STATE\" : { \"code\" : 1000, \"message\" : \"illegal state\" }, \n"
" \"ERROR_AVOCADO_SHAPER_FAILED\" : { \"code\" : 1001, \"message\" : \"illegal shaper\" }, \n"
" \"ERROR_AVOCADO_DATAFILE_SEALED\" : { \"code\" : 1002, \"message\" : \"datafile sealed\" }, \n"
" \"ERROR_AVOCADO_UNKNOWN_COLLECTION_TYPE\" : { \"code\" : 1003, \"message\" : \"unknown type\" }, \n"
" \"ERROR_AVOCADO_READ_ONLY\" : { \"code\" : 1004, \"message\" : \"ready only\" }, \n"
" \"ERROR_AVOCADO_CORRUPTED_DATAFILE\" : { \"code\" : 1100, \"message\" : \"corrupted datafile\" }, \n"
" \"ERROR_AVOCADO_ILLEGAL_PARAMETER_FILE\" : { \"code\" : 1101, \"message\" : \"illegal parameter file\" }, \n"
" \"ERROR_AVOCADO_CORRUPTED_COLLECTION\" : { \"code\" : 1102, \"message\" : \"corrupted collection\" }, \n"
" \"ERROR_AVOCADO_MMAP_FAILED\" : { \"code\" : 1103, \"message\" : \"mmap failed\" }, \n"
" \"ERROR_AVOCADO_MSYNC_FAILED\" : { \"code\" : 1104, \"message\" : \"msync failed\" }, \n"
" \"ERROR_AVOCADO_NO_JOURNAL\" : { \"code\" : 1105, \"message\" : \"no journal\" }, \n"
" \"ERROR_AVOCADO_DATAFILE_ALREADY_EXISTS\" : { \"code\" : 1106, \"message\" : \"cannot rename, file ready exists\" }, \n"
" \"ERROR_AVOCADO_FILESYSTEM_FULL\" : { \"code\" : 1107, \"message\" : \"filesystem full\" }, \n"
" \"ERROR_AVOCADO_CONFLICT\" : { \"code\" : 1200, \"message\" : \"conflict\" }, \n"
" \"ERROR_AVOCADO_WRONG_VOCBASE_PATH\" : { \"code\" : 1201, \"message\" : \"wrong path for database\" }, \n"
" \"ERROR_AVOCADO_DOCUMENT_NOT_FOUND\" : { \"code\" : 1202, \"message\" : \"document not found\" }, \n"
" \"ERROR_AVOCADO_COLLECTION_NOT_FOUND\" : { \"code\" : 1203, \"message\" : \"collection not found\" }, \n"
" \"ERROR_AVOCADO_COLLECTION_PARAMETER_MISSING\" : { \"code\" : 1204, \"message\" : \"parameter 'collection' not found\" }, \n"
" \"ERROR_AVOCADO_DOCUMENT_HANDLE_BAD\" : { \"code\" : 1205, \"message\" : \"illegal document handle\" }, \n"
" \"ERROR_AVOCADO_MAXIMAL_SIZE_TOO_SMALL\" : { \"code\" : 1206, \"message\" : \"maixaml size of journal too small\" }, \n"
" \"ERROR_AVOCADO_DATAFILE_FULL\" : { \"code\" : 1300, \"message\" : \"datafile full\" }, \n"
" \"ERROR_QUERY_KILLED\" : { \"code\" : 1500, \"message\" : \"query killed\" }, \n"
" \"ERROR_QUERY_PARSE\" : { \"code\" : 1501, \"message\" : \"parse error: %s\" }, \n"
" \"ERROR_QUERY_EMPTY\" : { \"code\" : 1502, \"message\" : \"query is empty\" }, \n"
" \"ERROR_QUERY_SPECIFICATION_INVALID\" : { \"code\" : 1503, \"message\" : \"query specification invalid\" }, \n"
" \"ERROR_QUERY_NUMBER_OUT_OF_RANGE\" : { \"code\" : 1504, \"message\" : \"number '%s' is out of range\" }, \n"
" \"ERROR_QUERY_LIMIT_VALUE_OUT_OF_RANGE\" : { \"code\" : 1521, \"message\" : \"limit value '%s' is out of range\" }, \n"
" \"ERROR_QUERY_TOO_MANY_JOINS\" : { \"code\" : 1540, \"message\" : \"too many joins.\" }, \n"
" \"ERROR_QUERY_COLLECTION_NAME_INVALID\" : { \"code\" : 1550, \"message\" : \"collection name '%s' is invalid\" }, \n"
" \"ERROR_QUERY_COLLECTION_ALIAS_INVALID\" : { \"code\" : 1551, \"message\" : \"collection alias '%s' is invalid\" }, \n"
" \"ERROR_QUERY_COLLECTION_ALIAS_REDECLARED\" : { \"code\" : 1552, \"message\" : \"collection alias '%s' is declared multiple times in the same query\" }, \n"
" \"ERROR_QUERY_COLLECTION_ALIAS_UNDECLARED\" : { \"code\" : 1553, \"message\" : \"collection alias '%s' is used but was not declared in the from clause\" }, \n"
" \"ERROR_QUERY_COLLECTION_NOT_FOUND\" : { \"code\" : 1560, \"message\" : \"unable to open collection '%s'\" }, \n"
" \"ERROR_QUERY_GEO_RESTRICTION_INVALID\" : { \"code\" : 1570, \"message\" : \"geo restriction for alias '%s' is invalid\" }, \n"
" \"ERROR_QUERY_GEO_INDEX_MISSING\" : { \"code\" : 1571, \"message\" : \"no suitable geo index found for geo restriction on '%s'\" }, \n"
" \"ERROR_QUERY_BIND_PARAMETER_MISSING\" : { \"code\" : 1590, \"message\" : \"no value specified for declared bind parameter '%s'\" }, \n"
" \"ERROR_QUERY_BIND_PARAMETER_REDECLARED\" : { \"code\" : 1591, \"message\" : \"value for bind parameter '%s' is declared multiple times\" }, \n"
" \"ERROR_QUERY_BIND_PARAMETER_UNDECLARED\" : { \"code\" : 1592, \"message\" : \"bind parameter '%s' was not declared in the query\" }, \n"
" \"ERROR_QUERY_BIND_PARAMETER_VALUE_INVALID\" : { \"code\" : 1593, \"message\" : \"invalid value for bind parameter '%s'\" }, \n"
" \"ERROR_QUERY_BIND_PARAMETER_NUMBER_OUT_OF_RANGE\" : { \"code\" : 1594, \"message\" : \"bind parameter number '%s' out of range\" }, \n"
" \"ERROR_QUERY_TOO_MANY_JOINS\" : { \"code\" : 1505, \"message\" : \"too many joins.\" }, \n"
" \"ERROR_QUERY_COLLECTION_NAME_INVALID\" : { \"code\" : 1506, \"message\" : \"collection name '%s' is invalid\" }, \n"
" \"ERROR_QUERY_COLLECTION_ALIAS_INVALID\" : { \"code\" : 1507, \"message\" : \"collection alias '%s' is invalid\" }, \n"
" \"ERROR_QUERY_COLLECTION_ALIAS_REDECLARED\" : { \"code\" : 1508, \"message\" : \"collection alias '%s' is declared multiple times in the same query\" }, \n"
" \"ERROR_QUERY_COLLECTION_ALIAS_UNDECLARED\" : { \"code\" : 1509, \"message\" : \"collection alias '%s' is used but was not declared in the from clause\" }, \n"
" \"ERROR_QUERY_COLLECTION_NOT_FOUND\" : { \"code\" : 1510, \"message\" : \"unable to open collection '%s'\" }, \n"
" \"ERROR_QUERY_GEO_RESTRICTION_INVALID\" : { \"code\" : 1511, \"message\" : \"geo restriction for alias '%s' is invalid\" }, \n"
" \"ERROR_QUERY_GEO_INDEX_MISSING\" : { \"code\" : 1512, \"message\" : \"no suitable geo index found for geo restriction on '%s'\" }, \n"
" \"ERROR_QUERY_BIND_PARAMETER_MISSING\" : { \"code\" : 1513, \"message\" : \"no value specified for declared bind parameter '%s'\" }, \n"
" \"ERROR_QUERY_BIND_PARAMETER_REDECLARED\" : { \"code\" : 1514, \"message\" : \"value for bind parameter '%s' is declared multiple times\" }, \n"
" \"ERROR_QUERY_BIND_PARAMETER_UNDECLARED\" : { \"code\" : 1515, \"message\" : \"bind parameter '%s' was not declared in the query\" }, \n"
" \"ERROR_QUERY_BIND_PARAMETER_VALUE_INVALID\" : { \"code\" : 1516, \"message\" : \"invalid value for bind parameter '%s'\" }, \n"
" \"ERROR_QUERY_BIND_PARAMETER_NUMBER_OUT_OF_RANGE\" : { \"code\" : 1517, \"message\" : \"bind parameter number '%s' out of range\" }, \n"
" \"ERROR_CURSOR_NOT_FOUND\" : { \"code\" : 1600, \"message\" : \"cursor not found\" }, \n"
" \"ERROR_SESSION_USERHANDLER_URL_INVALID\" : { \"code\" : 1700, \"message\" : \"expecting <prefix>/user/<username>\" }, \n"
" \"ERROR_SESSION_USERHANDLER_CANNOT_CREATE_USER\" : { \"code\" : 1701, \"message\" : \"cannot create user\" }, \n"
@ -87,7 +81,6 @@ static string JS_common_bootstrap_errors =
" \"SIMPLE_CLIENT_COULD_NOT_CONNECT\" : { \"code\" : 2001, \"message\" : \"could not connect to server\" }, \n"
" \"SIMPLE_CLIENT_COULD_NOT_WRITE\" : { \"code\" : 2002, \"message\" : \"could not write to server\" }, \n"
" \"SIMPLE_CLIENT_COULD_NOT_READ\" : { \"code\" : 2003, \"message\" : \"could not read from server\" }, \n"
" \"ERROR_PROTOCOL_UNSUPPORTED_METHOD\" : { \"code\" : 3000, \"message\" : \"method not supported\" }, \n"
"};\n"
"\n"
;