diff --git a/Doxyfile b/Doxyfile index 5f649ca59..2f3de9b40 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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 diff --git a/README.html b/README.html index 86a424d56..4471fe805 100644 --- a/README.html +++ b/README.html @@ -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 @@ -117,7 +117,7 @@
-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). @@ -98,7 +98,8 @@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. @@ -108,6 +109,8 @@
* 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,