ChangeLog
---------

Tue Jan 21 - First public release 0.90

Wed Jan 22 - Some feature fix in 0.90
		. Check if package can be installed/upgraded BEFORE download
		. Cosmetic fix in some system messages.

Thu Jan 23 - Change release number to 0.91
	   - Add new function: search! Now you can search in slackware package
	     and find a "selected" file.
	   - More fixes in system messages... much more complete.
	   - New tests to validate command syntax before execution.

Wed Feb  5 - Change release number to 0.92
	   - Corrrect search to know if other version (not in MANIFEST) of
	     software is installed.
	   - New tests to validate configuration files syntax
	   - No more default mirror. You really need to choice.
	   - Finally, a README file!
	   - Change slackpkg command location to /usr/sbin

Fri Feb 14 - Change release number to 0.93
	   - New install scripts, no more erased confs
	   - New option in slackpkg.conf, WGETFLAGS. Now you can specify
	     some wget confs with that option.
	   - New feature, reinstall.
		install -> install new software
		upgrade -> upgrade existing software with new version.
		reinstall -> re-install already installed software
	   - Some upgrades in package lists generation.

Fri Feb 28 - Better "case" structure to select between 
		install|upgrade|reinstall 
	   - Now we have an LOCK file. No more two slackpkg working at
	     same time.
	   - A trap and cleanup function to remove all garbage generated
	     by slackpkg.

Wed Mar 12 - Changed FILELIST.TXT filter to exclude .asc files
	   - Changed version number to 0.94

Mon Mar 17 - Changed MANIFEST.gz to MANIFEST.bz2 (Patrick has changed that
	     and  a lot of mirrors have changed too...)
	   - Fix a lock bug.
	   - Changed version number to 0.95

Fri Apr 04 - Fix a bug with the kernel-sources package. Before that fix,
	     kernel-source are invisible to slackpkg 

Thu Apr 10 - Added blacklist support with the packages that can't be 
	     upgraded/installed/uninstalled.
		. Thanx Gondim for that idea
	   - Changed version number to 0.96

Fri Aug 01 - Updated mirrors file (now Slackware 9.0!!!)
		. Thanx Cubano, Udontknow and gar0t0
	   - Fixed problem with DELALL (old DELALL doesn't delete all,
	     delete only the last pack, now it works well and delete
	     really all)
		. Thanx Isaque Galdino for the bug report and fix
	   - Deprecated MANIFEST.gz now the system only reads MANIFEST.bz2
	   - Fixed a lot of typos (Udontknow)
	   - Check if the user is root before trying upgrade/install/remove
	     a package

Tue Aug 19 - Changed version number to 0.98
	   - Now we have md5sum check of packages. With that, is very
	     hard install a corrupt pack.
		. Thanx for William N. Zanatta for that code
	   - Now we can install/upgrade/reinstall from a CD-ROM or other
	     dir in your HD.
	   - Some code cleanups using functions instead duplicate code.
	   - Corrected a bug in permissions check. Now, a normal user can
	     search for one (or more) files in packages.

Wed Aug 20 - Changes in md5sum checking code. Original code are more
	     technical, but more complex. New code more clean.

Thu Aug 21 - Finally!!! One man page!!! Now slackpkg have a man-page and
	     you can type: man slackpkg to see more info.
		. Thanx for William N. Zanatta for that manpage
	   - More syntax checkings... slackpkg have a lot of syntax checkings

Mon Sep 15 - A warning telling to users DOESN'T USE ftp.slackware.com as your
	     default mirror.
	   - Merged a patch from pvg, making the package selection more
	     acurated,
	   - Changed version number to 0.99
	   - Changed owner of some files and gzipped man-page. That makes
	     the package more "Slackware" compliant (Thanks Patrick)
	   - Leandro Toledo makes a patch with some fixes in CHECKSUMS.MD5 
	     download.
	   - Changed default package locations from /usr/local/packages to
	     /var/cache/packages. It's more compatible with FHS specifications
	     Thanx Patrick.
