Skip to content

Commit

Permalink
Final preparation for release 1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBloomberg committed Mar 21, 2019
1 parent cdb4648 commit 87b8219
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 20 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.77.0
PROJECT_NUMBER = 1.78.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
32 changes: 17 additions & 15 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.77.0)
File update: 14 Dec 2018
README (version 1.78.0)
File update: 21 Mar 2019
---------------------------

gunzip leptonica-1.77.0.tar.gz
tar -xvf leptonica-1.77.0.tar
gunzip leptonica-1.78.0.tar.gz
tar -xvf leptonica-1.78.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.77.0'. In that directory you will
subdirectory 'leptonica-1.78.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 @@ -209,7 +209,7 @@ <h2> <A NAME="BUILDING">
using 'make install'. Examples of these are the PostScript
and pdf conversion programs: converttopdf, converttops,
convertfilestopdf, convertfilestops, convertsegfilestopdf,
convertsegfilestops, printimage and printsplitimage.
convertsegfilestops, imagetops, printimage and printsplitimage.
(2) Programs that are used as regression tests in alltests_reg.
These are named *_reg, and 100 of them are invoked together
(alltests_reg). The regression test framework has been
Expand Down Expand Up @@ -252,7 +252,7 @@ <h2> <A NAME="BUILDING">
make install

Configure also supports building in a separate directory from the
source. Run "/(path-to)/leptonica-1.77.0/configure" and then "make"
source. Run "/(path-to)/leptonica-1.78.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 @@ -939,7 +939,10 @@ <h2> <A NAME="CONTENTS">
See psio1.c for examples of how to output PS for different applications.
As examples of usage, see:
* prog/converttops.c for a general image --> PS conversion
for printing. You can specify compression level (1, 2, or 3).
for printing. You can specify the PS compression level (1, 2, or 3).
* prog/imagetops.c for a special image --> PS conversion
for printing at maximum size on 8.5 x 11 paper. You can
specify the PS compression level (1, 2, or 3).
* prog/convertfilestops.c to generate a multipage level 3 compressed
PS file that can then be converted to pdf with ps2pdf.
* prog/convertsegfilestops.c to generate a multipage, mixed raster,
Expand Down Expand Up @@ -1114,20 +1117,20 @@ <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.77.0) are available; e.g.,
https://github.com/DanBloomberg/leptonica/releases/tag/1.77.0
Most recent releases from 1.67 are also available at
where all releases (1.42 - 1.78.0) are available; e.g.,
https://github.com/DanBloomberg/leptonica/releases/tag/1.78.0
Many recent releases from 1.71 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
the master you need to run the autogen.sh script to generate the
configure program and the Makefiles.
the master and use autotools (e.g., Makefile.am), you must first run
autogen.sh to generate the configure program and the Makefiles.

The number of downloads of leptonica increased by nearly an order
of magnitude with 1.69, due to bundling with tesseract and
incorporation in ubuntu 12-04. Jeff Breidenbach has built all
the Debian releases, which require release version numbers.
The Debian binary release versions are:
The Debian binary release versions to date are:
1.69 : 3.0.0
1.70 : 4.0.0
1.71 : 4.2.0
Expand All @@ -1136,7 +1139,6 @@ <h2> <A NAME="CONTENTS">
1.74 : 5.1.0
1.75 : 5.2.0
1.76 : 5.3.0
1.77 : 5.3.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: 2 additions & 2 deletions prog/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LDADD = $(top_builddir)/src/liblept.la $(LIBM)

INSTALL_PROGS = convertfilestopdf convertfilestops \
convertformat convertsegfilestopdf convertsegfilestops \
converttopdf converttops fileinfo xtractprotos
converttopdf converttops fileinfo imagetops xtractprotos

AUTO_REG_PROGS = adaptmap_reg adaptnorm_reg affine_reg alphaops_reg \
alphaxform_reg baseline_reg bilateral2_reg \
Expand Down Expand Up @@ -87,7 +87,7 @@ OTHER_PROGS = adaptmap_dark \
flipselgen fmorphautogen \
fpixcontours gammatest graphicstest graymorphtest \
hashtest histotest histoduptest htmlviewer \
imagetops jbcorrelation jbrankhaus jbwords \
jbcorrelation jbrankhaus jbwords \
listtest livre_adapt livre_hmt \
livre_makefigs livre_orient \
livre_pageseg livre_seedgen livre_tophat \
Expand Down
4 changes: 2 additions & 2 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 Mar 2019</h3>
<h3 align=center>21 Mar 2019</h3>

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

<pre>

1.78.0 Not released
1.78.0 21 Mar 19
* Various improvements in handling boxa sequences and transforms.
* New regression tests: boxa4_reg, string_reg
* New function for copying a pix, filtered by a boxa.
Expand Down

0 comments on commit 87b8219

Please sign in to comment.