Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Aug 11, 2021
1 parent 06333c0 commit 1c4f9c4
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 45 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog for PyCdlib

1.12.0 (2021-08-10)
-------------------
* Several fixes to work with raw Windows devices
* Fix ISOs with missing Apple partition map entries
* Relax restrictions on dates hundredthsofseconds
* Fix MBR boot code sector size
* More UDF cleanups

1.11.0 (2020-10-07)
-------------------
* Add many more unit tests to get test coverage > 95%
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pycdlib (1.12.0-1) UNRELEASED; urgency=low

* Release 1.12.0 of pycdlib

-- Chris Lalancette <[email protected]> Wed, 08 Aug 2021 21:00:00 -0500

pycdlib (1.11.0-1) UNRELEASED; urgency=low

* Release 1.11.0 of pycdlib
Expand Down
20 changes: 10 additions & 10 deletions docs/pycdlib-api.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
In&#160;all&#160;cases,&#160;exactly&#160;one&#160;old&#160;path&#160;must&#160;be&#160;specified,&#160;and&#160;exactly&#160;one<br/>
new&#160;path&#160;must&#160;be&#160;specified.<br/>
Note&#160;that&#160;this&#160;is&#160;an&#160;advanced&#160;API,&#160;so&#160;using&#160;it&#160;in&#160;combination&#160;with&#160;the<br/>
higher-level&#160;APIs&#160;(like&#160;rm_file)&#160;may&#160;result&#160;in&#160;unexpected&#160;behavior.<br/>
higher-level&#160;APIs&#160;(like&#160;<a href="#PyCdlib-rm_file">rm_file</a>())&#160;may&#160;result&#160;in&#160;unexpected&#160;behavior.<br/>
Once&#160;this&#160;API&#160;has&#160;been&#160;used,&#160;this&#160;API&#160;and&#160;<a href="#PyCdlib-rm_hard_link">rm_hard_link</a>()&#160;should&#160;be<br/>
preferred&#160;over&#160;<a href="#PyCdlib-add_file">add_file</a>()&#160;and&#160;<a href="#PyCdlib-rm_file">rm_file</a>(),&#160;respectively.<br/>
&#160;<br/>
Expand Down Expand Up @@ -560,15 +560,15 @@

<dl><dt><a name="PyCdlib-rm_hard_link"><strong>rm_hard_link</strong></a>(self, iso_path=None, joliet_path=None, udf_path=None)</dt><dd><tt>Remove&#160;a&#160;hard&#160;link&#160;from&#160;the&#160;ISO.&#160;&#160;If&#160;the&#160;number&#160;of&#160;links&#160;to&#160;a&#160;piece&#160;of<br/>
data&#160;drops&#160;to&#160;zero,&#160;then&#160;the&#160;contents&#160;will&#160;be&#160;removed&#160;from&#160;the&#160;ISO.<br/>
Thus,&#160;this&#160;can&#160;be&#160;thought&#160;of&#160;as&#160;a&#160;lower-level&#160;interface&#160;to&#160;rm_file.<br/>
Either&#160;an&#160;ISO9660&#160;path&#160;or&#160;a&#160;Joliet&#160;path&#160;must&#160;be&#160;passed&#160;to&#160;this&#160;API,&#160;but<br/>
not&#160;both.&#160;&#160;Thus,&#160;this&#160;interface&#160;can&#160;be&#160;used&#160;to&#160;hide&#160;files&#160;from&#160;either<br/>
the&#160;ISO9660&#160;filesystem,&#160;the&#160;Joliet&#160;filesystem,&#160;or&#160;both&#160;(if&#160;there&#160;is<br/>
another&#160;reference&#160;to&#160;the&#160;data&#160;on&#160;the&#160;ISO,&#160;such&#160;as&#160;in&#160;El&#160;Torito).<br/>
Note&#160;that&#160;this&#160;is&#160;an&#160;advanced&#160;API,&#160;so&#160;using&#160;it&#160;in&#160;combination&#160;with&#160;the<br/>
higher-level&#160;APIs&#160;(like&#160;rm_file)&#160;may&#160;result&#160;in&#160;unexpected&#160;behavior.<br/>
Once&#160;this&#160;API&#160;has&#160;been&#160;used,&#160;this&#160;API&#160;and&#160;<a href="#PyCdlib-add_hard_link">add_hard_link</a>()&#160;should&#160;be<br/>
preferred&#160;over&#160;<a href="#PyCdlib-rm_file">rm_file</a>()&#160;and&#160;<a href="#PyCdlib-add_file">add_file</a>(),&#160;respectively.<br/>
This&#160;can&#160;be&#160;thought&#160;of&#160;as&#160;a&#160;lower-level&#160;interface&#160;to&#160;<a href="#PyCdlib-rm_file">rm_file</a>().&#160;&#160;Either<br/>
an&#160;ISO9660&#160;path&#160;or&#160;a&#160;Joliet&#160;path&#160;must&#160;be&#160;passed&#160;to&#160;this&#160;API,&#160;but&#160;not<br/>
both.&#160;&#160;Thus,&#160;this&#160;interface&#160;can&#160;be&#160;used&#160;to&#160;hide&#160;files&#160;from&#160;either&#160;the<br/>
ISO9660&#160;filesystem,&#160;the&#160;Joliet&#160;filesystem,&#160;or&#160;both&#160;(if&#160;there&#160;is&#160;another<br/>
reference&#160;to&#160;the&#160;data&#160;on&#160;the&#160;ISO,&#160;such&#160;as&#160;in&#160;El&#160;Torito).&#160;&#160;Note&#160;that&#160;this<br/>
is&#160;an&#160;advanced&#160;API,&#160;so&#160;using&#160;it&#160;in&#160;combination&#160;with&#160;the&#160;higher-level&#160;APIs<br/>
(like&#160;<a href="#PyCdlib-rm_file">rm_file</a>())&#160;may&#160;result&#160;in&#160;unexpected&#160;behavior.&#160;&#160;Once&#160;this&#160;API&#160;has<br/>
been&#160;used,&#160;this&#160;API&#160;and&#160;<a href="#PyCdlib-add_hard_link">add_hard_link</a>()&#160;should&#160;be&#160;preferred&#160;over<br/>
<a href="#PyCdlib-rm_file">rm_file</a>()&#160;and&#160;<a href="#PyCdlib-add_file">add_file</a>().<br/>
&#160;<br/>
Parameters:<br/>
&#160;iso_path&#160;-&#160;The&#160;ISO&#160;link&#160;path&#160;to&#160;remove.<br/>
Expand Down
55 changes: 27 additions & 28 deletions docs/pycdlib-explorer.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions docs/pycdlib-extract-files.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/pycdlib-genisoimage.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions python-pycdlib.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ PYCDLIB_TRACK_WRITES=1 py.test-%{python3_version} -v tests
%{_mandir}/man1/*

%changelog
* Tue Aug 08 2021 Chris Lalancette <[email protected]> - 1.12.0-1
- Update to upstream version 1.12.0

* Wed Oct 07 2020 Chris Lalancette <[email protected]> - 1.11.0-1
- Update to upstream version 1.11.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import time

VERSION='1.12.0'
RELEASE='0'
RELEASE='1'

class sdist(_sdist):
''' custom sdist command, to prep pycdlib.spec file for inclusion '''
Expand Down

0 comments on commit 1c4f9c4

Please sign in to comment.