Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (6h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 02:43:45 UTC Now

2018-03-18 08:31:13 UTC MAIN commitmail json YAML

p5-App-Sqitch: update to 0.9997.

Add some missing dependencies.

0.9997 2018-03-15T21:13:52Z
    - Fixed the Firebird engine to properly detect multiple instances of a
      change specified to `revert` and `verify`, matching the behavior of
      displaying tag-qualified alternates added to the other engines in
      v0.9996.
    - Fixed test failure on Windows.
    - Updated the MySQL and PostgreSQL tests to use process-specific database
      names, to try to avoid conflicts when tests are being run by multiple
      processes on the same box, as happens with CPAN smoke testing boxes.
    - Fixed an issue where Sqitch would sometimes truncate the registry
      version number fetched from Postgres, most likely because the Perl
      runtime was using 32-bit integers. Fixed by casting the version to text
      in the query, before Perl ever see it. Thanks to Malte Legenhausen for
      the report (#343).
    - The MySQL engine will now read the username from MySQL configuration
      files. Thanks to Eliot Alter for the bug report (#353).
    - Added Italian translation, with thanks to Luca Ferrari and @BeaData!
    - Improved multi-value config examples in the `sqitch-config`
      documentation to be a bit less confusing. Thanks to Emil for reporting
      where he got confused!
    - Added the Exasol engine. Thanks to Johan Wč¾°rlander for the PR (#362)!
    - Fixed an issue where URI::db needed to be explicitly loaded. Thanks to
      Hugh Esco for the report (#370)!
    - Changed the exit value for `rebase` and `revert` from 1 to 0 when there
      is no work to do. This is to match the expectation of non-zero exit
      statuses only when a command is unsuccessful, as well as the behavior
      of `deploy` as of v0.995. Nothing to do is considered successful.
      Thanks to Paul Williams for the PR (#374)!
    - Update `psql` options to use a conninfo string to honor connection
      parameter key words for PostgreSQL targets. It can now take advantage
      of the connection service file using `db:pg:///?service=$PGSERVICE` as
      well as other connection parameters. Thanks to Paul Williams for the PR
      (#375)!

(wiz)