Branch: refs/tags/connector-perl-stable
  Home:   https://github.com/mailru/tarantool
  Commit: 26ac5a48aa2ede16d6f860f9ea6f24b65e8e7d69
      
https://github.com/mailru/tarantool/commit/26ac5a48aa2ede16d6f860f9ea6f24b65e8e7d69
  Author: Pavel Cherenkov <[email protected]>
  Date:   2012-06-26 (Tue, 26 Jun 2012)

  Changed paths:
    M CMakeLists.txt
    M README.MacOSX
    M client/tarantool/tc.c
    M connector/c/tntrpl/CMakeLists.txt
    M src/log_io.m
    M src/nio.c
    M test/box/args.test
    M test/box/cat.test
    M test/box/configuration.test
    M test/box/suite.ini
    M test/box_big/suite.ini
    M test/box_memcached/off.test
    M test/connector_c/suite.ini

  Log Message:
  -----------
  macosx2: merging in (manually) previously unmerged changes (from 
macosx-port1), non-working tests: box/lua.test, box_big/lua.test 
connector_c/xlog_rpl.test


  Commit: 85c0bf06796fad0b50c61b3de641673155e00c40
      
https://github.com/mailru/tarantool/commit/85c0bf06796fad0b50c61b3de641673155e00c40
  Author: Pavel Cherenkov <[email protected]>
  Date:   2012-06-27 (Wed, 27 Jun 2012)

  Changed paths:
    M README.MacOSX
    M test/box/args.test
    M test/box/cat.test
    M test/box/configuration.test
    M test/box_big/suite.ini
    M test/box_memcached/off.test
    M test/connector_c/suite.ini

  Log Message:
  -----------
  macosx: updated README.MacOSX; filters altered to allow BFD warnings only for 
0x2? load commands


  Commit: 90aaeb0a136036e639c42bdcf02e802480c523e1
      
https://github.com/mailru/tarantool/commit/90aaeb0a136036e639c42bdcf02e802480c523e1
  Author: Pavel Cherenkov <[email protected]>
  Date:   2012-06-28 (Thu, 28 Jun 2012)

  Changed paths:
    M test/box/suite.ini
    M test/box_big/suite.ini
    M test/connector_c/suite.ini

  Log Message:
  -----------
  macosx: removed comments from suite.ini to disable tests not runnable on Mac 
OS X


  Commit: 460aa77c9a771745d878e7cc2ee8119cb2f48ef6
      
https://github.com/mailru/tarantool/commit/460aa77c9a771745d878e7cc2ee8119cb2f48ef6
  Author: Pavel Cherenkov <[email protected]>
  Date:   2012-06-28 (Thu, 28 Jun 2012)

  Changed paths:
    M CMakeLists.txt
    M README.MacOSX
    M client/tarantool/tc.c
    M connector/c/tntrpl/CMakeLists.txt
    M src/log_io.m
    M src/nio.c
    M test/box/args.test
    M test/box/cat.test
    M test/box/configuration.test
    M test/box/suite.ini
    M test/box_big/suite.ini
    M test/box_memcached/off.test
    M test/connector_c/suite.ini

  Log Message:
  -----------
  Merge branch 'macosx2'


  Commit: 10e92e04be5d2def2cb189ea8d7c5e19dcd3d73e
      
https://github.com/mailru/tarantool/commit/10e92e04be5d2def2cb189ea8d7c5e19dcd3d73e
  Author: Dmitry Simonenko <[email protected]>
  Date:   2012-06-29 (Fri, 29 Jun 2012)

  Changed paths:
    M src/CMakeLists.txt

  Log Message:
  -----------
  added librt dependency check for librt under kFreeBSD (for Debian build)


  Commit: ee5d670026645f5e8ac3f00ac630294754196187
      
https://github.com/mailru/tarantool/commit/ee5d670026645f5e8ac3f00ac630294754196187
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-06-29 (Fri, 29 Jun 2012)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  upload package to debian (add librt to linklist)


  Commit: 19a23b70246e43be5de9cceaf5132dd4f9f35d97
      
https://github.com/mailru/tarantool/commit/19a23b70246e43be5de9cceaf5132dd4f9f35d97
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-06-29 (Fri, 29 Jun 2012)

  Changed paths:
    M include/exception.h
    A include/object.h
    M mod/box/box_lua.m
    M mod/box/index.h
    M mod/box/port.h
    M mod/box/request.h
    M mod/box/request.m
    M mod/box/space.m
    M src/CMakeLists.txt
    M src/exception.m
    M src/fiber.m
    A src/object.m

  Log Message:
  -----------
  A fix for Bug#905348 Object is deprecated

In the new Objective C 2.0 runtime, class Object was trimmed
and no longer contains + alloc, - init, - free and - subclassResponsibility,
which we use.

Implement our own base class and use it instead of the old Object.

This should fix compilation with gcc 4.7 everywhere and clang on
Darwin.

The current code can still be built with gcc 4.6.


  Commit: 165f39132f8445a03af4d26e88ae42e2870054d0
      
https://github.com/mailru/tarantool/commit/165f39132f8445a03af4d26e88ae42e2870054d0
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-06-29 (Fri, 29 Jun 2012)

  Changed paths:
    M CMakeLists.txt
    M README.MacOSX
    M client/tarantool/tc.c
    M connector/c/tntrpl/CMakeLists.txt
    M connector/perl/lib/MR/Tarantool/Box.pm
    M connector/perl/lib/MR/Tarantool/Box/Singleton.pm
    M src/CMakeLists.txt
    M src/log_io.m
    M src/nio.c
    M test/box/args.test
    M test/box/cat.test
    M test/box/configuration.test
    M test/box/suite.ini
    M test/box_big/suite.ini
    M test/box_memcached/off.test
    M test/connector_c/suite.ini

  Log Message:
  -----------
  Merge branch 'master' of github.com:mailru/tarantool


  Commit: 53c4edd1b2f763dcc94a0eb822d3a24f7991d95c
      
https://github.com/mailru/tarantool/commit/53c4edd1b2f763dcc94a0eb822d3a24f7991d95c
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-06-29 (Fri, 29 Jun 2012)

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

  Log Message:
  -----------
  Fix a bug in the user guide: UPDATE can not be done on the primary key.


  Commit: 520b74d0760692225b93ef9ead5dc6b93fcb63e0
      
https://github.com/mailru/tarantool/commit/520b74d0760692225b93ef9ead5dc6b93fcb63e0
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-06-29 (Fri, 29 Jun 2012)

  Changed paths:
    M doc/box-protocol.txt

  Log Message:
  -----------
  Clarify box-protocol.txt, splice format.


  Commit: df02279dbd5b7c244aff5726e187fd3de5727b49
      
https://github.com/mailru/tarantool/commit/df02279dbd5b7c244aff5726e187fd3de5727b49
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-06-29 (Fri, 29 Jun 2012)

  Changed paths:
    M debian/changelog
    M src/CMakeLists.txt

  Log Message:
  -----------
  Really fixed FTBFS with BSD (#679317).


  Commit: 6f5b04482ad4185526d3000471c9927c277b17fb
      
https://github.com/mailru/tarantool/commit/6f5b04482ad4185526d3000471c9927c277b17fb
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-06-29 (Fri, 29 Jun 2012)

  Changed paths:
    M doc/box-protocol.txt
    M doc/user/language-reference.xml
    M include/exception.h
    A include/object.h
    M mod/box/box_lua.m
    M mod/box/index.h
    M mod/box/port.h
    M mod/box/request.h
    M mod/box/request.m
    M mod/box/space.m
    M src/CMakeLists.txt
    M src/exception.m
    M src/fiber.m
    A src/object.m

  Log Message:
  -----------
  Merge branch 'master' of github.com:mailru/tarantool


  Commit: f0d58ceeff7019799278f9745f9a53fe5690a471
      
https://github.com/mailru/tarantool/commit/f0d58ceeff7019799278f9745f9a53fe5690a471
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-06-29 (Fri, 29 Jun 2012)

  Changed paths:
    M debian/changelog
    M debian/control

  Log Message:
  -----------
  rebuid master for debian


  Commit: 930a7f404ce838ab1117402f63f05e4e26afde5c
      
https://github.com/mailru/tarantool/commit/930a7f404ce838ab1117402f63f05e4e26afde5c
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-06-29 (Fri, 29 Jun 2012)

  Changed paths:
    M src/exception.m

  Log Message:
  -----------
  Fix a bug I introduced to exception.m with the previous patch.

Fix a typo in the code which would move the code
to the Objective C 2.0 runtime. Correctly check
for the size of area necessary to store the object (vs.
allocated area) to make a decision whether or not we
need to re-allocate.


  Commit: 5dea838aeac42015075c1a3636e410ee278f4941
      
https://github.com/mailru/tarantool/commit/5dea838aeac42015075c1a3636e410ee278f4941
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-06-29 (Fri, 29 Jun 2012)

  Changed paths:
    M debian/changelog
    M debian/control
    M src/CMakeLists.txt

  Log Message:
  -----------
  Merge branch 'master' of github.com:mailru/tarantool


  Commit: a4c6d4d3214cf7bce47a5b19f8788bdb7689094c
      
https://github.com/mailru/tarantool/commit/a4c6d4d3214cf7bce47a5b19f8788bdb7689094c
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-06-29 (Fri, 29 Jun 2012)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  rebuilt for debian


  Commit: a3eae7bbf68d8a78de1118a3158ec5df960fbf02
      
https://github.com/mailru/tarantool/commit/a3eae7bbf68d8a78de1118a3158ec5df960fbf02
  Author: Yuriy Nevinitsin <[email protected]>
  Date:   2012-07-01 (Sun, 01 Jul 2012)

  Changed paths:
    M connector/perl/lib/MR/IProto/Cluster.pm

  Log Message:
  -----------
  [connector][perl] bugfix: rr balancing always reselects server


Compare: https://github.com/mailru/tarantool/compare/9da85c788953...a3eae7bbf68d
_______________________________________________
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