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

zeha pushed a commit to branch master
in repository sqitch.

commit 202e81220bb29797df74329465da458dc25fb5db
Merge: 26f4ee5 51c9c4e
Author: Christian Hofstaedtler <z...@debian.org>
Date:   Sun Jun 14 12:59:52 2015 +0200

    Merge tag 'upstream/0.9992'
    
    Upstream version 0.9992

 Build.PL                                       |   5 ++-
 Changes                                        |  28 ++++++++++++++
 MANIFEST                                       |   8 +++-
 META.json                                      |   5 ++-
 META.yml                                       |   5 ++-
 README                                         |   4 +-
 README.md                                      |   2 +-
 dist/sqitch.spec                               |  24 ++++++++++--
 lib/App/Sqitch.pm                              |   2 +-
 lib/App/Sqitch/Command.pm                      |   2 +-
 lib/App/Sqitch/Command/add.pm                  |   2 +-
 lib/App/Sqitch/Command/bundle.pm               |   2 +-
 lib/App/Sqitch/Command/checkout.pm             |   2 +-
 lib/App/Sqitch/Command/config.pm               |   2 +-
 lib/App/Sqitch/Command/deploy.pm               |   2 +-
 lib/App/Sqitch/Command/engine.pm               |   2 +-
 lib/App/Sqitch/Command/help.pm                 |   2 +-
 lib/App/Sqitch/Command/init.pm                 |   2 +-
 lib/App/Sqitch/Command/log.pm                  |   2 +-
 lib/App/Sqitch/Command/plan.pm                 |   2 +-
 lib/App/Sqitch/Command/rebase.pm               |   2 +-
 lib/App/Sqitch/Command/revert.pm               |   2 +-
 lib/App/Sqitch/Command/rework.pm               |   2 +-
 lib/App/Sqitch/Command/show.pm                 |   2 +-
 lib/App/Sqitch/Command/status.pm               |   2 +-
 lib/App/Sqitch/Command/tag.pm                  |   2 +-
 lib/App/Sqitch/Command/target.pm               |   2 +-
 lib/App/Sqitch/Command/upgrade.pm              |   2 +-
 lib/App/Sqitch/Command/verify.pm               |   2 +-
 lib/App/Sqitch/Config.pm                       |   2 +-
 lib/App/Sqitch/DateTime.pm                     |   2 +-
 lib/App/Sqitch/Engine.pm                       |   6 +--
 lib/App/Sqitch/Engine/Upgrade/firebird-1.0.sql |   1 +
 lib/App/Sqitch/Engine/Upgrade/firebird-1.1.sql |  49 +++++++++++++++++++++++++
 lib/App/Sqitch/Engine/Upgrade/mysql-1.1.sql    |   2 +
 lib/App/Sqitch/Engine/Upgrade/oracle-1.0.sql   |  40 ++++++++++++--------
 lib/App/Sqitch/Engine/Upgrade/oracle-1.1.sql   |  31 ++++++++++++++++
 lib/App/Sqitch/Engine/Upgrade/pg-1.1.sql       |   6 +++
 lib/App/Sqitch/Engine/Upgrade/sqlite-1.1.sql   |  27 ++++++++++++++
 lib/App/Sqitch/Engine/Upgrade/vertica-1.1.sql  |   2 +
 lib/App/Sqitch/Engine/firebird.pm              |   2 +-
 lib/App/Sqitch/Engine/firebird.sql             |  23 +++++++-----
 lib/App/Sqitch/Engine/mysql.pm                 |   3 +-
 lib/App/Sqitch/Engine/mysql.sql                |   7 ++--
 lib/App/Sqitch/Engine/oracle.pm                |   2 +-
 lib/App/Sqitch/Engine/oracle.sql               |  12 ++++--
 lib/App/Sqitch/Engine/pg.pm                    |   3 +-
 lib/App/Sqitch/Engine/pg.sql                   |  11 ++++--
 lib/App/Sqitch/Engine/sqlite.pm                |   2 +-
 lib/App/Sqitch/Engine/sqlite.sql               |  12 ++++--
 lib/App/Sqitch/Engine/vertica.pm               |   2 +-
 lib/App/Sqitch/ItemFormatter.pm                |   2 +-
 lib/App/Sqitch/Plan.pm                         |   2 +-
 lib/App/Sqitch/Plan/Blank.pm                   |   2 +-
 lib/App/Sqitch/Plan/Depend.pm                  |   2 +-
 lib/App/Sqitch/Plan/Line.pm                    |   2 +-
 lib/App/Sqitch/Plan/LineList.pm                |   2 +-
 lib/App/Sqitch/Plan/Pragma.pm                  |   2 +-
 lib/App/Sqitch/Plan/Tag.pm                     |   2 +-
 lib/App/Sqitch/Role/DBIEngine.pm               |   6 ++-
 lib/App/Sqitch/Role/RevertDeployCommand.pm     |   2 +-
 lib/App/Sqitch/X.pm                            |   2 +-
 lib/LocaleData/de/LC_MESSAGES/App-Sqitch.mo    | Bin 463 -> 463 bytes
 lib/LocaleData/fr/LC_MESSAGES/App-Sqitch.mo    | Bin 13385 -> 13385 bytes
 lib/sqitch-passwords.pod                       |   9 +++--
 lib/sqitchtutorial-oracle.pod                  |  11 +++---
 t/bundle.t                                     |  20 ++++++++--
 t/engine.t                                     |   2 +-
 t/lib/DBIEngineTest.pm                         |  28 ++++++++++----
 t/tag_cmd.t                                    |   4 +-
 70 files changed, 346 insertions(+), 124 deletions(-)

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to