Added functions to compute covariance matrix.
[pspp-builds.git] / ChangeLog
index eb48972191597c78978bb7b4364115b4887c70d6..bcf78ace5a5419ca198bb6d12e2fbe22a39a2338 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2008-06-13  Ben Pfaff  <blp@gnu.org>
+
+       * configure.ac: Fix typo in AC_PREREQ command name.  Thanks to
+       Stepan Kasal <kasal@ucw.cz> for reporting the problem.
+
+2008-06-04  Ben Pfaff  <blp@gnu.org>
+
+       * configure.ac: Update version number to 0.6.0 in preparation for
+       release.
+
+2008-05-15  Ben Pfaff  <blp@gnu.org>
+
+       * Smake (GNULIB_MODULES): Don't depend on memmem module, because
+       PSPP does not use memmem any longer.  Use
+       unilbrk/ulc-width-linebreaks module instead of the linebreak
+       module, because the latter was split up into multiple modules and
+       that's the one we actually need.
+
+2008-05-09  John Darrington <john@darrington.wattle.id.au>
+
+       * INSTALL: For obscure reasons gettext 0.17 requires that 
+       the string 'GNU pspp' occurs in some file in the root 
+       directory. Otherwise make distcheck fails with a very non-intuitive 
+       error message.  So for want of somewhere better I added it 
+       in INSTALL.
+
+       But since this string now appears in this ChangeLog file, it
+       could be taken out of INSTALL ...
+
+2008-04-19  John Darrington <john@darrington.wattle.id.au>
+
+       * configure.ac : Improve checking of ncurses availability.
+
+2008-04-15  Ben Pfaff  <blp@gnu.org>
+
+       * configure.ac: Properly report required version of libglade.
+       Thanks to unknown-1 <pspp@sjpaes.nl> for reporting this bug.
+
 2008-04-15  John Darrington <john@darrington.wattle.id.au>
 
        * configure.ac : Replace AC_CHECK_LIB with AC_SEARCH_LIBS as