2000-09-12  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* Now using real `autoconf'.

2000-09-05  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* Fixed bug in `GetPackageStatus causing it to fail when a link
	  pointed to no valid file/dir.

2000-09-02  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* Added a `--force' (alias -f) option to install packages even
	  if they already exist (i.e. the $StowDir/packagename-directory
	  exists).

	* Fixed a severe bug causing the `makeinst' command to remove
	  a package if it already was installed.

2000-08-25  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* Removed the bug with `~' in paths

2000-08-14  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* Release of version 0.4

	* the -m option is now less restrictive

2000-08-13  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* After the command `strip' the checksums are recalculated
	  automatically now.

	* If something fails during a `makeinst' command the possibly
	  installed package will be removed because it could be broken.

	* Logfile now also unbuffered.

	* Fixed bug in DoForPackage2Rotate and optimized a bit

	* Fixed bugs in DoInstPackage: 
             Did not rename package in the right way
             Got package name in the wrong way

	* Fixed some small bugs (path handling and more...)

	* new printLOG and printV[12] to avoid the "if $Verbose" after
	  every print command.

2000-08-12  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* Updated docu.

	* New `--configdirname' option specifying the name of $ConfigDirName.

	* Added some verbose-messages to DoCheckIn and -Out and rewrote
	  them a bit.

2000-08-11  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* Fixed bug in GetPackageStatus

2000-08-10  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* Creator info (name, date, ...) is now created when 
	  doing `makeinst'

	* now setting env-var LD_RUN_PATH to $TargetDir/lib at start

	* new CallExitCode-sub, decides on exit-code if it should fail or
	  not

2000-08-09  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* fixed some bugs

	* new `shell' command, calls $SHELL with all env-vars set by stowES

2000-08-05  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* new `rebuild' command to rebuild the whole stow archive (delete
	  all dirs and links (except the stowdir of course) in the target
	  dir and check in all package again (of course only these which
	  where checked in before...))

	* some more output with option `-v' used once (say the StowDir,
	  the TartgetDir, the DumpDir and from where we take the stow- and
	  targetdir)

	* command `install': removing source only if the functions before
	  were succesful.

2000-07-30  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* now `rotatinginstall' option for the cmd `install' (see README)

2000-07-29  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* environment variable `STOWES' can now be filled with options
	  (same as on command line). These are processed _after_
	  the config-files and _before_ the options given on the command
	  line.

	* now setting env-vars {CPP,LD}FLAGS as well

	* fixed bug in option `--removesource', should work now

	* fixed bug in DoCheckIn in conjunction with DryRun option

	* Minor output cleanups (spaces and so on)

2000-07-23  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* restructered command parsing code, should have fixed some
	  bugs and if you specify `-t' or `-s' on the command-line
	  this will override `-t' _AND_ `-s' options given in config
	  files (less confusing).

2000-07-18  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* Toggled default for `striping' files when installing packages
	  to off (causes trouble with shared libs)

2000-07-17  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* Fixed bug in `DoRename' causing this sub to fail if
	  some dirs/files worked on (configuration-dir, checksum-file)
	  do not actually exist.

2000-07-16  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* links in the target directory are now checked that they point
	  into the stow-directory

	* rewrote the DiveDir-subs-system, no new functionality added

2000-06-10  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* matching packages are now counted per argument and not
	  all arguments at the same time (prevented to use two
	  or more arguments successfully)

2000-05-22  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* Release of version 0.3
	
2000-05-20  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* command `make' now checks if the Makefile contains
	  a rule `check' and calls "make check" if so

2000-05-14  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* Splitted command `check' to `checkstow' and `checktarget'

2000-05-13  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* Aliases for commands are now possible

	* Commands can now be abbrivated

	* Command `contents' now displays the size of the files listed

2000-05-09  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* No check for external programs for command `version'

2000-05-07  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* stowdir is now created if it does not exist

	* command `check' now displays the size of each package

	* renamed command `instsrc' to `makeinst'

	* added options to avoid the call of `configure' and `make check'

	* added error-scan-code for configure call

	* the ENV-vars `PATH and `LD_LIBRARY_PATH' are now set
	  at the beginning of the script, should make your life easier...

2000-04-29  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* simple `configure' script creating a Makefile for installation

	* put `"' around the files and dirs in the Call{Silent,Output}-subs
	  ---> spaces should now be possible

2000-04-23  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* added the command "check" to check for broken packages, this
	  command does nearly the same as the list command but is _really_
	  slower...

2000-04-09  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* No response from Bob concerning the bug yet....

	* Added a check for `broken' packages to the list command.

2000-04-03  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* Sent bug report for `stow' to Bob Glickstein.

2000-04-01  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* renamed command "instmake" to "make"

2000-03-30  Adam Lackorzynski  <al10@inf.tu-dresden.de>

	* Release of version 0.2

