File: Releasenotes

package info (click to toggle)
netstress 1.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 260 kB
  • ctags: 202
  • sloc: ansic: 2,512; makefile: 214; sh: 6
file content (29 lines) | stat: -rw-r--r-- 1,501 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
------------------------------------------------------------------------------
Release: netstress_1.2.0
Date: Aug 19, 2014
Notes:
  * Migrated source code from CVS to GIT
  * Enhanced Makefile to build binary files and packages in their own subdir
  * Added creation of debian packages
  * Added creation of binary tar packages
  * Fixed bug where 32bit systems would not sync with 64bit
    systems due to consistant data sizes on disparate cpu's
    - Changed type "unsigned long long" to uint64_t
    - Changed type "unsigned long" to uint32_t
  * Fixed unreported bug where master closed or overwrote the 1st slaves
    pid when a death of child event was received for a 2nd
    or Nth slave process died.
  * Added slave identity to output providing the ability to keep slave
    associated messages separate. Uses index into array of slave data
    (children) and optional [NAME] argument for -s|--slave and
    -m|--master flags.
  * Fixed getopt so --host requires an argument.
  * Added "-c|--ctime = Report current time (default reports elapsed time)"
  * Fixed to actually report the elapsed time when we say we will
  * Removed TBD file (will be maintained using sourceforge environment)
  * Removed Changelog file (seemed to be a duplicate of Releasenotes)
------------------------------------------------------------------------------
Release: netstress_1.01.00
Date: Nov 2, 2007
Notes: First public release
------------------------------------------------------------------------------