Skip to content

Commit 9d18999

Browse files
committed
Final changes for leptonica release 1.81.0
1 parent 65f9d41 commit 9d18999

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = Leptonica
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.80.0
41+
PROJECT_NUMBER = 1.81.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

README.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@
7575
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7676
*====================================================================*/
7777

78-
README (version 1.80.0)
79-
File update: 6 Oct 2020
78+
README (version 1.81.0)
79+
File update: 6 June 2021
8080
---------------------------
8181

82-
gunzip leptonica-1.80.0.tar.gz
83-
tar -xvf leptonica-1.80.0.tar
82+
gunzip leptonica-1.81.0.tar.gz
83+
tar -xvf leptonica-1.81.0.tar
8484

8585
</pre>
8686

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

119119
When you extract from the archive, all files are put in a
120-
subdirectory 'leptonica-1.80.0'. In that directory you will
120+
subdirectory 'leptonica-1.81.0'. In that directory you will
121121
find a src directory containing the source files for the library,
122122
and a prog directory containing source files for various
123123
testing and example programs.
@@ -259,7 +259,7 @@ <h2> <A NAME="BUILDING">
259259
make install
260260

261261
Configure also supports building in a separate directory from the
262-
source. Run "/(path-to)/leptonica-1.80.0/configure" and then "make"
262+
source. Run "/(path-to)/leptonica-1.81.0/configure" and then "make"
263263
from the desired build directory.
264264

265265
Configure has a number of useful options; run "configure --help" for
@@ -1194,8 +1194,8 @@ <h2> <A NAME="CONTENTS">
11941194
http://code.google.com/p/leptonica, as well as all versions after 1.60.
11951195
These have now been transferred by Egor Pugin to github:
11961196
github.com/danbloomberg/leptonica
1197-
where all releases (1.42 - 1.80.0) are available; e.g.,
1198-
https://github.com/DanBloomberg/leptonica/releases/tag/1.80.0
1197+
where all releases (1.42 - 1.81.0) are available; e.g.,
1198+
https://github.com/DanBloomberg/leptonica/releases/tag/1.81.0
11991199
The more recent releases, from 1.74, are also available at
12001200
leptonica.org/download.html
12011201
Note that if you are downloading from github, the releases are more
@@ -1220,7 +1220,7 @@ <h2> <A NAME="CONTENTS">
12201220
1.78 : 5.3.0
12211221
1.79 : 5.4.0
12221222
1.80 : 5.4.0
1223-
1.81 : 5.4.0 (not released as of 10/06/2020)
1223+
1.81 : 5.4.0
12241224

12251225
A brief version chronology is maintained in version-notes.html.
12261226
Starting with gcc 4.3.3, error warnings (-Werror) are given for

src/dnahash.c

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
*
3838
* (1) The DnaHash is an array of Dna. It is a simple method used for
3939
* fast lookup of templates in the jbig2 classifier (jbclass.c).
40-
* (2) The number of
4140
* </pre>
4241
*/
4342

version-notes.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878

7979
<h2 align=center>Version Notes for Leptonica</h2>
80-
<h3 align=center>1 Apr 2021</h3>
80+
<h3 align=center>6 June 2021</h3>
8181

8282
<hr>
8383
<h2 align=center> <IMG SRC="moller52.jpg" border=1 ALIGN_MIDDLE> </h2>
@@ -89,7 +89,7 @@ <h2 align=center> <IMG SRC="moller52.jpg" border=1 ALIGN_MIDDLE> </h2>
8989

9090
<pre>
9191

92-
1.81.0 not yet set
92+
1.81.0 June 6, 2021
9393
* Fixed problems with tiff pdf wrapping photometry.
9494
* Fixed scaling issues in prog/cleanpdf for printing.
9595
* New progs: tiffpdftest, hashtest

0 commit comments

Comments
 (0)