[libmongodb-perl] branch master updated (0be6756 -> 2ded71c)

gregor herrmann gregoa at debian.org
Sun Aug 3 12:36:17 UTC 2014


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

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

      from  0be6756   releasing package libmongodb-perl version 0.704.2.0-1
      adds  8a35569   Imported Upstream version 0.704.4.0
       new  5d5ee24   Merge tag 'upstream/0.704.4.0'
       new  6a62bee   New upstream release.
       new  2ded71c   releasing package libmongodb-perl version 0.704.4.0-1

The 3 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                            |  26 +++++++
 MANIFEST                           |   1 +
 META.json                          |  54 +++++++-------
 META.yml                           |  54 +++++++-------
 README                             |   2 +-
 debian/changelog                   |   6 ++
 inc/CheckJiraInChanges.pm          |   2 +
 lib/MongoDB.pm                     |   4 +-
 lib/MongoDB/BSON.pm                |   4 +-
 lib/MongoDB/BSON/Binary.pm         |   4 +-
 lib/MongoDB/BSON/Regexp.pm         |   4 +-
 lib/MongoDB/BulkWrite.pm           |   4 +-
 lib/MongoDB/BulkWriteView.pm       |   4 +-
 lib/MongoDB/Code.pm                |   4 +-
 lib/MongoDB/Collection.pm          |   4 +-
 lib/MongoDB/CommandResult.pm       |   4 +-
 lib/MongoDB/Connection.pm          |   4 +-
 lib/MongoDB/Cursor.pm              |   4 +-
 lib/MongoDB/DBRef.pm               |   4 +-
 lib/MongoDB/DataTypes.pod          |   2 +-
 lib/MongoDB/Database.pm            |   6 +-
 lib/MongoDB/Error.pm               |  11 +--
 lib/MongoDB/Examples.pod           |   2 +-
 lib/MongoDB/GridFS.pm              |   4 +-
 lib/MongoDB/GridFS/File.pm         |   4 +-
 lib/MongoDB/Indexing.pod           |   2 +-
 lib/MongoDB/MongoClient.pm         | 145 ++++++++++++++++++++++++++++---------
 lib/MongoDB/OID.pm                 |   4 +-
 lib/MongoDB/Role/_LastError.pm     |   2 +-
 lib/MongoDB/Role/_Remover.pm       |   2 +-
 lib/MongoDB/Role/_Updater.pm       |   2 +-
 lib/MongoDB/Role/_View.pm          |   2 +-
 lib/MongoDB/Role/_WriteQueue.pm    |   2 +-
 lib/MongoDB/Role/_Writeable.pm     |   2 +-
 lib/MongoDB/Timestamp.pm           |   4 +-
 lib/MongoDB/Tutorial.pod           |   2 +-
 lib/MongoDB/WriteResult.pm         |   4 +-
 lib/MongoDB/_Types.pm              |   2 +-
 t/00-report-mongod.t               |   6 +-
 t/bson.t                           |   4 +-
 t/bulk.t                           |   6 +-
 t/collection.t                     |  21 +++++-
 t/connection.t                     |  53 +++++++++++---
 t/connection_string.t              | 135 ++++++++++++++++++++++++++++++++++
 t/cursor.t                         |  36 ++++++++-
 t/database.t                       |   6 +-
 t/dbref.t                          |   5 +-
 t/delegation.t                     |   8 +-
 t/dt_types.t                       |   5 +-
 t/fsync.t                          |   4 +-
 t/gridfs.t                         |   4 +-
 t/lib/MongoDBTest.pm               |  94 ++++++++++++++----------
 t/max_time_ms.t                    |   7 +-
 t/readpref.t                       |   6 +-
 t/regex.t                          |   4 +-
 t/regexp_obj.t                     |  15 ++--
 t/threads/basic.t                  |   5 +-
 t/threads/cursor.t                 |   4 +-
 t/types.t                          |   5 +-
 t/w.t                              |   4 +-
 xs/Cursor.xs                       |  11 ++-
 xt/release/check-jira-in-changes.t |   6 +-
 62 files changed, 623 insertions(+), 228 deletions(-)
 create mode 100644 t/connection_string.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