Releases: johan162/msrv_setup
Releases · johan162/msrv_setup
Release list
v1.0.3
Changes
This release fixes all warning in the ePub validation
- Changed
encoding="UTF-8"to proper XML stringencoding="'UTF-8'" - Add copy of admonation images and manually update the manifest in the ePub container (in the makefile) to avoid warnings
- Add Docbook namespace
v1.0.2
Changes
- Added more missing sections & appendixes that was in the old SVN repo
- Fixed some obvious typos
- Updated project structure in the README to reflect the added sections
- Fixed a path error in epub workflow that only showed up when build was part of "make docker-all"
v1.0.0
The last release from old SVN repo
Changes
This is based on the exact same text content as released in 2012. Project changes are:
- Added a Makefle as Phing declarative build system is no longer in common use which is what was used as the original build system
- Added a Container based build (as that was not a common practice when this was originally written)