[libmongodb-perl] branch master updated (3b679d3 -> 843b63a)

gregor herrmann gregoa at debian.org
Thu Dec 10 18:07:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libmongodb-perl.

      from  3b679d3   releasing package libmongodb-perl version 1.0.4-1
      adds  f5a959a   Rearm is_trial flag
      adds  72a8e07   Bump version to v1.1.0
      adds  cdc45af   Fix SYNOPSIS of MongoDB.pm
      adds  0e7430d   Clarify tutorial
      adds  360eead   PERL-568 Document replica set connection in MongoDB.pm and MongoClient
      adds  4e19b09   PERL-567 Fix tests for a replica set on 27017
      adds  451c8dc   Fix typos in tutorial POD
      adds  ad17ced   Fix docs of Collection and Cursor
      adds  763a1b4   Fix a test when run against single-node replica set
      adds  243f0ff   Update Changes with v1.0.1 release information
      adds  79e4c53   Document need for IP::Socket::IP for IPv6
      adds  92034f6   Revise storage of cursor IDs
      adds  8dc8191   PERL-558: implement fsyncUnlock as an Op for MongoDB 3.2+
      adds  abc7aad   Add Rahul to .mailmap
      adds  ab7278f   Turn on assertions in .travis.yml
      adds  1699ec8   Replace term 'slave' with 'secondary' in docs
      adds  650ca34   PERL-563 Implement find/getMore/killCursors as commands
      adds  5116d24   PERL-571 Include limits.h explicitly
      adds  bb33fa2   PERL-495 Preserve fractional seconds with dt_type raw
      adds  c0690c1   PERL-198 Validate MongoDB::OID
      adds  67067eb   Test that _id with $ prefixed keys is an error
      adds  27d4db6   Skip test of dollar-key subdoc for _id before 2.4
      adds  c99068a   Fix version number comparison for older version.pm
      adds  f9074c9   fsync test skips on inMemory storage engine
      adds  6d2d055   PERL-575 Copy booleans rather than aliasing them
      adds  ee7cfd8   adding readConcern support for relevant codepaths
      adds  592624e   Added support for find_and_modify with write concern
      adds  a9ef8ba   PERL-564 Implement Read Concern and Write Concern spec
      adds  8161a0a   Remove _FindAndModify.pm
      adds  a984da5   PERL-493 Don't send writeConcern if it is not set
      adds  1966619   Remove duplicate constant declaration
      adds  70af963   PERL-579 Require at least version 0.25 of boolean.pm
      adds  93b3a1a   PERL-475 Optimize 'all' QueryResult method
      adds  cf4b3e0   Implement 'all' in MongoDB::QueryResult::Filtered
      adds  f134dd9   PERL-532 Document loss of precision when serializing long doubles
      adds  4e90171   PERL-526 Detect stale primaries by election_id
      adds  a519b3f   Update SDAM spec tests
      adds  633ea76   Update .mailmap
      adds  6cc4ff9   Update Changes with v1.0.2 release notes
      adds  2f71a57   Adding find_id method to collection
      adds  356bda1   Removing repetitive documentation
      adds  c65a962   PERL-569 Adding batch method to QueryResult
      adds  9684959   Rename variable to avoid shadowing outer scope
      adds  ddd48cd   PERL-570 Update MongoDB::Cursor::info documentation
      adds  186ab04   PERL-561 support bypassDocumentValidation
      adds  a4bfd56   Fix bypassDocumentValidation tests for mongod 2.4 and 2.6
      adds  6ffb959   Devel: drop --nojournal from sharded-any.yml
      adds  55ef3ec   Update .travis.yml
      adds  ef05e1f   Add pre-configure dependencies to .travis.yml
      adds  b182d2e   Add ExtUtils::CBuilder to .travis.yml preconfigure deps
      adds  723ea3c   Expect BSON encoded doubles in little endian order
      adds  94e53d5   Add Changes from v1.0.3
      adds  1533d09   minor fix in synopsis about create_many
      adds  0569f12   Require bson_codec with _CommandOp role
      adds  8a413b8   PERL-595 Change limit/batchSize behavior to match spec
      adds  44213bc   PERL-594 Implement maxAwaitTimeMS CRUD option
      adds  0e7871b   Update Changes
      adds  1dfd571   Add development version prelude for v1.1.x
      adds  675be0a   Commit Changes and bump $VERSION
      adds  00e926e   Add test for command exceeding max size
      adds  b95fb9a   Verify that server replies are less than maxMessageSizeBytes
      adds  7b85dc9   PERL-571 Add -D_GNU_SOURCE to ccflags if needed
      adds  f54636f   PERL-597 Check findAndModify for writeConcernErrors
      adds  9f56b10   Update Changes
      adds  b67aa81   Commit Changes and bump $VERSION
      adds  4c3628e   Added v1.0.4 Changes
      adds  f920efc   Devel: Print log tails from harness program on error
      adds  cbd938d   Devel: Put db data in DATA_DIR, if set
      adds  c2e4ef2   Consolidate Changes file for 1.2 release
      adds  9693f5f   Devel: Make test-all script use verbose output
      adds  78cd6d4   Remove development version docs prelude from MongoDB.pm
      adds  0a7e4f5   Disarm is_trial flag
      adds  3958bc8   Imported Upstream version 1.2.0
       new  b5e06a0   Merge tag 'upstream/1.2.0'
       new  37da300   Update debian/changelog
       new  e5e33fa   Refresh spelling.patch (offset).
       new  843b63a   releasing package libmongodb-perl version 1.2.0-1

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |  62 +++
 MANIFEST                                           |   9 +
 META.json                                          | 109 ++---
 META.yml                                           | 108 ++---
 README                                             |   2 +-
 debian/changelog                                   |   7 +
 debian/patches/spelling.patch                      |  10 +-
 inc/CheckJiraInChanges.pm                          |  10 +-
 lib/MongoDB.pm                                     |  12 +-
 lib/MongoDB/BSON.pm                                |   4 +-
 lib/MongoDB/BSON/Binary.pm                         |   4 +-
 lib/MongoDB/BSON/Regexp.pm                         |   4 +-
 lib/MongoDB/BSON/_EncodedDoc.pm                    |   2 +-
 lib/MongoDB/BulkWrite.pm                           |  34 +-
 lib/MongoDB/BulkWriteResult.pm                     |   4 +-
 lib/MongoDB/BulkWriteView.pm                       |   4 +-
 lib/MongoDB/Code.pm                                |   4 +-
 lib/MongoDB/Collection.pm                          | 453 ++++++++++++++++-----
 lib/MongoDB/CommandResult.pm                       |   4 +-
 lib/MongoDB/Cursor.pm                              | 114 +++++-
 lib/MongoDB/DBRef.pm                               |   4 +-
 lib/MongoDB/DataTypes.pod                          |   2 +-
 lib/MongoDB/Database.pm                            |  33 +-
 lib/MongoDB/DeleteResult.pm                        |   4 +-
 lib/MongoDB/Error.pm                               |  18 +-
 lib/MongoDB/Examples.pod                           |   2 +-
 lib/MongoDB/GridFS.pm                              |   4 +-
 lib/MongoDB/GridFS/File.pm                         |   4 +-
 lib/MongoDB/IndexView.pm                           |   4 +-
 lib/MongoDB/InsertManyResult.pm                    |   4 +-
 lib/MongoDB/InsertOneResult.pm                     |   4 +-
 lib/MongoDB/MongoClient.pm                         | 103 ++++-
 lib/MongoDB/OID.pm                                 |   4 +-
 lib/MongoDB/Op/_Aggregate.pm                       |  13 +-
 lib/MongoDB/Op/_BatchInsert.pm                     |   4 +-
 lib/MongoDB/Op/_BulkWrite.pm                       |  12 +-
 lib/MongoDB/Op/_Command.pm                         |   5 +-
 lib/MongoDB/Op/{_Distinct.pm => _Count.pm}         |  75 ++--
 lib/MongoDB/Op/_CreateIndexes.pm                   |   2 +-
 lib/MongoDB/Op/_Delete.pm                          |   4 +-
 lib/MongoDB/Op/_Distinct.pm                        |   4 +-
 lib/MongoDB/Op/_Explain.pm                         | 120 ++++++
 .../Op/{_ListCollections.pm => _FSyncUnlock.pm}    |  79 +---
 lib/MongoDB/Op/_FindAndDelete.pm                   | 128 ++++++
 lib/MongoDB/Op/_FindAndUpdate.pm                   | 140 +++++++
 lib/MongoDB/Op/_GetMore.pm                         |  65 ++-
 lib/MongoDB/Op/_InsertOne.pm                       |  17 +-
 lib/MongoDB/Op/_KillCursors.pm                     |   4 +-
 lib/MongoDB/Op/_ListCollections.pm                 |   3 +-
 lib/MongoDB/Op/_ListIndexes.pm                     |  32 +-
 lib/MongoDB/Op/{_Command.pm => _ParallelScan.pm}   |  55 +--
 lib/MongoDB/Op/_Query.pm                           | 194 ++++++++-
 lib/MongoDB/Op/_Update.pm                          |  25 +-
 lib/MongoDB/QueryResult.pm                         |  98 +++--
 lib/MongoDB/QueryResult/Filtered.pm                |   4 +-
 lib/MongoDB/ReadConcern.pm                         | 157 +++++++
 lib/MongoDB/ReadPreference.pm                      |   4 +-
 .../Role/{_ReadOp.pm => _BypassValidation.pm}      |  31 +-
 lib/MongoDB/Role/_CommandCursorOp.pm               |  13 +-
 lib/MongoDB/Role/_CommandOp.pm                     |   4 +-
 lib/MongoDB/Role/_Cursor.pm                        |   2 +-
 lib/MongoDB/Role/_DatabaseOp.pm                    |   2 +-
 lib/MongoDB/Role/_InsertPreEncoder.pm              |   2 +-
 lib/MongoDB/Role/_LastError.pm                     |   2 +-
 lib/MongoDB/Role/_PrivateConstructor.pm            |   2 +-
 lib/MongoDB/Role/_ReadOp.pm                        |  10 +-
 lib/MongoDB/Role/_ReadPrefModifier.pm              |  29 +-
 lib/MongoDB/Role/_UpdatePreEncoder.pm              |   2 +-
 lib/MongoDB/Role/_WriteOp.pm                       |   6 +-
 lib/MongoDB/Role/_WriteResult.pm                   |   2 +-
 lib/MongoDB/Timestamp.pm                           |   4 +-
 lib/MongoDB/Tutorial.pod                           |   2 +-
 lib/MongoDB/UnacknowledgedResult.pm                |   4 +-
 lib/MongoDB/UpdateResult.pm                        |   4 +-
 lib/MongoDB/Upgrading.pod                          |   2 +-
 lib/MongoDB/WriteConcern.pm                        |  30 +-
 lib/MongoDB/_Constants.pm                          |   2 +-
 lib/MongoDB/_Credential.pm                         |   2 +-
 lib/MongoDB/_Link.pm                               |   9 +-
 lib/MongoDB/_Protocol.pm                           |  61 ++-
 lib/MongoDB/_Query.pm                              |  80 ++--
 lib/MongoDB/_Server.pm                             |   2 +-
 lib/MongoDB/_Topology.pm                           |   2 +-
 lib/MongoDB/_Types.pm                              |  11 +-
 lib/MongoDB/_URI.pm                                |   3 +-
 t/bypass_doc_validation.t                          | 342 ++++++++++++++++
 t/collection.t                                     |  40 ++
 t/crud.t                                           |  11 +-
 t/cursor.t                                         |  10 +-
 t/data/SDAM/rs/rsother_discovered.json             |  30 +-
 t/data/SDAM/rs/rsother_discovered.yml              |  27 +-
 t/database.t                                       |   9 +-
 t/fsync.t                                          |  11 +-
 t/unit/configuration.t                             |   2 +-
 xt/release/check-jira-in-changes.t                 |  11 +-
 95 files changed, 2515 insertions(+), 697 deletions(-)
 copy lib/MongoDB/Op/{_Distinct.pm => _Count.pm} (60%)
 create mode 100644 lib/MongoDB/Op/_Explain.pm
 copy lib/MongoDB/Op/{_ListCollections.pm => _FSyncUnlock.pm} (55%)
 create mode 100644 lib/MongoDB/Op/_FindAndDelete.pm
 create mode 100644 lib/MongoDB/Op/_FindAndUpdate.pm
 copy lib/MongoDB/Op/{_Command.pm => _ParallelScan.pm} (53%)
 create mode 100644 lib/MongoDB/ReadConcern.pm
 copy lib/MongoDB/Role/{_ReadOp.pm => _BypassValidation.pm} (54%)
 create mode 100644 t/bypass_doc_validation.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmongodb-perl.git



More information about the Pkg-perl-cvs-commits mailing list