Skip to content

Commit

Permalink
Prepare for release of 1.84
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBloomberg committed Dec 24, 2023
1 parent aa18831 commit 9a08040
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 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.83.0
PROJECT_NUMBER = 1.84.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
19 changes: 10 additions & 9 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.83.0)
File update: 20 Dec 2022
README (version 1.84.0)
File update: 23 Dec 2023
---------------------------

gunzip leptonica-1.83.0.tar.gz
tar -xvf leptonica-1.83.0.tar
gunzip leptonica-1.84.0.tar.gz
tar -xvf leptonica-1.84.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.83.0'. In that directory you will
subdirectory 'leptonica-1.84.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 @@ -260,7 +260,7 @@ <h2> <A NAME="BUILDING">
make install

Configure also supports building in a separate directory from the
source. Run "/(path-to)/leptonica-1.83.0/configure" and then "make"
source. Run "/(path-to)/leptonica-1.84.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 @@ -1209,9 +1209,9 @@ <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.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
where all releases (1.42 - 1.84.0) are available; e.g.,
https://github.com/DanBloomberg/leptonica/releases/tag/1.84.0
The more recent releases, from 1.80, are also available at
leptonica.org/download.html
Note that if you are downloading from github, the releases are more
likely to be stable than the master. Also, if you download from
Expand All @@ -1238,6 +1238,7 @@ <h2> <A NAME="CONTENTS">
1.81 : 5.4.0
1.82 : 5.4.0
1.83 : 6.0.0
1.84 : 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
4 changes: 3 additions & 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.84.0 Jan 7, 2023
1.84.0 Dec 23, 2023
* Add getPdfPageCount() to find the number of pages in a pdf file.
* Add getPdfPageSizes() and getPdfMediaBoxSizes() to find the
information necessary to render images properly. Modify cleanpdf.c
Expand All @@ -98,6 +98,8 @@ <h2 align=center> <IMG SRC="moller52.jpg" border=1 ALIGN_MIDDLE> </h2>
* Add ability to read and write rgba in bmp format, and
test in ioformats_reg.
* Add regression test prog/partition_reg.c
* Change the autotools library name from liblept to libleptonica,
to be consistent with the cmake library name. (Apologies to Jeff!)
* Add tests for 24 bit pix reading and writing in bmp and png in
ioformats_reg. Test new pixDisplayDiff() for visualizing diffs.
* Allow prog/concatpdf to output pdf with tiffg4 encoding and with
Expand Down

0 comments on commit 9a08040

Please sign in to comment.