Skip to content

Commit

Permalink
Updated version numbers (etc) for Release 1.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBloomberg committed Oct 16, 2024
1 parent 681f4a3 commit eb54f8b
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 19 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.84.2
PROJECT_NUMBER = 1.85.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.84.1)
File update: 3 Jan 2024
README (version 1.85.0)
File update: Oct 16 2024
---------------------------

gunzip leptonica-1.84.1.tar.gz
tar -xvf leptonica-1.84.1.tar
gunzip leptonica-1.85.0.tar.gz
tar -xvf leptonica-1.85.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.84.1'. In that directory you will
subdirectory 'leptonica-1.85.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.84.1/configure" and then "make"
source. Run "/(path-to)/leptonica-1.85.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,8 +1209,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.84.1) are available; e.g.,
https://github.com/DanBloomberg/leptonica/releases/tag/1.84.1
where all releases (1.42 - 1.85.0) are available; e.g.,
https://github.com/DanBloomberg/leptonica/releases/tag/1.85.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
Expand Down Expand Up @@ -1239,6 +1239,7 @@ <h2> <A NAME="CONTENTS">
1.82 : 5.4.0
1.83 : 6.0.0
1.84 : 6.0.0
1.85 : 6.0.0 (in progress)

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 configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([leptonica], [1.84.2])
AC_INIT([leptonica], [1.85.0])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_HEADERS([config_auto.h:config/config.h.in])
AC_CONFIG_SRCDIR([src/adaptmap.c])
Expand Down
4 changes: 2 additions & 2 deletions src/allheaders.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@


#define LIBLEPT_MAJOR_VERSION 1
#define LIBLEPT_MINOR_VERSION 84
#define LIBLEPT_PATCH_VERSION 2
#define LIBLEPT_MINOR_VERSION 85
#define LIBLEPT_PATCH_VERSION 0

#include "alltypes.h"

Expand Down
4 changes: 2 additions & 2 deletions src/allheaders_top.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@


#define LIBLEPT_MAJOR_VERSION 1
#define LIBLEPT_MINOR_VERSION 84
#define LIBLEPT_PATCH_VERSION 2
#define LIBLEPT_MINOR_VERSION 85
#define LIBLEPT_PATCH_VERSION 0

#include "alltypes.h"

Expand Down
4 changes: 2 additions & 2 deletions src/makefile.static
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ LIBRARIAN_SHARED = gcc -shared
# Links are created among the files <libname>.X.Y,
# <libname>.X, and <libname>, where Y is the minor revision number.
MAJOR_REV = 1
MINOR_REV = 84
PATCH_REV = 2
MINOR_REV = 85
PATCH_REV = 0

#########################################################

Expand Down
2 changes: 1 addition & 1 deletion sw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void build(Solution &s)
t += "org.sw.demo.webmproject.webp"_dep;
};

auto &leptonica = s.addTarget<LibraryTarget>("danbloomberg.leptonica", "1.84.2");
auto &leptonica = s.addTarget<LibraryTarget>("danbloomberg.leptonica", "1.85.0");
leptonica += Git("https://github.com/DanBloomberg/leptonica");

{
Expand Down
7 changes: 5 additions & 2 deletions 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.2 not released
1.85.0 Oct 16, 2024
* Use wrapper callSystemDebug() instead of system() in programs.
* Fixed Issue #730: artifacts and bad compression with pixWriteJp2k.
Results are now identical with ImageMagick convert (to jp2).
Expand All @@ -98,7 +98,8 @@ <h2 align=center> <IMG SRC="moller52.jpg" border=1 ALIGN_MIDDLE> </h2>
removes need for temp file on Windows when writing to/from memory.
* Achieve consistency with fclose() in library and lept_fclose()
in progs. Ditto for lept_free, lept_calloc, lept_fopen(), etc.
* Fix generation of bad colormap indices in jbcorrelation and jbrankhaus
* Fix generation of bad colormap indices in
jbcorrelation and jbrankhaus
* Fixed coverity scan issues.
* Added findpattern2_reg.c to show generation of sels and their use.
* Added misctest2.c to show crop and clean page functions.
Expand All @@ -108,6 +109,8 @@ <h2 align=center> <IMG SRC="moller52.jpg" border=1 ALIGN_MIDDLE> </h2>
* Added renderpdf.c to library, to render pdfs as page images with
a specified resolution.
* Modified cleanpdf.c to use l_pdfRenderFiles().
* Issues #750, #752: problems in bmpio.c with taking address of
packed member.
* Source files changed: adaptmap.c affinecompose.c,
bmpio.c, boxbasic.c, colormap.c, compare.c,
dewarp1.c, dnabasic.c, fpix1.c, gifio.c,
Expand Down

0 comments on commit eb54f8b

Please sign in to comment.