2008
link-grammar (4.3.9-2) unstable; urgency=low
* Dont pass -z noexecstack to the linker because it's overridden
anyway, and it breaks compilation on several architectures
-- Ken Bloom <kbloom@gmail.com> Fri, 28 Nov 2008 09:48:34 -0600
link-grammar (4.3.9-1) unstable; urgency=low
* New upstream release * Use default-jdk to build jni package (Closes: #506209) * Don't build liblink-grammar-java on architectures that don't (currently) have default-jdk (Closes: #506531) * Update manpage to refer to the binary as link-parser (Closes: #504538) * Fix debian/rules clean * Update to standards version 3.8.0 (no changes needed) * Add link-grammar-dictionaries-lt for the included Lithuanian dictionaries * Pass -z noexecstack to the linker
-- Ken Bloom <kbloom@gmail.com> Sun, 23 Nov 2008 11:16:00 -0600
link-grammar (4.3.5-1) unstable; urgency=low
* New upstream release. * Remove Linda overrides, because Linda is obsolete.
-- Ken Bloom <kbloom@gmail.com> Sun, 22 Jun 2008 23:59:53 +0300
link-grammar (4.3.2-1) unstable; urgency=low
* New upstream release.
-- Ken Bloom <kbloom@gmail.com> Mon, 04 Feb 2008 16:12:33 -0600
link-grammar (4.3.1-1) unstable; urgency=low
* New upstream release
- Adds JNI interface
- Expanded dictionaries
* Add a watch file
-- Ken Bloom <kbloom@gmail.com> Fri, 01 Feb 2008 13:40:14 -0600
2007
link-grammar (4.2.5-1) unstable; urgency=high
* New upstream release.
- Fixes boundary in separate_word() function.
CVE-2007-5395 and Secunia advisory SA27340
(Closes: #450695)
- Adds new API for extracting constituents.
* Removed all local patches as they've all been accepted upstream.
-- Ken Bloom <kbloom@gmail.com> Fri, 09 Nov 2007 14:19:10 -0600
2006
link-grammar (4.2.2-4) unstable; urgency=low
* Fix stupid bashism in debian/rules (Closes: #376478) * Return to quilt for patches to more easily manage the changes introduced in the last two versions. Next time, I won't remove quilt, even when I have no patches. * Bump standards-version to 3.7.2 * Fix homepage pseudo-field to have 2 spaces at the beginning so p.d.o can parse it correctly.
-- Ken Bloom <kbloom@gmail.com> Tue, 4 Jul 2006 22:49:41 -0500
link-grammar (4.2.2-3) unstable; urgency=low
* Get my fix for the sentence length error message correct so it
doesn't leak memory.
* Import prototype for safe_strdup() to prevent crashes on amd64
(Closes: #366490) Thanks to Dann Fraizer, and his script on the
AMD64 buildd.
-- Ken Bloom <kbloom@gmail.com> Tue, 9 May 2006 08:35:22 -0500
link-grammar (4.2.2-2) unstable; urgency=low
* Updated manpage to be more clear. Thanks to Maru Dubshinki
<marudubshinki@gmail.com> (Closes: #364532)
* Merged patch from upstream CVS to handle unset $LANG.
(Closes: #364738)
* Don't use sentence to generate error message after deleting it.
(Closes: #366136). I have not done an audit to find other cases of
this.
-- Ken Bloom <kbloom@gmail.com> Sun, 23 Apr 2006 22:44:03 -0500
link-grammar (4.2.2-1) unstable; urgency=low
* New Upstream Release
* Eliminate quilt use, and eliminate all patches.
- Patches for dictionary selection were merged upstream
- Rename the commandline parser using debian/rules rather than
reautotooling.
* Install -T is broken despite being documented in the man page. Work
around that in debian/rules (Closes: #359280)
-- Ken Bloom <kbloom@gmail.com> Tue, 18 Apr 2006 11:27:15 -0500
link-grammar (4.1.3-2) unstable; urgency=low
* The commandline parser (and not the search path) should have been
patched to fix dictionary selection (Closes: 352165)
* Use alternatives system to manage the default dictionary for the
command-line parser
-- Ken Bloom <kbloom@gmail.com> Wed, 15 Feb 2006 09:01:45 -0600
2005
link-grammar (4.1.3-1) unstable; urgency=low
* Initial release Closes: #337277 * Patches: - dictionary-path-references Since the dictionaries live in data/en, they don't need to refer to en/words as this would really mean data/en/en/words which doesn't exist. - binary-name Named this link-grammar instead of grammar-parse. Partly personal preference, and partly because if other kinds of grammar get added to Debian, this one shouldn't have the generic name. - default-english-dictionary Make link-grammar use the english dictionary in data/en as the default. (Upstream stored the dictionary in data/en, but told the program to refer to the nonexistent one in data/) - acinclude_binreloc Needed to reautotoolize. - reautotoolize Reautotoolize to deal with the stuff done in binary-name and default-english-dictionary
-- Ken Bloom <kbloom@gmail.com> Thu, 3 Nov 2005 16:53:09 -0600