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