[Pkg-ceph-commits] [ceph] branch master updated (07e84d4 -> d19a4a6)

James Downing Page jamespage at moszumanska.debian.org
Wed Jul 30 09:06:28 UTC 2014


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

jamespage pushed a change to branch master
in repository ceph.

      from  07e84d4   New upstream release [0.80.4] + changelog summary
       new  9a6f21f   Imported Upstream version 0.80.5
       new  9648e64   Merge tag 'upstream/0.80.5'
       new  d19a4a6   * New upstream stable release:   - d/p/firefly-post-release.patch: Dropped, no longer required.

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:
 ceph.spec                                      |   10 +-
 ceph.spec.in                                   |    8 +-
 configure                                      |   36 +-
 configure.ac                                   |    6 +-
 debian/changelog                               |    7 +
 debian/patches/arch.patch                      |    4 +-
 debian/patches/backfill-prio.patch             |   66 +-
 debian/patches/bash-completion.patch           |   15 +-
 debian/patches/bug-8342.patch                  |    8 +-
 debian/patches/bug-8624a.patch                 |    8 +-
 debian/patches/bug-8624b.patch                 |    8 +-
 debian/patches/bug-8821.patch                  |   28 +-
 debian/patches/client-sleep1.patch             |    4 +-
 debian/patches/client-sleep2.patch             |    8 +-
 debian/patches/client-sleep3.patch             |    4 +-
 debian/patches/firefly-post-release.patch      |   49 -
 debian/patches/rbdmap1-mount.patch             |   17 +-
 debian/patches/rbdmap2-hooks.patch             |    8 +-
 debian/patches/rbdmap3-lazyumount.patch        |    5 -
 debian/patches/sample.ceph.conf.patch          |   65 +-
 debian/patches/series                          |    1 -
 debian/patches/sleep-recover.patch             |    4 +-
 debian/patches/virtualenv-never-download.patch |    4 +-
 src/.git_version                               |    4 +-
 src/Makefile-env.am                            |    3 +
 src/Makefile.in                                | 1188 ++++++++++++++++--------
 src/acconfig.h.in                              |    6 -
 src/ceph-disk                                  |    2 +-
 src/common/utf8.c                              |    4 +-
 src/common/utf8.h                              |   12 +
 src/init-ceph.in                               |   10 +-
 src/logrotate.conf                             |    2 +-
 src/mon/AuthMonitor.cc                         |   27 +-
 src/mon/Makefile.am                            |    7 +-
 src/os/Makefile.am                             |    7 +
 src/os/ObjectStore.cc                          |  466 ----------
 src/os/{ObjectStore.cc => Transaction.cc}      |  152 +--
 src/osd/ECBackend.cc                           |    3 +-
 src/osd/ECBackend.h                            |    2 +-
 src/osd/Makefile.am                            |   13 +-
 src/osd/OSD.cc                                 |   17 +-
 src/osd/OSD.h                                  |    1 +
 src/osd/PGBackend.cc                           |    3 +-
 src/osd/PGBackend.h                            |    8 +-
 src/osd/ReplicatedBackend.cc                   |    3 +-
 src/osd/ReplicatedBackend.h                    |    2 +-
 src/osd/ReplicatedPG.cc                        |    8 +-
 src/rgw/Makefile.am                            |    3 +-
 src/rgw/rgw_acl.cc                             |    5 -
 src/rgw/rgw_acl_s3.cc                          |   10 -
 src/rgw/rgw_acl_s3.h                           |    1 +
 src/rgw/rgw_admin.cc                           |    2 +-
 src/rgw/rgw_bucket.cc                          |    6 +-
 src/rgw/rgw_dencoder.cc                        |  168 ++++
 src/rgw/rgw_op.cc                              |    8 +-
 src/rgw/rgw_op.h                               |    1 +
 src/rgw/rgw_rados.cc                           |  234 ++---
 src/rgw/rgw_rados.h                            |    5 +-
 src/rgw/rgw_rest_s3.cc                         |    5 +-
 src/test/Makefile.am                           |   11 +-
 60 files changed, 1272 insertions(+), 1510 deletions(-)
 delete mode 100644 debian/patches/firefly-post-release.patch
 copy src/os/{ObjectStore.cc => Transaction.cc} (76%)

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



More information about the Pkg-ceph-commits mailing list