Skip to content

Commit

Permalink
RLS Version 0.7.2
Browse files Browse the repository at this point in the history
ChangeLog

- Fix several memory access bugs in parsers (reported by Robert Scott)
  • Loading branch information
luispedro committed Mar 24, 2020
1 parent a67abd9 commit f8a9c0e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.7.0+
Version 0.7.2 2020-03-24 by luispedro
* Fix several memory access bugs in parsers (reported by Robert Scott)

Version 0.7.1 2019-05-09 by luispedro
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ submissions, etc.
History
~~~~~~~

Version 0.7.2 (2020-03-24)
--------------------------
- Fix several memory access bugs in parsers (reported by Robert Scott)

Version 0.7.1 (2019-05-09)
--------------------------
- Fix 16-bit RGB/RGBA TIFF write (patch by Tomi Aarnio)
Expand Down
4 changes: 4 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
History
=======

Version 0.7.2 (2020-03-24)
--------------------------
- Fix several memory access bugs in parsers (reported by Robert Scott)

Version 0.7.1 (2019-05-09)
--------------------------
- Fix 16-bit RGB/RGBA TIFF write (patch by Tomi Aarnio)
Expand Down
2 changes: 1 addition & 1 deletion imread/imread_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.1+git'
__version__ = '0.7.2'

0 comments on commit f8a9c0e

Please sign in to comment.