mirror of https://gitee.com/bigwinds/arangodb
for 1.0.2
This commit is contained in:
parent
2589a8e800
commit
c9cbfdac51
14
CHANGELOG
14
CHANGELOG
|
@ -1,13 +1,21 @@
|
|||
v1.0.2 (2012-XX-XX)
|
||||
v1.0.2 (2012-10-22)
|
||||
-------------------
|
||||
|
||||
* repository CentOS-X.Y moved to CentOS-X, same for Debian
|
||||
|
||||
* bugfix for rollback from edges
|
||||
|
||||
* bugfix for hash indexes
|
||||
|
||||
* bugfix for StringBuffer::erase_front
|
||||
|
||||
* added autoload for modules
|
||||
|
||||
* added AQL function TO_LIST
|
||||
|
||||
v1.0.1 (2012-09-30)
|
||||
-------------------
|
||||
|
||||
* added AQL function TO_LIST
|
||||
|
||||
* draft for issue #165: front-end application howto
|
||||
|
||||
* updated mruby to cf8fdea4a6598aa470e698e8cbc9b9b492319d
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
/// [ArangoDB]
|
||||
/// name=ArangoDB Repository for CentOS
|
||||
/// failovermethod=priority
|
||||
/// baseurl=http://www.arangodb.org/repositories/CentOS-6.3
|
||||
/// baseurl=http://www.arangodb.org/repositories/CentOS-6
|
||||
/// enabled=1
|
||||
/// gpgcheck=1
|
||||
/// gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-www.arangodb.org
|
||||
|
@ -136,7 +136,7 @@
|
|||
///
|
||||
/// Add the corresponding repository in file @LIT{/etc/apt/sources.list}:
|
||||
/// @code
|
||||
/// deb http://www.arangodb.org/repositories Debian-6.0 main
|
||||
/// deb http://www.arangodb.org/repositories Debian-6 main
|
||||
/// @endcode
|
||||
/// or
|
||||
/// @code
|
||||
|
|
Loading…
Reference in New Issue