Skip to content

Commit

Permalink
Final changes for release 1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBloomberg committed Dec 20, 2022
1 parent 45dc614 commit 97b82b0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = Leptonica
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.82.0
PROJECT_NUMBER = 1.83.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
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.82.0)
File update: 22 Sept 2021
README (version 1.83.0)
File update: 20 Dec 2022
---------------------------

gunzip leptonica-1.82.0.tar.gz
tar -xvf leptonica-1.82.0.tar
gunzip leptonica-1.83.0.tar.gz
tar -xvf leptonica-1.83.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.82.0'. In that directory you will
subdirectory 'leptonica-1.83.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.82.0/configure" and then "make"
source. Run "/(path-to)/leptonica-1.83.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 @@ -1203,8 +1203,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.82.0) are available; e.g.,
https://github.com/DanBloomberg/leptonica/releases/tag/1.82.0
where all releases (1.42 - 1.83.0) are available; e.g.,
https://github.com/DanBloomberg/leptonica/releases/tag/1.83.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 @@ -1231,6 +1231,7 @@ <h2> <A NAME="CONTENTS">
1.80 : 5.4.0
1.81 : 5.4.0
1.82 : 5.4.0
1.83 : 6.0.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
2 changes: 1 addition & 1 deletion version-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2 align=center> <IMG SRC="moller52.jpg" border=1 ALIGN_MIDDLE> </h2>

<pre>

1.83.0 not yet released
1.83.0 Dec 20, 2022
* Simplify setting the title of pdf files.
* Catch tiff failure to open stream in fopenTiffMemStream()
* Check for POSIX functions fstatat() and dirfd() before use.
Expand Down

0 comments on commit 97b82b0

Please sign in to comment.