* Sun Oct 15 2000 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
- 2.3.4
- added kernel24 support (acutually not supported yet)
- fixed typos and messages

* Tue Jul 18 2000 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
- askyesno() to make it simple
- checkTMPdir() as well and actually _before_ build
- be nice
- added option --release=RELEASE
- added option --buildmode=MODE
- added option --rpmarg=RPMARG to trap command line
  ex. --rpmarg="--buildroot /var/tmp"
      --rpmarg="--define 'for bar'"
- experimental (actually not inplimented) --enable-smp for full package :-)
  Currently (and forever?) "menuconfig" is only once. With --skip-config,
  --enable-smp will help those who want...
- unconditionally eliminate "smp" in RELEASE
  Since kernel SPEC and initscripts are designed in the way kernel-headers
  and kernel-smp ( has "smp" in 'uname -r') package are built at once, it
  seems to do harm otherwise. See rc.sysvinit and /boot/kernel.h. However,
  in cases when we build our customized kernel from tar.gz/kernel-source,
  any "smp" you define in EXTRAVERSION seems to work fine.
  Note:
  The packages made by mkkpkg with CONFIG_SMP=y may with luck work on
  SMP/singled-CPU boxes... what I (who?) mentioned above is 'uname -r'.
  Once again, the responsibility of any trouble with this script is on you,
  none of us guarantee what the result will be.

* Sun Jul 09 2000 Lisa Sagami <czs14350@nifty.ne.jp>
- do with BuildALSA in new kernel-2.2.16-0vlx release candidate
- do menuconfig when xconfig is chosen but DISPLAY is not set
- logs in /tmp can be moved to $HOME
- ask when user input RELEASE is same as 'uname -r'
- added option --help, --version and more
- added option --eng to use original Congfigure.help if available
- added option --edit to start editor directly
- SPEC file modify detection (very ugly)
- changed Makefile to be a lazy :-)

* Sun Apr 30 2000 Lisa Sagami <czs14350@nifty.ne.jp>
- handle pre preun post postun in parsespec

* Thu Apr 20 2000 Lisa Sagami <czs14350@nifty.ne.jp>
- renewed srpm checking process: nosrc and symbolic link are now OK
- renewed RPMDIR checking precess: 
  changed RPMDIR -> TOPDIR, new RPMDIR reffers to _rpmdir
  dont use .rpmmacros, --showrc gives sufficient variables
- dont continue when /tmp/kernel-rebuild.* exist 
- calls editor directly(commented-out for now) 
- colourized :)

* Thu Mar 3 2000 Jun Nishii <jun@vinelinux.org>
- bug fix: set ARCH as i386 (i586 does not make pcmcia now)

* Tue Feb 29 2000 Jun Nishii <jun@vinelinux.org>
- mkkpkg-2.2.4
- mkkpkg: fix a small bug: patch from Shoji Matsumoto
- mkkpkg, parsespec: recover PACKAGER

* Sun Feb 27 2000 Jun Nishii <jun@vinelinux.org>
- mkkpkg-2.2.3
- fix a bug and typo by Lisa Sagami, thanks.

* Fri Feb 25 2000 Jun Nishii <jun@vinelinux.org>
- mkkpkg-2.2.2
- fix a bug: wrong path for SRPMS

* Fri Feb 25 2000 Jun Nishii <jun@vinelinux.org>
- mkkpkg-2.2.1
- fix a bug: lost definition of RPMRC

* Thu Feb 24 2000 Lisa Sagami <czs14350@nifty.ne.jp>
- mkkpkg-2.2
- fixed some bugs
- moved /usr/bin/mkkpkg to /usr/sbin/mkkpkg
- tweaken, using --showrc --rmspec
- dont include packager tag in new spec fine, because rpm will include it
  if defined in rpmmacros

* Sun Jan 30 2000 Jun NISHII <jun@vinelinux.org>
- mkkpkg-2.1

* Mon Jan 10 2000 Jun Nishii <jun@vinelinux.org>
- change group
- prepare parsespec, do not use filelist!

* Thu Oct 28 1999 Jun NISHII <jun@flatout.org>
- merge patch by Yasuhide OOMORI
- do not build kernel-smp, kernel-BOOT, kernel-BOOTsmp
- added kernel-filelist

* Sat Feb 27 1999 MATSUMOTO Shoji <vine@flatout.org>
- first release
