diff options
author | luis <luis> | 2007-07-30 05:06:49 +0000 |
---|---|---|
committer | luis <luis> | 2007-07-30 05:06:49 +0000 |
commit | 66a3723ba943d7cfe01ed32ea5924d3a25dd1543 (patch) | |
tree | 330bdb046c48d305d41dc3f8f275c621b5b26ce2 /CHANGELOG | |
parent | 43a84e9cc0399eefcaa99a98fcffb8ec4a35e773 (diff) | |
download | firma-66a3723ba943d7cfe01ed32ea5924d3a25dd1543.tar.gz firma-66a3723ba943d7cfe01ed32ea5924d3a25dd1543.tar.bz2 |
- Try to guarantee that REPLAY_COUNT, DELIVERY_RANDOMIZATION,
and RandomString's input contain just digits.
- Fixed a few minor bugs in NewList (list creation routine).
- Catch NewList exit code.
Diffstat (limited to 'CHANGELOG')
-rwxr-xr-x | CHANGELOG | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,14 @@ Firma CHANGELOG --------------- -29/07/2007 - 0.3-cvs (rev 1.169) - luis +30/07/2007 - 0.3-cvs (rev 1.170) - luis + + - Try to guarantee that REPLAY_COUNT and DELIVERY_RANDOMIZATION + contain just digits. + + - Fixed a few more bugs in the list creation routine. + +29/07/2007 - 0.3-cvs (rev 1.168) - luis - firma would always exit successfully (exit code = 0). Fixed. |