-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris White
committed
May 31, 2019
1 parent
f0f8b3b
commit 77a84f7
Showing
2 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,37 @@ | ||
Revision history for Data-Hopen | ||
|
||
0.000014 2019-??-?? | ||
0.000014 2019-05-30 (TRIAL RELEASE) | ||
- Added Data::Hopen::G::GraphBuilder::to() | ||
- Fix test failures on earlier Perl versions | ||
|
||
0.000013 2019-05-26 | ||
- Functional changes throughout | ||
|
||
0.000012 2019-02-28 | ||
- No changes - stable release of 0.000011 | ||
|
||
0.000011 2019-02-28 | ||
0.000011 2019-02-28 (TRIAL RELEASE) | ||
- Bugfixes in Scope | ||
|
||
0.000010 2019-02-14 | ||
- Finished removing code now in App::hopen | ||
|
||
0.000009 2019-02-13 | ||
0.000009 2019-02-13 (TRIAL RELEASE) | ||
- Renamed from Build::Hopen to Data::Hopen | ||
|
||
0.000008 2019-02-09 | ||
0.000008 2019-02-09 (TRIAL RELEASE) | ||
(as Build::Hopen) | ||
- Tweaked File::Glob usage to support Perl 5.14 | ||
|
||
0.000007 2019-02-08 | ||
0.000007 2019-02-08 (TRIAL RELEASE) | ||
(as Build::Hopen) | ||
- First version that can generate a Makefile | ||
|
||
0.000006 2019-02-06 | ||
0.000006 2019-02-06 (TRIAL RELEASE) | ||
(as Build::Hopen) | ||
- Substantially expanded | ||
|
||
0.000003 2018-01-02 | ||
0.000003 2018-01-02 (TRIAL RELEASE) | ||
(as Build::Hopen) | ||
- First full trial release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ TEMPLATE | |
Data-Hopen-.* | ||
TODO | ||
\.stackdump$ | ||
\bMETA_new\.yml\b | ||
|
||
# Backup files | ||
\.swp$ | ||
|