X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=8fd7bc7dc6e705948f76d90a2fe333495029a390;hb=54058c1e5c66b976ec7ddab606fd7740f0c61a6e;hp=da5339d5ebbe6260d85384428a96e3f8bcabca13;hpb=5060fdedfe17e843301ac0c738e12488af467378;p=pspp-builds.git diff --git a/ChangeLog b/ChangeLog index da5339d5..8fd7bc7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2007-09-22 Ben Pfaff + + Bug #21128. Reviewed by John Darrington. + + * acinclude.m4 (PSPP_LC_PAPER): New macro. + + * configure.ac: Use PSPP_LC_PAPER. + +2007-08-05 Ben Pfaff + + Bug #16189. Reviewed by Jason Stover. + * acinclude.m4: If -lplot doesn't work by itself, also test with + typical X11 libraries. + +2007-07-27 Ben Pfaff + + Bug #19069. + * INSTALL: Improve installation instructions. + * README: Move prerequisites to INSTALL. + Reviewed by Jason Stover. + + * configure.ac: Make PKG_CHECK_MODULES tests more user-friendly, + by having them give their errors at the end of the configuration + process instead of stopping it in the middle. Patch #6116. + Reviewed by Jason Stover. + +2007-06-14 Ben Pfaff + + * Smake: Use xmalloca instead of xallocsa due to module renaming. + Update all uses. + +2007-06-06 Ben Pfaff + + * Smake: Add xallocsa to modules. + 2007-04-22 Ben Pfaff Implement model checker for testing purposes.