[libmongodb-perl] 03/12: Merge tag 'upstream/0.704.1.0'

2014-10-09 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch dods
in repository libmongodb-perl.

commit fc068329fa15a00e71576957edfd055422ce6e0c
Merge: 5b4daa1 642a813
Author: Dominique Dumont d...@debian.org
Date:   Sat Jun 21 18:46:48 2014 +0200

Merge tag 'upstream/0.704.1.0'

Upstream version 0.704.1.0

# gpg: Signature made Sat 21 Jun 2014 06:46:44 PM CEST using RSA key ID 
49AB2B6C
# gpg: Good signature from Dominique Dumont domi.dum...@free.fr
# gpg: aka Dominique Dumont (CPAN) ddum...@cpan.org
# gpg: aka Dominique Dumont (HP-GNB) 
d...@komarr.gre.hp.com
# gpg: aka Dominique Dumont (HP-SEA) 
dominique.dum...@hp.com
# gpg: aka Dominique Dumont (Debian) d...@debian.org
# gpg: aka Dominique Dumont dominique.dum...@palm.com

 CONTRIBUTING.md|   15 +-
 Changes|  284 ++-
 INSTALL.md |  142 ++
 MANIFEST   |  115 +-
 META.json  |  146 +-
 META.yml   |  172 +-
 Makefile.PL|   69 +-
 README |8 +-
 CONTRIBUTING.md = README.md   |   15 +-
 bson/b64_ntop.h|  184 ++
 bson/b64_pton.h|  384 +++
 bson/bcon.c| 1024 
 bson/bcon.h|  280 +++
 bson/bson-atomic.h |   43 +
 bson/bson-clock.c  |  149 ++
 bson/bson-clock.h  |   43 +
 bson/bson-compat.h |  134 +
 bson/bson-config.h.in  |   82 +
 bson/bson-context-private.h|   58 +
 bson/bson-context.c|  554 
 bson/bson-context.h|   42 +
 bson/bson-endian.h |  231 ++
 bson/bson-error.c  |  128 +
 bson/bson-error.h  |   47 +
 bson/bson-iter.c   | 2052 +++
 bson/bson-iter.h   |  487 
 bson/bson-json.c   | 1298 ++
 bson/bson-json.h   |   73 +
 bson/bson-keys.c   |  189 ++
 bson/bson-keys.h   |   38 +
 bson/bson-macros.h |  221 ++
 bson/bson-md5.c|  404 +++
 bson/bson-md5.h|   91 +
 bson/bson-memory.c |  198 ++
 bson/bson-memory.h |   50 +
 bson/bson-oid.c|  472 
 bson/bson-oid.h|  247 ++
 bson/bson-private.h|   78 +
 bson/bson-reader.c |  820 ++
 bson/bson-reader.h |  115 +
 bson/bson-stdint-win32.h   |  259 ++
 bson/bson-string.c |  665 +
 bson/bson-string.h |   84 +
 bson/bson-thread-private.h |   74 +
 bson/bson-types.h  |  445 
 bson/bson-utf8.c   |  380 +++
 bson/bson-utf8.h   |   49 +
 bson/bson-version.h|   95 +
 bson/bson-writer.c |  267 ++
 bson/bson-writer.h |   57 +
 bson/bson.c| 2641 
 bson/bson.h|  966 +++
 devel/README.md|   39 +
 {t = devel}/auth.pl   |0
 devel/bin/harness.pl   |   79 +
 devel/bin/test-all.pl  |   17 +
 devel/clusters/replicaset-2.0.yml  |   11 +
 devel/clusters/replicaset-2.2.yml  |   11 +
 devel/clusters/replicaset-2.4.yml  |   11 +
 devel/clusters/replicaset-2.6.yml  |   11 +
 devel/clusters/standalone-2.0.yml  |6 +
 devel/clusters/standalone-2.2.yml  |6 +
 devel/clusters/standalone-2.4.yml  |6 +
 devel/clusters/standalone-2.6.yml  |6 +
 devel/lib/MongoDBTest/Orchestrator.pm  |  181 ++
 

[libmongodb-perl] 03/12: Merge tag 'upstream/0.704.1.0'

2014-06-22 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch dods
in repository libmongodb-perl.

commit fc068329fa15a00e71576957edfd055422ce6e0c
Merge: 5b4daa1 642a813
Author: Dominique Dumont d...@debian.org
Date:   Sat Jun 21 18:46:48 2014 +0200

Merge tag 'upstream/0.704.1.0'

Upstream version 0.704.1.0

# gpg: Signature made Sat 21 Jun 2014 06:46:44 PM CEST using RSA key ID 
49AB2B6C
# gpg: Good signature from Dominique Dumont domi.dum...@free.fr
# gpg: aka Dominique Dumont (CPAN) ddum...@cpan.org
# gpg: aka Dominique Dumont (HP-GNB) 
d...@komarr.gre.hp.com
# gpg: aka Dominique Dumont (HP-SEA) 
dominique.dum...@hp.com
# gpg: aka Dominique Dumont (Debian) d...@debian.org
# gpg: aka Dominique Dumont dominique.dum...@palm.com

 CONTRIBUTING.md|   15 +-
 Changes|  284 ++-
 INSTALL.md |  142 ++
 MANIFEST   |  115 +-
 META.json  |  146 +-
 META.yml   |  172 +-
 Makefile.PL|   69 +-
 README |8 +-
 CONTRIBUTING.md = README.md   |   15 +-
 bson/b64_ntop.h|  184 ++
 bson/b64_pton.h|  384 +++
 bson/bcon.c| 1024 
 bson/bcon.h|  280 +++
 bson/bson-atomic.h |   43 +
 bson/bson-clock.c  |  149 ++
 bson/bson-clock.h  |   43 +
 bson/bson-compat.h |  134 +
 bson/bson-config.h.in  |   82 +
 bson/bson-context-private.h|   58 +
 bson/bson-context.c|  554 
 bson/bson-context.h|   42 +
 bson/bson-endian.h |  231 ++
 bson/bson-error.c  |  128 +
 bson/bson-error.h  |   47 +
 bson/bson-iter.c   | 2052 +++
 bson/bson-iter.h   |  487 
 bson/bson-json.c   | 1298 ++
 bson/bson-json.h   |   73 +
 bson/bson-keys.c   |  189 ++
 bson/bson-keys.h   |   38 +
 bson/bson-macros.h |  221 ++
 bson/bson-md5.c|  404 +++
 bson/bson-md5.h|   91 +
 bson/bson-memory.c |  198 ++
 bson/bson-memory.h |   50 +
 bson/bson-oid.c|  472 
 bson/bson-oid.h|  247 ++
 bson/bson-private.h|   78 +
 bson/bson-reader.c |  820 ++
 bson/bson-reader.h |  115 +
 bson/bson-stdint-win32.h   |  259 ++
 bson/bson-string.c |  665 +
 bson/bson-string.h |   84 +
 bson/bson-thread-private.h |   74 +
 bson/bson-types.h  |  445 
 bson/bson-utf8.c   |  380 +++
 bson/bson-utf8.h   |   49 +
 bson/bson-version.h|   95 +
 bson/bson-writer.c |  267 ++
 bson/bson-writer.h |   57 +
 bson/bson.c| 2641 
 bson/bson.h|  966 +++
 devel/README.md|   39 +
 {t = devel}/auth.pl   |0
 devel/bin/harness.pl   |   79 +
 devel/bin/test-all.pl  |   17 +
 devel/clusters/replicaset-2.0.yml  |   11 +
 devel/clusters/replicaset-2.2.yml  |   11 +
 devel/clusters/replicaset-2.4.yml  |   11 +
 devel/clusters/replicaset-2.6.yml  |   11 +
 devel/clusters/standalone-2.0.yml  |6 +
 devel/clusters/standalone-2.2.yml  |6 +
 devel/clusters/standalone-2.4.yml  |6 +
 devel/clusters/standalone-2.6.yml  |6 +
 devel/lib/MongoDBTest/Orchestrator.pm  |  181 ++