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

zeha pushed a change to branch master
in repository sqitch.

      from  26f4ee5   releasing package sqitch version 0.9991-1
      adds  98fbc5e   Incrment to v0.9992.
      adds  45b03f7   Set client_encoding on PostgreSQL.
      adds  2a401de   Properly handle DBI callback errors.
      adds  58a7118   Nicer way to set client encoding.
      adds  de8aeb0   Ever more direct client encoding specification.
      adds  1c6faad   Fix Windows test failures.
      adds  119ca29   Require DateTime::TimeZone.
      adds  6458862   Update sqitchtutorial-oracle.pod
      adds  7ebe870   Add missing line.
      adds  3741d20   Fix SID/database name.
      adds  22ead0f   Thanks @hartzell!.
      adds  26b94a4   Fix upgrade script to support Oracle 10.
      adds  aebfdeb   Add missing ')' in command output.
      adds  270e55c   Fix test broken by aebfdeb.
      adds  b650a51   Credit @hartzell.
      adds  4d63e2c   Replace unique constraint on changes.script_hash.
      adds  c409a99   Name all constraints on Postgres and Firebird.
      adds  024658e   On second though, just give CHECKs names.
      adds  23f1c47   Sync CHECK constraint names.
      adds  8224a61   Need to round version on Firebird, too.
      adds  5ec53bd   Round Firebird version in Perl.
      adds  916af42   Note MySQL and Firebird precision fixes.
      adds  81f0e3b   Just sprintf all versions.
      adds  69614cc   Fix another Windows test failure.
      adds  edc45e3   Tweak changes.
      adds  5f1dc6b   Add a documentation note about the MySQL::Config 
requirement to read my.cnf files
      adds  8b7ab03   Tweak MySQL password comments; give credit.
      adds  c211195   Just need firebird RPM.
      adds  b4c3f13   Add Provides lines to Sqitch RPMs.
      adds  58cd855   Require libverticaodbc and vsql.
      adds  6b30e83   Update l10n files.
      adds  ef437e8   Timestamp v0.9992.
      adds  51c9c4e   Imported Upstream version 0.9992
       new  202e812   Merge tag 'upstream/0.9992'
       new  277f3e4   Update debian/changelog
       new  43bdb70   Add new dependency on libdatetime-timezone-perl.
       new  5b8bf8e   Update copyright notice for Debian packaging
       new  02a297a   releasing package sqitch version 0.9992-1

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:
 Build.PL                                       |   5 ++-
 Changes                                        |  28 ++++++++++++++
 MANIFEST                                       |   8 +++-
 META.json                                      |   5 ++-
 META.yml                                       |   5 ++-
 README                                         |   4 +-
 README.md                                      |   2 +-
 debian/changelog                               |   7 ++++
 debian/control                                 |   2 +
 debian/copyright                               |   3 +-
 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 +-
 73 files changed, 357 insertions(+), 125 deletions(-)
 create mode 100644 lib/App/Sqitch/Engine/Upgrade/firebird-1.1.sql
 create mode 100644 lib/App/Sqitch/Engine/Upgrade/mysql-1.1.sql
 create mode 100644 lib/App/Sqitch/Engine/Upgrade/oracle-1.1.sql
 create mode 100644 lib/App/Sqitch/Engine/Upgrade/pg-1.1.sql
 create mode 100644 lib/App/Sqitch/Engine/Upgrade/sqlite-1.1.sql
 create mode 100644 lib/App/Sqitch/Engine/Upgrade/vertica-1.1.sql

-- 
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