X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=bcf78ace5a5419ca198bb6d12e2fbe22a39a2338;hb=5d87795884132f4aba17df78250615d7c4187261;hp=f8727c47237692414f9bf53aba31e9cb2c3aaba0;hpb=85eeaccf1a92aef8a6b4766c2160e02b14d8ec57;p=pspp-builds.git diff --git a/ChangeLog b/ChangeLog index f8727c47..bcf78ace 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +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.