mqsload/ReleaseNotes.txt

94 lines
2.8 KiB
Plaintext
Raw Normal View History

2001-07-09 17:51:17 +02:00
# $RCSfile: ReleaseNotes.txt,v $
# $Revision: 1.11 $
2001-07-09 17:51:17 +02:00
# $Name: $
# $Date: 2008/11/14 00:00:51 $
# $Author: agibert $
2002-04-23 18:18:06 +02:00
2008-11-10 02:50:19 +01:00
--------------------------------------------------------------------------------
MQSLoad V 1.3.2 - A. Gibert - 2008/11/14
2008-11-10 02:50:19 +01:00
--------------------------------------------------------------------------------
- WARNING: Fix a big bug in Load_File() method: all previous MQSLoad versions
can corrupt messages during loading !!!
- Fix elapsed time computation !
2008-11-10 02:50:19 +01:00
2008-01-03 14:45:42 +01:00
--------------------------------------------------------------------------------
MQSLoad V 1.3.1 - A. Gibert - 2008/01/03
--------------------------------------------------------------------------------
Fix usage print out.
--------------------------------------------------------------------------------
2007-12-11 17:46:37 +01:00
MQSLoad V 1.3.0 - C. Colin / A. Gibert - 2007/12/10
--------------------------------------------------------------------------------
Add sleep time option "-st".
--------------------------------------------------------------------------------
MQSLoad V 1.2.0 - A. Gibert - 2007/06/05
--------------------------------------------------------------------------------
Add queue manager name option "-qm".
--------------------------------------------------------------------------------
2007-12-11 17:46:37 +01:00
MQSLoad V 1.1.4 - A. Gibert - 2002/05/21
--------------------------------------------------------------------------------
Add message tail option "-mt",
Add MQQueueManager() auto retry,
Add version, date and author print out.
--------------------------------------------------------------------------------
2007-12-11 17:46:37 +01:00
MQSLoad V 1.1.2 - A. Gibert - 2002/05/06
--------------------------------------------------------------------------------
Add return code handling.
--------------------------------------------------------------------------------
2007-12-11 17:46:37 +01:00
MQSLoad V 1.1.1 - A. Gibert - 2002/05/02
--------------------------------------------------------------------------------
Add Keep Message Break support,
Add -kmb option.
2002-04-23 18:18:06 +02:00
--------------------------------------------------------------------------------
2007-12-11 17:46:37 +01:00
MQSLoad V 1.1.0 - A. Gibert - 2002/04/23
2002-04-23 18:18:06 +02:00
--------------------------------------------------------------------------------
Add string field break and string message break support,
Add customisable field break and message break support,
Add command line switches "-fb" and "-mb",
Add statistics reporting,
Add nicer message sending progress indicator,
Complete rewrite of the sending engine,
Remove some debug print-out,
Add GPL and FDL licenses files.
--------------------------------------------------------------------------------
2008-01-03 14:45:42 +01:00
MQSLoad V 1.0.0 - A. Gibert - 2001/07/12
2002-04-23 18:18:06 +02:00
--------------------------------------------------------------------------------
First release,
Field break hardcoded to ";",
Message break hardcoded to "\r\n".