%changelog
logiweb (0.2.10-1) unstable; urgency=low

  * Cygwin updates thanks to Corinna Vinschen:
  * In src/dist/cygwin/setup.hint: Corrected 'requires' section
  * In makefile: Cygwin binary package now has lgc and lgwam.exe in /usr/bin
  * src/dist/cygwin/README lists lgc and lgwam.exe to be in /usr/bin

 -- Klaus Grue <grue@diku.dk>  Wed, 26 May 2010 20:59:24 +0200

logiweb (0.2.9-2) unstable; urgency=low

  * In rules/build-stamp: Added 'rm -f src/pages.c'
  * In rules/build-stamp: Added 'ulimit -s unlimited'
  * In control/Architecture: Added i386
  * In control/Build-Depends: Added clisp, texlive, and vim-common
  * In control/Depends: Added gcc
  * In makefile: Merged debtest2a and debtest2b to debtest2
  * In makefile/debtest*: Added "universe" for the sake of clisp
  * In makefile/debtest*: Used pbuilderrc from wiki.ubuntu.com/PbuilderHowto
  * Bumped Standards-Version to 3.8.3 without changes because of that

 -- Klaus Grue <grue@diku.dk>  Tue, 12 May 2010 17:33:27 +0100

logiweb (0.2.9-1) unstable; urgency=low

  * Prepared logiweb for Cygwin:
  * Updated src/dist/cygwin/README
  * Added conditional call to editbin in makefile for the sake of Cygwin
  * In src/base.lgs added fchdir() to restore current directory
  * Also added fchdir() to src/boot/lgc/base.lgs
  * Added make maintainerclean target which deletes src/pages.c

 -- Klaus Grue <grue@diku.dk>  Mon, 10 May 2010 17:52:26 +0100

logiweb (0.2.8-11) unstable; urgency=low

  * Prepared logiweb for Fedora:
  * Thanks to Mamoru Tasaka, Fedora, for patience and help
  * In rpmspec: Added gcc to Requires
  * In lgwam.c: changed execl() error message to execl(/usr/bin/gcc)
  * In rpmspec: Changed to tex(latex) in Requires and BuildRequires
  * In rpmspec: Added "ExcludeArch: ppc64"
  * In rpmspec: Claimed ownership of %%{_docdir}/%%{name}/
  * Removed execute permission for src/testsuite/pages/compile.sh
  * Changed to '/bin/bash compile.sh' in src/testsuite/pages/makefile
  * In rpmspec: Added 'ulimit -s unlimited' to %%build
  * Recognize optimized constructs by name when fingerprints are absent:
    In src/boot/lgc/optimize.lisp: Let *opti* default to :undefined
    In src/boot/lgc/codify.lisp: Use *opti2* when *opti* equals :undefined
    Replace src/boot/lgc/fingerprint.lisp by empty file
  * In makefile: Added rpmtest4 target for testing i386 build
  * In lgwam.c:  Printing pointer sized when PRINTGC is TRUE
  * Computation of amount of physical RAM has been corrected
  * Changed 'Heap too small' message to 'Ran out of physical RAM'
  * Present rpmspec now BuildRequires vim-common, texlive-latex, and dvipdfm
  * To allow Fedora build, main.lisp no longer configures *terminal-io*

 -- Klaus Grue <grue@diku.dk>  Fri, 23 Apr 2010 15:44:16 +0100

logiweb (0.2.7-1) unstable; urgency=low

  * Updated src/dist/cygwin/README
  * Updated src/dist/cygwin/setup.exe
  * Removed obsolete documentation in lgc/src/dist/
  * Removed handling of obsolete documentation in lgc/makefile
  * Changed year 2009 to 2010 in copyright notice in lgc/src/lgc.lgs
  * Added info on DESTDIR in README and makefile
  * Added src/boot/ for generating pages.c from scratch
  * Added 'BuildRequires: clisp' to src/dist/yum/rpmspec
  * Changed 'make %{?_smp_mflags}' to 'make' in src/dist/yum/rpmspec
  * Added 'rm -f src/pages.c' to %build in src/dist/yum/rpmspec
  * Removed '---' in 'Cannot parse beyond this point' error message

 -- Klaus Grue <grue@diku.dk>  Fri, 05 Feb 2010 17:21:17 +0100

logiweb (0.2.6-1) unstable; urgency=low

  * Repaired date of changelog entry 0.2.5
  * Did backport. Version 0.1.10 is a backport of Version 0.2.6
  * In base.lgs: Made header charge monotonic to allow backport
  * In lgc.lgs:  Changed eager to late define to avoid warning in backport
  * In man.5:    Corrected two urls
  * In makefile: Changed '--exclude dist' to '--exclude ${DIR}/dist' two places

 -- Klaus Grue <grue@diku.dk>  Tue, 05 Jan 2010 17:15:05 +0100

logiweb (0.2.5-1) unstable; urgency=low

  * Moved some standard constructs from lgc.lgs to base.lgs
  * Added makefile to /usr/share/doc/logiweb/examples/
  * In lgwam.c:  Introduced reduced size default testsuite
  * In lgc.lgs:  ""D may now occur in body (but still not in string)
  * In lgc.lgs:  Removed redundant 'fetch' messages at verbosity level 3
  * In lgc.lgs:  Changed 'unpack' to 'trisect' and 'structure' to'unpack'
  * In lgc.lgs:  Bugfix: Verifier now accepts pages with no definitions
  * In base.lgs: page...end page no longer macro expands charge definitions
  * In check.lgs:Corrected Curry and uncurry unitacs

 -- Klaus Grue <grue@diku.dk>  Sat, 05 Dec 2009 10:57:06 +0100

logiweb (0.2.4-1) unstable; urgency=low

  * In makefile: rpm target now copies logiweb.spec to dist/yum
  * In lgc.lgs:  corrected chargedef generation in page ( " , " ) ... end page
  * In base.lgs: enhanced error message layout

 -- Klaus Grue <grue@diku.dk>  Sun, 04 Oct 2009 14:39:33 +0200

logiweb (0.2.3-1) unstable; urgency=low

  * Updated rpm generation code
  * In makefile: Install now copies logiweb.* and version to /usr/share/...

 -- Klaus Grue <grue@diku.dk>  Sun, 20 Sep 2009 15:31:16 +0200

logiweb (0.2.2-1) unstable; urgency=low

  * Added rpmtest1 and rpmtest2 make targets
  * Modified rpm make target to make rpmlint happy
  * Added SIGSEGV handling

 -- Klaus Grue <grue@diku.dk>  Tue, 15 Sep 2009 20:25:55 +0200

logiweb (0.2.1-1) unstable; urgency=low

  * New upstream release
  * Thanks to Debian developer Jens Peter Secher
  * Added a Homepage field.
  * Cleaned up debian.rules.
    - But changed dh_prep back to dh_clean -k for the sake of Ubuntu
  * Used debhelper 7
    - But went back to debhelper 6 for the sake of Ubuntu
  * Bumped Standards-Version to 3.8.3, no changes.
    - But went back to 3.7.3 for the sake of Ubuntu
  * Changed architecture from any to amd64.
  * Added 'make check' as synonym for 'make test'
  * Added description of .lgp to lgc(1)
  * Mentioned /usr/share/doc/logiweb/examples in lgc(1)
  * Split 'make debtest2' into debtest2a and debtest2b

 -- Klaus Grue <grue@diku.dk>  Wed, 2 Sep 2009 16:22:00 +0200

logiweb (0.2.0-1) unstable; urgency=low

  * Initial release (Closes: #543550)

 -- Klaus Grue <grue@diku.dk>  Wed, 26 Aug 2009 21:07:10 +0200

