# NEWS # $Id: NEWS,v 1.5 2002/12/20 11:15:27 andy Exp $ *** 2003-05-22, Andy: cemoreau@hotmail.com discovered a bug. Fixed. Cvs isn't up at the moment, so I'm going to fake it by making a new tar.bz2. *** 2002-12-20, Andy: The configure script is now much better. It'll automatically generate sensible defaults for everything in install-log.rc, as well as have them compiled into the install-log executable. Also, there's a new option: chrootvar. Give it a shot and report any bugs. *** 2002-12-15, Andy: Ack, WHERE IS ORKIM!? I haven't seen him since the first day he said he would join the project. Orkim, if you're reading this, please send me an email. Today I added a configure script so you can customize your build a little bit. There really isn't much to configure at the moment, since install-log is pretty simple stuff, but at least now the autoconf devotees in the audience are happy. All in all, I'm happy with the new build system. Please give it a whirl. *** 2002-10-16, Andy: I created this NEWS file. :^) Orkim is joining the project, so that means I'll get my butt back in gear. I am now hosting install-log on users.openverse.com (ioioio.net), meaning that you can get the cvs as follows: mkdir install-log && cd install-log && cvs -d:pserver:anonymous@ioioio.net:/var/lib/cvs/install-log co install-log Or: wget http://ioioio.net/devel/install-log/install-log-cvs.tar.bz2 bzcat install-log-cvs.tar.bz2 | tar xvf - Or: links http://users.openverse.com/cgi-bin/cvsweb/install-log/ I added a few "new" files, like LFS-HINT. You should check them out. Right now there are some things I'm going to change or get rid of, so don't expect things to simply grow from where they are. Unfortunately, I haven't been able to keep the cvs history from sourceforge, the old host. I think I'll just leave it up for historical reasons and include a pointer somewhere to the latest version. I guess. First order of business is cleaning up what I already have. That means tidying up the documentation and the Makefile. Also I'll see about updating documentation and references and convincing everybody to fix their links as well as providing redirects at the old locations. After that I'll firm up the list of goals for the next version. After that, Orkim and I will actually write it, and balance shall again be restored to the world. I hope. # EOF