Skip to content

Commit

Permalink
update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Jul 16, 2022
1 parent 04564b6 commit 95d29f1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion App-MHFS/Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Revision history for App-MHFS, note the CHANGELOG.md of the repository is much more comprehensive
v0.4.1 2022-07-XX
v0.4.1 2022-07-15
Attempt to fix cpantesters issues, require perl 5.14.0 or greater, test Time::HiRes::clock_gettime in
Makefile.PL for OS check, make integer size, a MHFS::Plugin::GetVideo plugin loading error instead of a
compile time error for MHFS.
Expand Down
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# MHFS Changelog
## [0.4.1](https://github.com/G4Vi/MHFS/compare/v0.3.0...dev) - 2022-07-XX
### Added
## [0.4.1](https://github.com/G4Vi/MHFS/compare/v0.4.0...v0.4.1) - 2022-07-15
### App-MHFS
#### Added
- OS check by importing `Time::HiRes::clock_gettime` in Makefile.PL
### Fixed
#### Fixed
- unsufficient Perl version checks in Makefile.PL, now requires perl 5.14.0 or greater
### Changed
#### Changed
- integer size check in `MHFS::Plugin::GetVideo` is now a plugin loading error instead of a
compile time error for MHFS.
### MHFS-XS
#### Fixed
- Stopped overriding CCFLAGS to fix perl being built with different settings
- builds with non-MULTIPLICITY 5.20.2 perl; `-lpthread` added to libs

## [0.4.0](https://github.com/G4Vi/MHFS/compare/v0.3.0...v0.4.0) - 2022-07-11
### Added
Expand Down
5 changes: 3 additions & 2 deletions MHFS-XS/Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for MHFS-XS, note the CHANGELOG.md of the repository is much more comprehensive
v0.2.1 2022-07-XX
Stop messing with CCFLAGS
v0.2.1 2022-07-15
Stop messing with CCFLAGS. Fixed builds with non-MULTIPLICITY 5.20.2 perl;
`-lpthread` added to libs

v0.2.0 2022-07-11
Fixed compile error when building with non-MULTIPLICITY perl
Expand Down

0 comments on commit 95d29f1

Please sign in to comment.