pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/54548 CVS commit: pkgsrc/textproc/aspell



The following reply was made to PR pkg/54548; it has been noted by GNATS.

From: "Maya Rashish" <maya%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54548 CVS commit: pkgsrc/textproc/aspell
Date: Sun, 15 Sep 2019 06:53:36 +0000

 Module Name:	pkgsrc
 Committed By:	maya
 Date:		Sun Sep 15 06:53:36 UTC 2019
 
 Modified Files:
 	pkgsrc/textproc/aspell: Makefile PLIST distinfo
 	pkgsrc/textproc/aspell/patches: patch-ac patch-prog_aspell.cpp
 Removed Files:
 	pkgsrc/textproc/aspell/patches: patch-modules_filter_tex.cpp
 
 Log Message:
 aspell: update to 0.60.7
 
 Changes from 0.60.6.1 to 0.60.7 (July 29, 2019)
 
     Add partial support for recognizing the Unicode apostrophe (â??) in words. In particular Aspell will accept the Unicode apostrophe when the language uses an ISO Latin charset that doesnâ??t already have a Unicode apostrophe. For now, Aspell will still use the ASCII version in suggestions.
     Detect when a dictionary compiled on a 32-bit machine is used on a 64-bit one (and vise versa), as due to an oversight, compiled dictionaries depend on more than the endianness. Also added a compile time option to remove this dependency, but at the cost of breaking compatibility with already compiled dictionaries on 64-bit systems.
     Fix a bug which caused Aspell to crash when passing in a null string to almost any of the C API functions. This should not happen if the size is also zero as the pointer should never be derefrenced.
     Fix a bug that caused Aspell to crash with a SEGFAULT when built with mingw-w64.
     In addition to outputting a warning when building with NDEBUG defined, also include NDEBUG in the version string.
     Various compile fixes for newer version of Gcc and Clang.
     Fix VPATH builds.
     Use utf-8 encoding for manual instead of iso-8859-1.
     Other minor updates and bug fixes.
 
 Patch provided by Iku Iwasa in PR pkg/54548
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.72 -r1.73 pkgsrc/textproc/aspell/Makefile
 cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/aspell/PLIST
 cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/aspell/distinfo
 cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/aspell/patches/patch-ac
 cvs rdiff -u -r1.1 -r0 \
     pkgsrc/textproc/aspell/patches/patch-modules_filter_tex.cpp
 cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/aspell/patches/patch-prog_aspell.cpp
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index