diff --git a/.hgignore b/.hgignore index d41343b..315de0a 100644 --- a/.hgignore +++ b/.hgignore @@ -6,3 +6,4 @@ test/tr_* tools/fastconv_* tools/fastconvr_* tools/fft_* +*.swp diff --git a/CHANGELOG b/CHANGELOG index caf6226..d0e5bf9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +1.2.9 2010-05-27 + threadsafe ( including OpenMP ) + + first edition of kissfft.hh the C++ template fft engine + 1.2.8 Changed memory.h to string.h -- apparently more standard