Skip to content

Commit

Permalink
Final changes for release 1.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBloomberg committed Sep 22, 2021
1 parent 6d6e879 commit f413826
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
17 changes: 9 additions & 8 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*====================================================================*/

README (version 1.81.1)
File update: 11 June 2021
README (version 1.82.0)
File update: 22 Sept 2021
---------------------------

gunzip leptonica-1.81.1.tar.gz
tar -xvf leptonica-1.81.1.tar
gunzip leptonica-1.82.0.tar.gz
tar -xvf leptonica-1.82.0.tar

</pre>

Expand Down Expand Up @@ -117,7 +117,7 @@ <h2> <A NAME="BUILDING">
Libraries, executables and prototypes are easily made, as described below.

When you extract from the archive, all files are put in a
subdirectory 'leptonica-1.81.1'. In that directory you will
subdirectory 'leptonica-1.82.0'. In that directory you will
find a src directory containing the source files for the library,
and a prog directory containing source files for various
testing and example programs.
Expand Down Expand Up @@ -259,7 +259,7 @@ <h2> <A NAME="BUILDING">
make install

Configure also supports building in a separate directory from the
source. Run "/(path-to)/leptonica-1.81.1/configure" and then "make"
source. Run "/(path-to)/leptonica-1.82.0/configure" and then "make"
from the desired build directory.

Configure has a number of useful options; run "configure --help" for
Expand Down Expand Up @@ -1194,8 +1194,8 @@ <h2> <A NAME="CONTENTS">
http://code.google.com/p/leptonica, as well as all versions after 1.60.
These have now been transferred by Egor Pugin to github:
github.com/danbloomberg/leptonica
where all releases (1.42 - 1.81.1) are available; e.g.,
https://github.com/DanBloomberg/leptonica/releases/tag/1.81.1
where all releases (1.42 - 1.82.0) are available; e.g.,
https://github.com/DanBloomberg/leptonica/releases/tag/1.82.0
The more recent releases, from 1.74, are also available at
leptonica.org/download.html
Note that if you are downloading from github, the releases are more
Expand All @@ -1221,6 +1221,7 @@ <h2> <A NAME="CONTENTS">
1.79 : 5.4.0
1.80 : 5.4.0
1.81 : 5.4.0
1.82 : 5.4.0

A brief version chronology is maintained in version-notes.html.
Starting with gcc 4.3.3, error warnings (-Werror) are given for
Expand Down
5 changes: 2 additions & 3 deletions version-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@


<h2 align=center>Version Notes for Leptonica</h2>
<h3 align=center>6 June 2021</h3>
<h3 align=center>22 Sept 2021</h3>

<hr>
<h2 align=center> <IMG SRC="moller52.jpg" border=1 ALIGN_MIDDLE> </h2>
Expand All @@ -89,13 +89,12 @@ <h2 align=center> <IMG SRC="moller52.jpg" border=1 ALIGN_MIDDLE> </h2>

<pre>

1.82.0 not released
1.82.0 Sept 22, 2021
* Fix issue-585: reading tiff rgb with tiffbpl = 1.5 * packedbpl.
* Fix issue-586: failure to properly wrap tiff-g4 in pdf without
transcoding. The fix is to do transcoding for tiff-g4, as was
done before April 2021.


1.81.1 June 11, 2021
* Added choice of codec (JP2 or J2K) when writing jp2k files.
* Fix use of hashmap with key based on dna.
Expand Down

0 comments on commit f413826

Please sign in to comment.