Skip to content

Commit

Permalink
Timestamp v1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jun 4, 2019
1 parent 6c6cf27 commit 7fd9ff2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Perl extension App::Sqitch

1.0.0
1.0.0 2019-06-04T12:56:22Z
- Fixed test failure due to a hard-coded system error that may be
localized on non-en-US hosts. Thanks to Slaven Rezić for the catch
(#427).
Expand All @@ -12,8 +12,8 @@ Revision history for Perl extension App::Sqitch
- Removed use of File::HomeDir, thanks to a PR from Karen Etheridge
(#433).
- Updated the tagline from "Sane database change management" to "Sensible
database change management" out of sensitivity to sufferers of mental
illness (#435).
database change management" out of sensitivity to those subject to
mental illness (#435).
- Removed double-quoting of SQLite commands on Windows, inadvertently
added by the workaround for Windows quoting in v0.9999.
- Fixed a Snowflake issue where Sqitch failed to recognize the proper
Expand Down Expand Up @@ -55,13 +55,13 @@ Revision history for Perl extension App::Sqitch
- Fixed an issue where a wayward newline in some versions of SQLite
prevented Sqitch from parsing the version. Thanks to Kivanc Yazan
for the report (#465) and the fix (#465)!
- Fixed an error when Sqitch was run on a system without a valid username,
such as some Docker environments. Thanks to Ferdinand Salis for the
report (#459)!
- When Sqitch finds the registry does not exist on PostgreSQL, it now sends
a warning to the PostgreSQL log reporting that it will initialize the
database. This is to reduce confusion for folks watching the PostgreSQL
error log while Sqitch runs (#314).
- Fixed an error when Sqitch was run on a system without a valid
username, such as some Docker environments. Thanks to Ferdinand Salis
for the report (#459)!
- When Sqitch finds the registry does not exist on PostgreSQL, it now
sends a warning to the PostgreSQL log reporting that it will initialize
the database. This is to reduce confusion for folks watching the
PostgreSQL error log while Sqitch runs (#314).

0.9999 2019-02-01T15:29:40Z
[Bug Fixes]
Expand Down
7 changes: 7 additions & 0 deletions dist/sqitch.spec
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,13 @@ also be installed.
# No additional files required.

%changelog
* Tue Jun 4 2019 David E. Wheeler <[email protected]> 1.0.0-1
- Upgrade to v1.0.0.
- Config::GitLike now requires v1.15.
- Test::MockModule now requires v0.17.
- Removed File::HomeDir.
- Changed "sane" to "sensible" in the summary.

* Fri Feb 1 2019 David E. Wheeler <[email protected]> 0.9999-1
- Upgrade to v0.9999.
- Added requirement for IO::Pager 0.34 or higher.
Expand Down

0 comments on commit 7fd9ff2

Please sign in to comment.