X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=bcf78ace5a5419ca198bb6d12e2fbe22a39a2338;hb=aab828a13b340ac7f3302e3a009274ed49d43ef1;hp=50a29eef7a57718636e9a0317bc154f6609b9504;hpb=2e54150ae309202ad2f590c6253d0bbf625e5b5d;p=pspp-builds.git diff --git a/ChangeLog b/ChangeLog index 50a29eef..bcf78ace 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,86 @@ +2008-06-13 Ben Pfaff + + * configure.ac: Fix typo in AC_PREREQ command name. Thanks to + Stepan Kasal for reporting the problem. + +2008-06-04 Ben Pfaff + + * configure.ac: Update version number to 0.6.0 in preparation for + release. + +2008-05-15 Ben Pfaff + + * 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 + + * 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 + + * configure.ac : Improve checking of ncurses availability. + +2008-04-15 Ben Pfaff + + * configure.ac: Properly report required version of libglade. + Thanks to unknown-1 for reporting this bug. + +2008-04-15 John Darrington + + * configure.ac : Replace AC_CHECK_LIB with AC_SEARCH_LIBS as + recommended by latest autoconf manual. + +2008-02-19 John Darrington + + * configure.ac INSTALL: We now depend on GTK+ 2.12 + +2007-12-11 John Darrington + + * t-test-independent-samples-dialog.c: Quoted the group values, when + the group variable is a string variable. + +2007-12-04 Ben Pfaff + + * Smake (GNULIB_MODULES): Add ftello module. + +2007-11-05 Ben Pfaff + + * configure.ac: No need for check for off_t or for the size of + float or long double any longer, as we don't use the results + anymore. Also, no need to put #include into config.h + any longer, as this was only needed for --with-included-gettext, + which we have not supported for some time. + +2007-11-03 Ben Pfaff + + Allow output files to overwrite input files (bug #21280). + + * Smake (GNULIB_MODULES): Add fatal-signal, tempname modules. + +2007-11-02 Ben Pfaff + + * Smake (GNULIB_MODULES): Add isfinite, round modules. + +2007-10-12 Ben Pfaff + + Use trunc module from gnulib instead of our home-grown solution. + Patch #6224. + + * Smake: Add trunc to module list. + + * configure.ac: Don't need to check for trunc function any longer. + 2007-10-12 Ben Pfaff Use fseeko module from gnulib instead of our home-grown solution.