Branch: refs/heads/httpd
  Home:   https://github.com/tarantool/tarantool
  Commit: 6a75d0b0c086dac7c0c46a9d80fcccd2f99958f0
      
https://github.com/tarantool/tarantool/commit/6a75d0b0c086dac7c0c46a9d80fcccd2f99958f0
  Author: Veniamin Gvozdikov <[email protected]>
  Date:   2013-10-16 (Wed, 16 Oct 2013)

  Changed paths:
    M src/CMakeLists.txt
    M src/plugin/mysql/CMakeLists.txt
    M src/plugin/pg/CMakeLists.txt

  Log Message:
  -----------
  Fixed build plugins on FreeBSD


  Commit: 28a7f606a575fa14b87bdf90372b5832c6675b2d
      
https://github.com/tarantool/tarantool/commit/28a7f606a575fa14b87bdf90372b5832c6675b2d
  Author: Veniamin Gvozdikov <[email protected]>
  Date:   2013-10-16 (Wed, 16 Oct 2013)

  Changed paths:
    M cmake/FindMySQL.cmake

  Log Message:
  -----------
  Fix find path mysql libs


  Commit: 518ce3a9bf54b5243c5bde4ea3aa6cf993e2520b
      
https://github.com/tarantool/tarantool/commit/518ce3a9bf54b5243c5bde4ea3aa6cf993e2520b
  Author: Veniamin Gvozdikov <[email protected]>
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
    M connector/c/tnt/tnt_call.c
    M connector/c/tnt/tnt_delete.c
    M connector/c/tnt/tnt_insert.c
    M connector/c/tnt/tnt_ping.c
    M connector/c/tnt/tnt_request.c
    M connector/c/tnt/tnt_select.c
    M connector/c/tnt/tnt_update.c

  Log Message:
  -----------
  Fix pointer typs in the connector


  Commit: 520fba4fb804058b1d1d1a1b325d987c2378ad72
      
https://github.com/tarantool/tarantool/commit/520fba4fb804058b1d1d1a1b325d987c2378ad72
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-10-18 (Fri, 18 Oct 2013)

  Changed paths:
    M src/box/space.cc
    M src/log_io.cc
    M src/plugin/pg/pg.cc

  Log Message:
  -----------
  Fix #89: Remove alloca from the code


  Commit: 76e338397eb6f36b753df2ffb6c65bf52686b4a6
      
https://github.com/tarantool/tarantool/commit/76e338397eb6f36b753df2ffb6c65bf52686b4a6
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2013-10-23 (Wed, 23 Oct 2013)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  New Debian snapshot.


  Commit: 86a044ee00dc10836a522cafaac5f8318fd028a8
      
https://github.com/tarantool/tarantool/commit/86a044ee00dc10836a522cafaac5f8318fd028a8
  Author: ocelot-inc <[email protected]>
  Date:   2013-10-23 (Wed, 23 Oct 2013)

  Changed paths:
    M doc/user/data-model.xml

  Log Message:
  -----------
  rewrote data-model.xml


  Commit: 029f82f38dadce6b6de15aa95b7dee69070c2c4b
      
https://github.com/tarantool/tarantool/commit/029f82f38dadce6b6de15aa95b7dee69070c2c4b
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-10-24 (Thu, 24 Oct 2013)

  Changed paths:
    M src/salloc.cc
    M src/tarantool.cc

  Log Message:
  -----------
  Fix snapshot corruption in presence of concurrent updates introduced in 
1.5.1-68

The final version of odnoklassniki patch did not include the
most important part - delayed free of salloc memory.

Make a quick & dirty fix to the point.


  Commit: 3120f1f57e91c49450aece521fae38a0d0d6671c
      
https://github.com/tarantool/tarantool/commit/3120f1f57e91c49450aece521fae38a0d0d6671c
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2013-10-25 (Fri, 25 Oct 2013)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  New Debian snapshot.


  Commit: 362cad5e9981b27e17987bee054dcda2459ed87d
      
https://github.com/tarantool/tarantool/commit/362cad5e9981b27e17987bee054dcda2459ed87d
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-10-25 (Fri, 25 Oct 2013)

  Changed paths:
    M doc/user/errcode.xml
    M include/errcode.h
    M src/box/box_lua.cc
    M src/box/tuple_update.cc
    M src/box/tuple_update.h
    M test/box/lua_misc.result

  Log Message:
  -----------
  Backport UPDATE_OP_DELETE code from 1.6


  Commit: c3efdffa576cda3ecf9cb8c7fabeef32b84323f2
      
https://github.com/tarantool/tarantool/commit/c3efdffa576cda3ecf9cb8c7fabeef32b84323f2
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-10-25 (Fri, 25 Oct 2013)

  Changed paths:
    M src/box/box_lua.cc
    M test/big/lua.result
    M test/big/lua.test

  Log Message:
  -----------
  Update tuple:transform to use multi-delete. Fix OPENTAR-64.


  Commit: 9ab809a6ebcf2b40846c3bc78c3de7a6f25dc535
      
https://github.com/tarantool/tarantool/commit/9ab809a6ebcf2b40846c3bc78c3de7a6f25dc535
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-10-25 (Fri, 25 Oct 2013)

  Changed paths:
    M .gitmodules

  Log Message:
  -----------
  Use https path to git modules, git:// doesn't always work behind a firewall


  Commit: 034cac7d20e2e60abdca7db3a2a045582d469700
      
https://github.com/tarantool/tarantool/commit/034cac7d20e2e60abdca7db3a2a045582d469700
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-10-25 (Fri, 25 Oct 2013)

  Changed paths:
    M debian/changelog
    M doc/user/errcode.xml
    M include/errcode.h
    M src/box/box_lua.cc
    M src/box/tuple_update.cc
    M src/box/tuple_update.h
    M test/big/lua.result
    M test/big/lua.test
    M test/box/lua_misc.result

  Log Message:
  -----------
  Merge branch 'stable' of github.com:tarantool/tarantool into stable


  Commit: 61ab50e1958fa5a52cc4cb02b0f0f2b6f731b9ff
      
https://github.com/tarantool/tarantool/commit/61ab50e1958fa5a52cc4cb02b0f0f2b6f731b9ff
  Author: ocelot-inc <[email protected]>
  Date:   2013-10-25 (Fri, 25 Oct 2013)

  Changed paths:
    M .gitmodules
    M debian/changelog
    M doc/user/errcode.xml
    M include/errcode.h
    M src/box/box_lua.cc
    M src/box/tuple_update.cc
    M src/box/tuple_update.h
    M src/salloc.cc
    M src/tarantool.cc
    M test/big/lua.result
    M test/big/lua.test
    M test/box/lua_misc.result

  Log Message:
  -----------
  Merge branch 'stable' of https://github.com/tarantool/tarantool into stable


  Commit: 88c7c774bb40d47b099848f80f73ad38171bfaa3
      
https://github.com/tarantool/tarantool/commit/88c7c774bb40d47b099848f80f73ad38171bfaa3
  Author: ocelot-inc <[email protected]>
  Date:   2013-10-25 (Fri, 25 Oct 2013)

  Changed paths:
    M doc/user/server-administration.xml

  Log Message:
  -----------
  document tarantar


  Commit: f66d1da4756cdac5401b069b811d4dee9c7955c5
      
https://github.com/tarantool/tarantool/commit/f66d1da4756cdac5401b069b811d4dee9c7955c5
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-10-25 (Fri, 25 Oct 2013)

  Changed paths:
    M doc/user/preface.xml
    M doc/user/target.db
    M doc/user/tutorial.xml

  Log Message:
  -----------
  Fix broken xmllint validation.

An older version of xmllint failed to validate a broken
URL.

The URL led to nowhere, so this also fixes a few dangling
links.

Use olink & targetptr instead of link & linkend, as is the
convention in the rest of the manual.

Give internal links a bit longer names (as is also convention
in the rest of the manual).


  Commit: c55247e79730c00db842be3b864c42609743c0f2
      
https://github.com/tarantool/tarantool/commit/c55247e79730c00db842be3b864c42609743c0f2
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-10-25 (Fri, 25 Oct 2013)

  Changed paths:
    M doc/user/preface.xml
    M doc/user/target.db
    M doc/user/tutorial.xml

  Log Message:
  -----------
  Merge pull request #92 from tarantool-bot/stable

Fix broken xmllint validation.


  Commit: 13d1a4258539acb7e7a9361f86c6621389157c95
      
https://github.com/tarantool/tarantool/commit/13d1a4258539acb7e7a9361f86c6621389157c95
  Author: ocelot-inc <[email protected]>
  Date:   2013-10-27 (Sun, 27 Oct 2013)

  Changed paths:
    M doc/user/preface.xml
    M doc/user/target.db
    M doc/user/tutorial.xml

  Log Message:
  -----------
  Merge branch 'stable' of https://github.com/tarantool/tarantool into stable


  Commit: 6f3359f840a9ea73db518edb19b0271bb85cd6d8
      
https://github.com/tarantool/tarantool/commit/6f3359f840a9ea73db518edb19b0271bb85cd6d8
  Author: ocelot-inc <[email protected]>
  Date:   2013-10-28 (Mon, 28 Oct 2013)

  Changed paths:
    M doc/user/stored-procedures.xml

  Log Message:
  -----------
  stored-procedures.xml update


  Commit: e1a78883736279ab1dcb61d5347644aa60b5fdbc
      
https://github.com/tarantool/tarantool/commit/e1a78883736279ab1dcb61d5347644aa60b5fdbc
  Author: ocelot-inc <[email protected]>
  Date:   2013-10-29 (Tue, 29 Oct 2013)

  Changed paths:
    M doc/user/connectors.xml

  Log Message:
  -----------
  connectors.xml: added table and example C program


  Commit: d7d1e36f6be8ad0352ac60786f1b436d88440a71
      
https://github.com/tarantool/tarantool/commit/d7d1e36f6be8ad0352ac60786f1b436d88440a71
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-10-30 (Wed, 30 Oct 2013)

  Changed paths:
    M cmake/luajit.cmake

  Log Message:
  -----------
  Fix luajit flags with out of source compilation


  Commit: 194317edcc669b1519dae9aef42e8892a59644f0
      
https://github.com/tarantool/tarantool/commit/194317edcc669b1519dae9aef42e8892a59644f0
  Author: ocelot-inc <[email protected]>
  Date:   2013-10-30 (Wed, 30 Oct 2013)

  Changed paths:
    M cmake/luajit.cmake

  Log Message:
  -----------
  Merge branch 'stable' of https://github.com/tarantool/tarantool into stable


  Commit: 5a738874c1a56a8acebbee7f134702fc96befa89
      
https://github.com/tarantool/tarantool/commit/5a738874c1a56a8acebbee7f134702fc96befa89
  Author: ocelot-inc <[email protected]>
  Date:   2013-10-30 (Wed, 30 Oct 2013)

  Changed paths:
    M doc/user/configuration-reference.xml
    M doc/user/space.xml

  Log Message:
  -----------
  configuration-reference.xml + space.xml minor changes


  Commit: 657e0093255779d012475c25b1a4a573587de21f
      
https://github.com/tarantool/tarantool/commit/657e0093255779d012475c25b1a4a573587de21f
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M client/tarantool/tc_print_xlog.c

  Log Message:
  -----------
  Fix FreeBSD compilation


  Commit: 397b6d6daae65734c3c22289a26b27d2fb5163e4
      
https://github.com/tarantool/tarantool/commit/397b6d6daae65734c3c22289a26b27d2fb5163e4
  Author: ocelot-inc <[email protected]>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M client/tarantool/tc_print_xlog.c

  Log Message:
  -----------
  Merge branch 'stable' of https://github.com/tarantool/tarantool into stable


  Commit: 9c322691c0d2d48aa8fb0e5527acc787a6e4db1d
      
https://github.com/tarantool/tarantool/commit/9c322691c0d2d48aa8fb0e5527acc787a6e4db1d
  Author: ocelot-inc <[email protected]>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M doc/user/errcode.xml

  Log Message:
  -----------
  errcode.xml minor change


  Commit: e0394e1e368a935cb9ffabdfdadf6ae0acc34b1e
      
https://github.com/tarantool/tarantool/commit/e0394e1e368a935cb9ffabdfdadf6ae0acc34b1e
  Author: ocelot-inc <[email protected]>
  Date:   2013-10-31 (Thu, 31 Oct 2013)

  Changed paths:
    M doc/user/proctitle.xml

  Log Message:
  -----------
  proctitle.xml minor change


  Commit: 85165436a47e71446d802157310abbb4fc568530
      
https://github.com/tarantool/tarantool/commit/85165436a47e71446d802157310abbb4fc568530
  Author: ocelot-inc <[email protected]>
  Date:   2013-11-01 (Fri, 01 Nov 2013)

  Changed paths:
    A doc/user/limitations.xml
    M doc/user/user.xml

  Log Message:
  -----------
  Appendix C: Limitations


  Commit: f1b7f13abddfed24e02cef48100e810d8b3a007b
      
https://github.com/tarantool/tarantool/commit/f1b7f13abddfed24e02cef48100e810d8b3a007b
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-11-01 (Fri, 01 Nov 2013)

  Changed paths:
    M src/CMakeLists.txt
    M src/plugin/mysql/CMakeLists.txt
    M src/plugin/pg/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'gh73-plugins_doesnt_work_on_tarantool' into stable


  Commit: fefc6c785c23b28ebbf7695dc5de578345a66235
      
https://github.com/tarantool/tarantool/commit/fefc6c785c23b28ebbf7695dc5de578345a66235
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-11-01 (Fri, 01 Nov 2013)

  Log Message:
  -----------
  Merge branch 'gh84-Incompatible_pointer_types_in_connector' into stable


  Commit: 16a03d86257e6ec182c70ab849b18ee8f2c302e0
      
https://github.com/tarantool/tarantool/commit/16a03d86257e6ec182c70ab849b18ee8f2c302e0
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-11-01 (Fri, 01 Nov 2013)

  Changed paths:
    M src/box/space.cc
    M src/log_io.cc
    M src/plugin/pg/pg.cc

  Log Message:
  -----------
  Merge branch 'gh89-remove-alloca' into stable


  Commit: de437dcd3d769b5fb69da4791dafc748dceb9c2f
      
https://github.com/tarantool/tarantool/commit/de437dcd3d769b5fb69da4791dafc748dceb9c2f
  Author: Veniamin Gvozdikov <[email protected]>
  Date:   2013-11-01 (Fri, 01 Nov 2013)

  Changed paths:
    M CMakeLists.txt
    M README.MacOSX
    M cmake/os.cmake
    M cmake/package.cmake
    M extra/CMakeLists.txt
    A extra/dmg/DESCRIPTION.html
    A extra/dmg/LICENSE.html
    A extra/org.tarantool.in

  Log Message:
  -----------
  Added build DMG package with pkg installer


  Commit: 60d45c4b2ac75b1dcf5c2e3cc72f02b835b91a35
      
https://github.com/tarantool/tarantool/commit/60d45c4b2ac75b1dcf5c2e3cc72f02b835b91a35
  Author: Veniamin Gvozdikov <[email protected]>
  Date:   2013-11-02 (Sat, 02 Nov 2013)

  Changed paths:
    M README.MacOSX

  Log Message:
  -----------
  Fixed README.MacOSX and added a bit new information


  Commit: e2226a57d76139120004a94b60522fe9b1e929b8
      
https://github.com/tarantool/tarantool/commit/e2226a57d76139120004a94b60522fe9b1e929b8
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-11-02 (Sat, 02 Nov 2013)

  Changed paths:
    M doc/user/configuration-reference.xml
    M doc/user/connectors.xml
    M doc/user/data-model.xml
    M doc/user/errcode.xml
    A doc/user/limitations.xml
    M doc/user/proctitle.xml
    M doc/user/server-administration.xml
    M doc/user/space.xml
    M doc/user/stored-procedures.xml
    M doc/user/user.xml

  Log Message:
  -----------
  Merge branch 'ocelot-stable' into stable


  Commit: b0f2c9bec86c282ec068fbbb9be9cab3d386fbdb
      
https://github.com/tarantool/tarantool/commit/b0f2c9bec86c282ec068fbbb9be9cab3d386fbdb
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-11-02 (Sat, 02 Nov 2013)

  Changed paths:
    M doc/user/configuration-reference.xml
    M doc/user/connectors.xml
    M doc/user/data-model.xml
    M doc/user/preface.xml
    M doc/user/target.db

  Log Message:
  -----------
  Minor tweaks of the manual after review.


  Commit: c80c46c5bcd4b7ee0efff37b8a91ac8e670c52c9
      
https://github.com/tarantool/tarantool/commit/c80c46c5bcd4b7ee0efff37b8a91ac8e670c52c9
  Author: Veniamin Gvozdikov <[email protected]>
  Date:   2013-11-02 (Sat, 02 Nov 2013)

  Changed paths:
    M cmake/package.cmake
    M extra/CMakeLists.txt
    A extra/dmg/postflight.in
    M extra/org.tarantool.in
    M test/CMakeLists.txt
    A test/share/tarantool_dmg.cfg

  Log Message:
  -----------
  Fixed installation and daemon script installation and running


  Commit: 57e58da8feef9f849b956921c509fb293e64cde3
      
https://github.com/tarantool/tarantool/commit/57e58da8feef9f849b956921c509fb293e64cde3
  Author: Veniamin Gvozdikov <[email protected]>
  Date:   2013-11-03 (Sun, 03 Nov 2013)

  Changed paths:
    M cmake/package.cmake
    R extra/dmg/DESCRIPTION.html
    A extra/dmg/DESCRIPTION.rtf
    R extra/dmg/LICENSE.html
    A extra/dmg/LICENSE.rtf
    A extra/dmg/README.rtf

  Log Message:
  -----------
  Removed html files and added rtf files which uses in the DMG package, also 
enable readme section at an installer


  Commit: a4f8a56b3909c7fcb3769e56ff432647cf05f925
      
https://github.com/tarantool/tarantool/commit/a4f8a56b3909c7fcb3769e56ff432647cf05f925
  Author: ocelot-inc <[email protected]>
  Date:   2013-11-04 (Mon, 04 Nov 2013)

  Changed paths:
    M doc/user/connectors.xml

  Log Message:
  -----------
  restore semicolon in connectors.xml


  Commit: 2f5bce53a6f366b1f9dddee7d57e318f96b9845d
      
https://github.com/tarantool/tarantool/commit/2f5bce53a6f366b1f9dddee7d57e318f96b9845d
  Author: ocelot-inc <[email protected]>
  Date:   2013-11-04 (Mon, 04 Nov 2013)

  Changed paths:
    M doc/user/configuration-reference.xml
    M doc/user/language-reference.xml

  Log Message:
  -----------
  change 'option file' to 'configuration file' and changed fsync description


  Commit: e4f31ba9070a44ae31757ba680b5f1c5388912ce
      
https://github.com/tarantool/tarantool/commit/e4f31ba9070a44ae31757ba680b5f1c5388912ce
  Author: ocelot-inc <[email protected]>
  Date:   2013-11-04 (Mon, 04 Nov 2013)

  Changed paths:
    M doc/user/server-administration.xml

  Log Message:
  -----------
  server-administration.xml, add section re tarancheck


  Commit: a1087cf3260bf836b7c62147c6a927fe91ea5d3e
      
https://github.com/tarantool/tarantool/commit/a1087cf3260bf836b7c62147c6a927fe91ea5d3e
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-11-05 (Tue, 05 Nov 2013)

  Changed paths:
    M CMakeLists.txt
    M README.MacOSX
    M cmake/os.cmake
    M cmake/package.cmake
    M extra/CMakeLists.txt
    A extra/dmg/DESCRIPTION.rtf
    A extra/dmg/LICENSE.rtf
    A extra/dmg/README.rtf
    A extra/dmg/postflight.in
    A extra/org.tarantool.in
    M test/CMakeLists.txt
    A test/share/tarantool_dmg.cfg

  Log Message:
  -----------
  Merge branch 'gh80-add_dmg_packages_for_osx-stable' into stable


  Commit: 825ea91174f900409d4626514a68e20493af6c05
      
https://github.com/tarantool/tarantool/commit/825ea91174f900409d4626514a68e20493af6c05
  Author: Roman Tsisyk <[email protected]>
  Date:   2013-11-06 (Wed, 06 Nov 2013)

  Changed paths:
    M doc/user/connectors.xml

  Log Message:
  -----------
  Add links to Java, Erlang and Python/Twisted connectors to the documentation


  Commit: 6d689c8dd2f263fdb013c84a69b9503ad85be635
      
https://github.com/tarantool/tarantool/commit/6d689c8dd2f263fdb013c84a69b9503ad85be635
  Author: ocelot-inc <[email protected]>
  Date:   2013-11-06 (Wed, 06 Nov 2013)

  Changed paths:
    M CMakeLists.txt
    M README.MacOSX
    M cmake/os.cmake
    M cmake/package.cmake
    M doc/user/connectors.xml
    M extra/CMakeLists.txt
    A extra/dmg/DESCRIPTION.rtf
    A extra/dmg/LICENSE.rtf
    A extra/dmg/README.rtf
    A extra/dmg/postflight.in
    A extra/org.tarantool.in
    M test/CMakeLists.txt
    A test/share/tarantool_dmg.cfg

  Log Message:
  -----------
  Merge branch 'stable' of https://github.com/tarantool/tarantool into stable


  Commit: d751dd28448d9bf187ed0e795e3fd99dd8b78103
      
https://github.com/tarantool/tarantool/commit/d751dd28448d9bf187ed0e795e3fd99dd8b78103
  Author: ocelot-inc <[email protected]>
  Date:   2013-11-06 (Wed, 06 Nov 2013)

  Changed paths:
    M doc/user/stored-procedures.xml

  Log Message:
  -----------
  document box.tuple methods


  Commit: 68891b54f5d5cebd13d68d088f70f0ffe908b3cf
      
https://github.com/tarantool/tarantool/commit/68891b54f5d5cebd13d68d088f70f0ffe908b3cf
  Author: ocelot-inc <[email protected]>
  Date:   2013-11-06 (Wed, 06 Nov 2013)

  Changed paths:
    M doc/user/connectors.xml

  Log Message:
  -----------
  connectors.xml, add python example program


  Commit: 2ecdf0d5cb5236b1b92e41b611ef10c3d027e45d
      
https://github.com/tarantool/tarantool/commit/2ecdf0d5cb5236b1b92e41b611ef10c3d027e45d
  Author: ocelot-inc <[email protected]>
  Date:   2013-11-07 (Thu, 07 Nov 2013)

  Changed paths:
    A doc/user/client-reference.xml
    M doc/user/user.xml

  Log Message:
  -----------
  new appendix client-reference.xml


  Commit: 5fdd2f2c9800d0a25ab2a02ec507193e5cf1ed5c
      
https://github.com/tarantool/tarantool/commit/5fdd2f2c9800d0a25ab2a02ec507193e5cf1ed5c
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-11-08 (Fri, 08 Nov 2013)

  Changed paths:
    M extra/rpm.spec.in

  Log Message:
  -----------
  rpm-debuginfo: add -debug package support and Vendor name in the spec.


  Commit: 2be5f52d837484762d6fe98e7eb10e4b71d1e169
      
https://github.com/tarantool/tarantool/commit/2be5f52d837484762d6fe98e7eb10e4b71d1e169
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-11-08 (Fri, 08 Nov 2013)

  Changed paths:
    M debian/control

  Log Message:
  -----------
  gh#110: suggest to use a debug symbol packages.


  Commit: 46896b74afd50af6037e50e68e0dde6c8dcecc5b
      
https://github.com/tarantool/tarantool/commit/46896b74afd50af6037e50e68e0dde6c8dcecc5b
  Author: Dmitry Simonenko <[email protected]>
  Date:   2013-11-08 (Fri, 08 Nov 2013)

  Changed paths:
    M extra/rpm.spec.in

  Log Message:
  -----------
  gh#110: add mandatory dependency on tarantool-devel package and
binutils-devel for build.


  Commit: eb05ff8acc48806d01406bc740b32c6947c22a3d
      
https://github.com/tarantool/tarantool/commit/eb05ff8acc48806d01406bc740b32c6947c22a3d
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-11-08 (Fri, 08 Nov 2013)

  Changed paths:
    M debian/control

  Log Message:
  -----------
  Update description of Tarantool packages in Debina (gh-108)


  Commit: 56986d70bd3d3497ada2b4360871329ce50f880f
      
https://github.com/tarantool/tarantool/commit/56986d70bd3d3497ada2b4360871329ce50f880f
  Author: ocelot-inc <[email protected]>
  Date:   2013-11-08 (Fri, 08 Nov 2013)

  Changed paths:
    M debian/control
    M extra/rpm.spec.in

  Log Message:
  -----------
  Merge branch 'stable' of https://github.com/tarantool/tarantool into stable


  Commit: 39cd14e6f392428a5f9745a1514efaadb3001905
      
https://github.com/tarantool/tarantool/commit/39cd14e6f392428a5f9745a1514efaadb3001905
  Author: ocelot-inc <[email protected]>
  Date:   2013-11-08 (Fri, 08 Nov 2013)

  Changed paths:
    M doc/user/server-administration.xml

  Log Message:
  -----------
  server.administration.xml add section about tarantool_deploy.sh


  Commit: ca05117f2d3abbb3a14c71416fd0fbd039e24d45
      
https://github.com/tarantool/tarantool/commit/ca05117f2d3abbb3a14c71416fd0fbd039e24d45
  Author: ocelot-inc <[email protected]>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    M doc/user/tutorial.xml

  Log Message:
  -----------
  tutorial.xml corrected git clone instruction


  Commit: 3a075ef87bc0ac2ddd839a441092406e959187ee
      
https://github.com/tarantool/tarantool/commit/3a075ef87bc0ac2ddd839a441092406e959187ee
  Author: ocelot-inc <[email protected]>
  Date:   2013-11-12 (Tue, 12 Nov 2013)

  Changed paths:
    M doc/user/replication.xml

  Log Message:
  -----------
  replication.xml multiple tiny grammar changes


  Commit: 71d5dd2422f45fb325f2de8217624ba879a64793
      
https://github.com/tarantool/tarantool/commit/71d5dd2422f45fb325f2de8217624ba879a64793
  Author: Alexandr <[email protected]>
  Date:   2013-11-13 (Wed, 13 Nov 2013)

  Changed paths:
    M cfg/tarantool_box_cfg.c
    M test/box/reconfigure.result
    M test/box/reconfigure.test
    A test/box/tarantool_with_cpt.cfg
    A test/box/tarantool_wo_cpt.cfg

  Log Message:
  -----------
  fixed https://github.com/tarantool/tarantool/issues/112, SIGSEGV during 
reload configuration


  Commit: a6487f50d4d8c270261beb24faba0f75f928b1df
      
https://github.com/tarantool/tarantool/commit/a6487f50d4d8c270261beb24faba0f75f928b1df
  Author: ocelot-inc <[email protected]>
  Date:   2013-11-13 (Wed, 13 Nov 2013)

  Changed paths:
    M doc/user/stored-procedures.xml

  Log Message:
  -----------
  stored-procedures.xml box.tuple corrections


  Commit: b4b7638d7362b52ac19a6dbc73714223f7b510a3
      
https://github.com/tarantool/tarantool/commit/b4b7638d7362b52ac19a6dbc73714223f7b510a3
  Author: ocelot-inc <[email protected]>
  Date:   2013-11-13 (Wed, 13 Nov 2013)

  Changed paths:
    M doc/user/server-administration.xml

  Log Message:
  -----------
  server-administration.xml tarancheck+tarantool_deploy corrections


  Commit: e1d675531d6f9cb129f878f64be15f3465c75fa9
      
https://github.com/tarantool/tarantool/commit/e1d675531d6f9cb129f878f64be15f3465c75fa9
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-11-14 (Thu, 14 Nov 2013)

  Changed paths:
    M doc/user/replication.xml
    M doc/user/server-administration.xml
    M doc/user/stored-procedures.xml
    M doc/user/tutorial.xml

  Log Message:
  -----------
  Merge branch 'ocelot-stable' into stable


  Commit: 9292b011b56dbff1d5f201371658e32483c39e57
      
https://github.com/tarantool/tarantool/commit/9292b011b56dbff1d5f201371658e32483c39e57
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2013-11-15 (Fri, 15 Nov 2013)

  Changed paths:
    M .gitmodules
    M CMakeLists.txt
    M README.MacOSX
    M cfg/tarantool_box_cfg.c
    M client/tarantool/tc_print_xlog.c
    M cmake/luajit.cmake
    M cmake/os.cmake
    M cmake/package.cmake
    M debian/changelog
    M debian/control
    A doc/user/client-reference.xml
    M doc/user/configuration-reference.xml
    M doc/user/connectors.xml
    M doc/user/data-model.xml
    M doc/user/errcode.xml
    M doc/user/language-reference.xml
    A doc/user/limitations.xml
    M doc/user/preface.xml
    M doc/user/proctitle.xml
    M doc/user/replication.xml
    M doc/user/server-administration.xml
    M doc/user/space.xml
    M doc/user/stored-procedures.xml
    M doc/user/target.db
    M doc/user/tutorial.xml
    M doc/user/user.xml
    M extra/CMakeLists.txt
    A extra/dmg/DESCRIPTION.rtf
    A extra/dmg/LICENSE.rtf
    A extra/dmg/README.rtf
    A extra/dmg/postflight.in
    A extra/org.tarantool.in
    M extra/rpm.spec.in
    M include/errcode.h
    M src/CMakeLists.txt
    M src/box/box_lua.cc
    M src/box/space.cc
    M src/box/tuple_update.cc
    M src/box/tuple_update.h
    M src/log_io.cc
    M src/plugin/mysql/CMakeLists.txt
    M src/plugin/pg/CMakeLists.txt
    M src/plugin/pg/pg.cc
    M src/salloc.cc
    M src/tarantool.cc
    M test/CMakeLists.txt
    M test/big/lua.result
    M test/big/lua.test
    M test/box/lua_misc.result
    M test/box/reconfigure.result
    M test/box/reconfigure.test
    A test/box/tarantool_with_cpt.cfg
    A test/box/tarantool_wo_cpt.cfg
    A test/share/tarantool_dmg.cfg

  Log Message:
  -----------
  Merge branch 'stable' of github.com:tarantool/tarantool into httpd

Conflicts:
        .gitmodules


Compare: 
https://github.com/tarantool/tarantool/compare/a04e23fad8dd...9292b011b56d
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to