From e37abed49e119e419987fda5c9eaf65200827d6d Mon Sep 17 00:00:00 2001 From: Ville-Pekka Vainio Date: Jun 12 2011 16:41:19 +0000 Subject: New upstream release Fixes handling of embedded null characters in input strings entered through Python or Java interfaces. --- diff --git a/.gitignore b/.gitignore index b6ea578..c9dfb24 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ libvoikko-3.0.tar.gz /libvoikko-3.1.tar.gz /libvoikko-3.2.tar.gz +/libvoikko-3.2.1.tar.gz diff --git a/libvoikko.spec b/libvoikko.spec index bc49bd8..8def147 100644 --- a/libvoikko.spec +++ b/libvoikko.spec @@ -1,6 +1,6 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: libvoikko -Version: 3.2 +Version: 3.2.1 Release: 1%{?dist} Summary: Voikko is a library for spellcheckers and hyphenators @@ -116,6 +116,11 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/ %{python_sitelib}/%{name}.py* %changelog +* Sun Jun 12 2011 Ville-Pekka Vainio - 3.2.1-1 +- New upstream release +- Fixes handling of embedded null characters in input strings entered through + Python or Java interfaces. + * Fri Mar 25 2011 Ville-Pekka Vainio - 3.2-1 - New upstream release diff --git a/sources b/sources index 0892f1d..3e2180d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0525e11e1822b8155fcc599c3c580842 libvoikko-3.2.tar.gz +bd7c5b159d1af9f036f990ef97afa0dd libvoikko-3.2.1.tar.gz