Skip to content

Commit

Permalink
Increment to and timestamp v1.2.2
Browse files Browse the repository at this point in the history
And update they copyright year.
  • Loading branch information
theory committed Aug 12, 2022
1 parent a10139e commit f0722f0
Show file tree
Hide file tree
Showing 72 changed files with 81 additions and 79 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Perl extension App::Sqitch

1.2.2
1.2.2 2022-08-12T21:19:38Z
- Fixed an issue when testing Firebird on a host with Firebird installed
but no `isql`, and when using a local Firebird (e.g., the Engine12
provider), which allows only one connection at a time. Thanks to Slaven
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2012-2021 iovation, Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation, Inc., David E. Wheeler

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Linux distributions and Windows, see the [Installation documentation].
License
-------

Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = App-Sqitch
license = MIT
copyright_holder = "iovation Inc., David E. Wheeler"
copyright_year = 2012-2021
copyright_year = 2012-2022
version = v1.2.2

[GatherDir]
Expand Down
4 changes: 1 addition & 3 deletions dist/cpanfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is generated by Dist::Zilla::Plugin::CPANFile v6.024
# This file is generated by Dist::Zilla::Plugin::CPANFile v6.025
# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.

requires "Algorithm::Backoff::Exponential" => "0.006";
Expand Down Expand Up @@ -139,8 +139,6 @@ on 'develop' => sub {
recommends "Dist::Zilla::Plugin::ExecDir" => "0";
recommends "Dist::Zilla::Plugin::GatherDir" => "0";
recommends "Dist::Zilla::Plugin::Git::Check" => "0";
recommends "Dist::Zilla::Plugin::Git::Commit" => "0";
recommends "Dist::Zilla::Plugin::Git::Push" => "0";
recommends "Dist::Zilla::Plugin::License" => "0";
recommends "Dist::Zilla::Plugin::LocaleTextDomain" => "0";
recommends "Dist::Zilla::Plugin::Manifest" => "0";
Expand Down
7 changes: 6 additions & 1 deletion dist/sqitch.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: sqitch
Version: 1.2.2-dev
Version: 1.2.2
Release: 1%{?dist}
Summary: Sensible database change management
License: MIT
Expand Down Expand Up @@ -309,6 +309,11 @@ also be installed.
# No additional files required.

%changelog
* Fri Aug 12 2022 David E. Wheeler <david@justatheory.com> 1.2.2-1
- Add Test::Exit build requirement.
- Upgrade URI::db to v0.20.
- Increased minimal MySQL version to 5.1.

* Sun Dec 5 2021 David E. Wheeler <david@justatheory.com> 1.2.1-1
- Upgrade to v1.2.1.

Expand Down
11 changes: 5 additions & 6 deletions inc/Menlo/Sqitch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ sub remove_build_dependencies {
__DATA__
AppConfig
Archive-Tar
Archive-Zip
CPAN
CPAN-Checksums
CPAN-Common-Index
CPAN-DistnameInfo
CPAN-Meta
Expand All @@ -82,7 +80,6 @@ Compress-Raw-Lzma
Compress-Raw-Zlib
Config-AutoConf
DBD-CSV
Data-Compare
Date-Manip
Devel-CheckLib
Devel-GlobalDestruction
Expand All @@ -92,7 +89,6 @@ Digest
Digest-MD5
Dist-CheckConflicts
Dumpvalue
Expect
ExtUtils-CBuilder
ExtUtils-Config
ExtUtils-Constant
Expand Down Expand Up @@ -121,11 +117,11 @@ HTTP-Negotiate
HTTP-Tiny
HTTP-Tinyish
IO-Compress
IO-Compress-Brotli
IO-Compress-Lzma
IO-HTML
IO-Socket-IP
IO-Socket-SSL
IO-Tty
IO-Zlib
IPC-Cmd
JSON-PP
Expand Down Expand Up @@ -176,6 +172,7 @@ Text-Balanced
Text-CSV_XS
Text-Glob
Text-Soundex
Thread-Semaphore
Tie-File
Tie-Handle-Offset
TimeDate
Expand All @@ -185,10 +182,12 @@ XML-DOM
XML-Parser
XML-RegExp
YAML
YAML-LibYAML
YAML-Syck
bignum
inc-latest
lib
libwww-perl
libxml-perl
local-lib
threads
threads-shared
2 changes: 1 addition & 1 deletion lib/App/Sqitch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command.pm
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/add.pm
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/bundle.pm
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/check.pm
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Matthieu Foucault <matthieu@button.is>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler, Button Inc.
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler, Button Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/checkout.pm
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ The Sqitch command-line client.
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Copyright (c) 2012-2013 Ronan Dunklau
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/deploy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/engine.pm
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/help.pm
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/init.pm
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/log.pm
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/plan.pm
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/rebase.pm
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/revert.pm
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/rework.pm
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/show.pm
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/status.pm
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/tag.pm
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/target.pm
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/upgrade.pm
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/verify.pm
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/DateTime.pm
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Engine.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2666,7 +2666,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Engine/cockroach.pm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Engine/exasol.pm
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Engine/firebird.pm
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Copyright (c) 2013 Ștefan Suciu
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Engine/mysql.pm
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Engine/oracle.pm
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2021 iovation Inc., David E. Wheeler
Copyright (c) 2012-2022 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit f0722f0

Please sign in to comment.