3 Commits

Author SHA1 Message Date
agibert
ffb13ee948 - Total loader rewrite using byte data type: Raw file loading implemenred,
- Add MQ character set support,
- Add Character Set option (-cs).
2008-12-09 15:01:02 +00:00
agibert
542f5b9bd6 - Improve code structuration,
- Fix Message Count = 0 handling,
- Fix printout.
2008-12-04 15:02:16 +00:00
agibert
bc2254cab8 First step to 2.0.*:
- Code cleanup,
- Add message skip option "-ms",
- Add message count option "-mc",
- Add repeat count option "-rc",
- Fix Java 1.4 compatibility.
2008-12-04 10:45:06 +00:00
2 changed files with 840 additions and 597 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,13 +1,25 @@
# $RCSfile: ReleaseNotes.txt,v $
# $Revision: 1.11 $
# $Revision: 1.12 $
# $Name: $
# $Date: 2008/11/14 00:00:51 $
# $Date: 2008/12/04 10:45:06 $
# $Author: agibert $
--------------------------------------------------------------------------------
MQSLoad V 2.0.0 - A. Gibert - 2008/12/03
--------------------------------------------------------------------------------
- Major code cleanup,
- Add message skip option "-ms",
- Add message count option "-mc",
- Add repeat count option "-rc",
- Fix Java 1.4 compatibility.
--------------------------------------------------------------------------------
MQSLoad V 1.3.2 - A. Gibert - 2008/11/14
--------------------------------------------------------------------------------