moreutils 0.29 released with these changes
- Add ifne, contributed by Javier Merino.
- sponge, ifne: Ensure that suspending/resuming doesn't result in partial writes of the data, by using fwrite() rather than write().
- sponge: Handle large data sizes by using a temp file rather than by consuming arbitrary amounts of memory. Patch by Brock Noland.
- ts: Allow both -r and a format to be specified, to parse dates and output in a specified format.
- ts: Fix bug in timezone regexp.