Release v0.13.0

This commit is contained in:
Tim Rühsen 2016-03-02 12:25:35 +01:00
parent be9b3fd3f4
commit a6ed60e57f
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

@ -1,5 +1,11 @@
Copyright (C) 2014-2016 Tim Rühsen
02.03.2016 Release V0.13.0
* Use tests.txt as PSL test file by default
* Slightly shorter DAFSA array when sorting input
* Check for python 2.7+ in configure.ac
* Fix python3 incompatibilities in make_dafsa.py
02.01.2016 Release V0.12.0
* Load DAFSA binaries via psl_load_file() via auto-detection
* Add more tests

View File

@ -1,5 +1,5 @@
AC_INIT([libpsl], [0.12.0], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl])
AC_INIT([libpsl], [0.13.0], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign])