mirror of https://gitee.com/bigwinds/arangodb
add maintainer and automagic files
This commit is contained in:
parent
9efc29a69d
commit
20bb2b3748
10
CHANGELOG
10
CHANGELOG
|
@ -1,4 +1,12 @@
|
|||
v1.1.beta1 (2012-XX-XX)
|
||||
v1.1.beta2 (2012-11-13)
|
||||
-----------------------
|
||||
|
||||
* fixed arangoirb compilation
|
||||
|
||||
* fixed doxygen
|
||||
|
||||
|
||||
v1.1.beta1 (2012-10-24)
|
||||
-----------------------
|
||||
|
||||
* fixed AQL optimiser bug
|
||||
|
|
|
@ -39,6 +39,8 @@ mv configure.ac.tmp configure.ac
|
|||
|
||||
./configure --enable-all-in-one-v8 --enable-all-in-one-libev --enable-all-in-one-icu --enable-maintainer-mode --disable-mruby || exit 1
|
||||
make built-sources || exit 1
|
||||
make add-maintainer || exit 1
|
||||
make add-automagic || exit 1
|
||||
make doxygen || exit 1
|
||||
make latex || exit 1
|
||||
make wiki || exit 1
|
||||
|
|
|
@ -6,7 +6,7 @@ dnl ============================================================================
|
|||
dnl --SECTION-- triAGENS GmbH Build Environment
|
||||
dnl ============================================================================
|
||||
|
||||
AC_INIT([triAGENS ArangoDB], [1.1.beta1], [info@triagens.de], [arangodb], [http://www.arangodb.org])
|
||||
AC_INIT([triAGENS ArangoDB], [1.1.beta2], [info@triagens.de], [arangodb], [http://www.arangodb.org])
|
||||
|
||||
dnl ----------------------------------------------------------------------------
|
||||
dnl auxillary directory for install-sh and missing
|
||||
|
|
Loading…
Reference in New Issue