Files
cstream/cstream.changes
Michael Vetter 80782405a0 Accepting request 1208600 from home:illuusio
- Update to version 4.0.0
  * Fix incorrect rejection of large block sizes.
  * Fixes from Jimmy Olgeni.
  * Fixes from Hans Ulrich Niedermann.
  * Fix bug when invoking with no arguments.
  * Move throughput measuring end to after close(2).
  * print throughput after fsync, if requested.
  * -O F option (do an fsync at the end of the output file).
  * When closing files fails, exit with an error code.
  * -n  was not clear to use numbers > 2 GB.  I didn't
  * notice since it worked fine if you used suffixes "K/M/G" as long as
    the number was < 2 G.  Sorry about that.
  * O_DIRECT supported for input.
- Dropped patches:
  * cstream-fix_missing_includes.patch
  * cstream-fix_undefined_operation.patch
  As they are incorporated to new version as is.

OBS-URL: https://build.opensuse.org/request/show/1208600
OBS-URL: https://build.opensuse.org/package/show/utilities/cstream?expand=0&rev=5
2024-10-17 11:03:24 +00:00

27 lines
1.0 KiB
Plaintext

-------------------------------------------------------------------
Wed Oct 16 07:33:20 UTC 2024 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
- Update to version 4.0.0
* Fix incorrect rejection of large block sizes.
* Fixes from Jimmy Olgeni.
* Fixes from Hans Ulrich Niedermann.
* Fix bug when invoking with no arguments.
* Move throughput measuring end to after close(2).
* print throughput after fsync, if requested.
* -O F option (do an fsync at the end of the output file).
* When closing files fails, exit with an error code.
* -n was not clear to use numbers > 2 GB. I didn't
* notice since it worked fine if you used suffixes "K/M/G" as long as
the number was < 2 G. Sorry about that.
* O_DIRECT supported for input.
- Dropped patches:
* cstream-fix_missing_includes.patch
* cstream-fix_undefined_operation.patch
As they are incorporated to new version as is.
-------------------------------------------------------------------
Wed Jun 08 05:05:21 CET 2011 - pascal.bleser@opensuse.org
- initial version (3.0.0)