head	1.7;
access;
symbols
	release-0-03:1.7.0.2;
locks; strict;
comment	@# @;


1.7
date	2007.02.15.20.45.27;	author shd;	state Exp;
branches;
next	1.6;

1.6
date	2006.01.26.11.11.12;	author shd;	state Exp;
branches;
next	1.5;

1.5
date	2006.01.22.22.52.21;	author shd;	state Exp;
branches;
next	1.4;

1.4
date	2006.01.22.22.40.57;	author shd;	state Exp;
branches;
next	1.3;

1.3
date	2006.01.22.22.36.54;	author shd;	state Exp;
branches;
next	1.2;

1.2
date	2006.01.21.12.02.50;	author shd;	state Exp;
branches;
next	1.1;

1.1
date	2006.01.20.23.50.19;	author shd;	state Exp;
branches;
next	;


desc
@@


1.7
log
@changelog entries for 0.03
@
text
@2007-02-15  Heikki Orsila <heikki.orsila@@iki.fi>
	* Version 0.03
	- Documentation updates
	- Feature improvements, see changelog entry at 2006-01-26. In short:
	  * "-m n" allows to specify maximum number of rounds
	  * "-e n" allows to specify maximum number of rounds that will execute
	  * "-s t" allows to sent randomization time interval
	  * Probability for execution at each round can be specified directly
	    by using p=x notation, where x is the probability. See --help.
	- Fork and forget mode: allow multiple commands be simultaneously in
	  running state
	- Option -v will print version number

2006-01-26  Heikki Orsila <heikki.orsila@@iki.fi>
	- Added -m and --max-rounds options which limits the number of
	  randomization rounds. For example, -m 1 will cause the randomization
	  to be done only once.
	- Added -e and --max-events options which cause the program to exit
	  after first randomization that realizes the event (command).
	- Added --sleep option which can be used to specify sleep time
	  between rounds. The default is 1 second. Floating-point values
	  are allowed. Accuracy depends on the underlying kernel. Note
	  that given time interval must not be less than the sleep time.
	- There is now an alternative to specifying time interval. One can
	  give p=x instead of time interval. p=x means that an event happens
	  with probability x on each round. The relation between x and
	  time interval is:
	      p = sleep_time / time_interval
	  By default sleep_time == 1.0. --sleep option can be used to 
	  specify it.

2006-01-23  Heikki Orsila <heikki.orsila@@iki.fi>
	* Version 0.02
	- Added a configure script for easy and automatic installation.
	- Portability fix for solaris. Added a replacement for stdint.h.

2006-01-21  Heikki Orsila <heikki.orsila@@iki.fi>
	- Added quiet option (-q) to not print the time index when a command
	  is run.
	- Added simulatio option (-s) which means not to run the command and
	  not to sleep. It is useful for testing the probability distribution.
	  Try:
	       poissonrun -s 64 echo foo 2>&1 |head -n 10000
	  The last line should be close to 640000 seconds, but of course
	  randomness does not quarantee it ;)

2006-01-21  Heikki Orsila <heikki.orsila@@iki.fi>
	- Initial version 0.01.
@


1.6
log
@*** empty log message ***
@
text
@d1 13
@


1.5
log
@*** empty log message ***
@
text
@d1 18
@


1.4
log
@*** empty log message ***
@
text
@d4 1
@


1.3
log
@*** empty log message ***
@
text
@d1 4
@


1.2
log
@*** empty log message ***
@
text
@d4 1
a4 1
	- Added simulatio optin (-s) which means not to run the command and
@


1.1
log
@*** empty log message ***
@
text
@d2 10
@

