[DRE-commits] [ruby-activerecord-3.2] branch master updated (2ee0c93 -> 949cef2)

Ondrej Sury ondrej at moszumanska.debian.org
Sun Dec 15 15:36:54 UTC 2013


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

ondrej pushed a change to branch master
in repository ruby-activerecord-3.2.

      from  2ee0c93   Update gbp.conf
       new  39f9986   New upstream version 3.2.16
       new  ba02f53   Update debian/control to rails release 3.2.16
       new  bc53366   prepare 3.2.16-1 release
       new  fa2a13c   prepare 3.2.16-1 release
       new  949cef2   Remove obsolete patches

The 5 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:
 CHANGELOG.md                                       | 191 ++++++++++++++++++++-
 checksums.yaml.gz                                  | Bin 265 -> 269 bytes
 debian/changelog                                   |   7 +
 debian/control                                     |  13 +-
 debian/patches/3-2-dynamic_finder_injection.patch  |  32 ----
 debian/patches/CVE-2013-0155.patch                 |  25 ---
 debian/patches/CVE-2013-1854.patch                 |  22 ---
 debian/patches/series                              |   3 -
 lib/active_record/associations/association.rb      |  12 +-
 .../associations/belongs_to_association.rb         |   2 +-
 .../belongs_to_polymorphic_association.rb          |   3 +-
 .../associations/builder/belongs_to.rb             |   5 +-
 .../associations/collection_association.rb         |   2 +-
 lib/active_record/associations/collection_proxy.rb |  10 +-
 .../associations/has_many_association.rb           |   4 +-
 lib/active_record/associations/join_dependency.rb  |   2 +-
 .../join_dependency/join_association.rb            |   7 +-
 .../associations/preloader/through_association.rb  |   3 +-
 .../associations/through_association.rb            |   2 +-
 lib/active_record/autosave_association.rb          |  17 +-
 .../abstract/schema_definitions.rb                 |   4 +-
 .../connection_adapters/mysql2_adapter.rb          |   8 +-
 .../connection_adapters/postgresql_adapter.rb      |  12 +-
 .../connection_adapters/schema_cache.rb            |   4 +-
 lib/active_record/explain_subscriber.rb            |   2 +-
 lib/active_record/fixtures.rb                      |   4 +-
 lib/active_record/locking/optimistic.rb            |   2 +-
 lib/active_record/model_schema.rb                  |   6 +-
 lib/active_record/nested_attributes.rb             |  58 +++++--
 lib/active_record/railtie.rb                       |  13 +-
 lib/active_record/railties/databases.rake          |   3 +-
 lib/active_record/relation/calculations.rb         |  11 +-
 lib/active_record/relation/finder_methods.rb       |   5 +-
 lib/active_record/relation/spawn_methods.rb        |  42 ++++-
 lib/active_record/store.rb                         |   2 +-
 lib/active_record/version.rb                       |   2 +-
 metadata.yml                                       |  29 ++--
 37 files changed, 381 insertions(+), 188 deletions(-)
 delete mode 100644 debian/patches/3-2-dynamic_finder_injection.patch
 delete mode 100644 debian/patches/CVE-2013-0155.patch
 delete mode 100644 debian/patches/CVE-2013-1854.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-activerecord-3.2.git



More information about the Pkg-ruby-extras-commits mailing list