1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-21 00:19:42 +02:00

add 1.15.7 to 1.16.0 changes

This commit is contained in:
Kelly Brazil
2021-07-20 12:13:33 -05:00
parent 46171e2202
commit 5798495a11

View File

@ -1,8 +1,8 @@
jc changelog
202107xx v1.16.0 (in progress)
20210720 v1.16.0
- Note to Package Maintainers:
TLDR: `/man/jc.1.gz` and `/jc/man/jc.1.gz` are deprecated and only `/man/jc.1` should be used.
TL;DR: `/man/jc.1.gz` and `/jc/man/jc.1.gz` are deprecated and only `/man/jc.1` should be used.
The Man page in the PyPi source packages will be moving from `/jc/man/jc.1.gz` to `/man/jc.1`
in version 1.17.0. For now the Man pages will be available in both locations, but be aware that
@ -13,8 +13,6 @@ jc changelog
after v1.17.0. Please use `/man/jc.1` and compress downstream if you would like.
- Include CHANGELOG in source distribution
- Fix Man page location in source packages
20210707 v1.15.7
- Add sfdisk command parser tested on linux
- Update unit test files to change the timezone when needed (POSIX only)