CheckInstall 1.3.2:
======================================

* Security fix for the temp dir, preventing symlink attacks.
* File names with spaces in them are now correctly handled.

CheckInstall 1.3.1:
======================================

* Fix for a bug found when using rpm 4.0, and new features.
* Slackware: If you create a script called "install-pak" inside the source
  directory, checkinstall will add it to the new package. The script will
  be run every time you install the package with Slackware's installpkg.
  This is useful for setting permissions, adding users and setting the system
  up after installing that package.




CheckInstall 1.3.0:
======================================

Lots of bug fixes and a couple of changes. Read the Changelog and the README.


CheckInstall 1.3.0beta3:
======================================
The bug that prevented checkinstall from working on your rpm-based distribution
has been fixed  -seems fixed, at least!-

So far I've tested v1.3.0beta3 in:

 o RedHat 6.2
 o Slackware 7.1

RedHat 7.x, SuSe and Mandrake should be OK but I haven't confirmed it. Maybe you
could do that and write me a note to include them on the list  ;-).

I've added a DEBUG flag to allow checkinstall to gather some useful info and
pack it in a tarball. Check the variable definition section inside the script.

CheckInstall 1.3.0beta :
======================================

RPM support is now included. See the bottom of the README for details.
This is a beta release, please report bugs and post comments to:

<fsanchez@uagunix.gdl.uag.mx>

CheckInstall 1.2.1 :
======================================

Because of a couple of bugs introduced by checkinstall 1.2, you may have to 
check the owner and permissions of /tmp and /var/checkinstalltmp :


/tmp ==> 1777/root:root
/var/checkinstalltmp ==> 0700/root:root

Just to make sure, run:

chmod 1777 /tmp
rm -rf /var/checkinstalltmp
mkdir /var/checkinstalltmp
chmod 0700 /var/checkinstalltmp

===========
$Id: RELNOTES,v 1.3.2.1 2001/04/16 07:39:05 izto Exp $
                                                                 
