Opened 10 years ago

Closed 10 years ago

#3627 closed task (fixed)

util-linux-v2.25

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 7.6
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description (last modified by bdubbs@…)

Change History (4)

comment:1 by bdubbs@…, 10 years ago

Owner: changed from lfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 10 years ago

Description: modified (diff)

Fix url in description.

comment:3 by bdubbs@…, 10 years ago

Description: modified (diff)
Summary: util-linux-v2.25-rc2util-linux-v2.25

Full release has been made.

Util-linux 2.25 Release Notes
=============================

The command cytune(8) has been REMOVED from util-linux.

The non-libmount mount(8) implementation has been REMOVED from util-linux.

The "swapon --summary" output format is deprecated in favor of the
"swapon --show[=<columns>]" that provides better control on output formatting.

Release highlights
------------------

libsmartcols:
 - this NEW SHARED LIBRARY (but with stable API) allows to print data in
   tables, trees or parsable formats, support colors, sorting etc. The code has
   been originally developed for lsblk(8) and findmnt(8).

cfdisk(8):
 - the code been completely rewritten, now it uses libfdisk and libsmartcols, 
   supports GPT, SUN, SGI and BSD disk labels
 - the command is no more based on CHS addressing

fdisk(8):
 - no more print sizes in 1024-byte blocks, but in real sectors or human 
   readable sizes (MiB, TiB, etc.)
 - allows to modify GPT partition attributes 

lslogins(1):
 - this NEW COMMAND list information about users, groups and system accounts,
   provides  data from last, wtmp, btmp, hust status, password expiration
   settings, SELinux context, nologin setting, etc. 

terminal-colors.d(5):
 - this new directory controls output colorization for various utilities
 - now dmesg(1) supports colors customization, for example
        echo 'alert 37;41' >> /etc/terminal-colors.d/dmesg.scheme
   sets red background for alert messages.

cal(1):
  - supports new option --week to show week numbers

fallocate(1):
  - supports new option --dig-holes to detect and dig holes, it makes the 
    file sparse in-place, without using extra disk space.

fstrim(1):
  - supports new option --all to discard all filesystem on devices that supports
    TRIM operation.

hexdump(1):
  - the original very old BSD has been refactored
  - the output format units support colors now, the colorized regions could be
    specified by value or offset.

libmount:
  - the library allows to use -s (sloppy) mount command line option for all 
    external mount helpers. The option was originally NFS specific.

logger(1):
  - supports new option --journald to send structured messages to systemd 
    journal

lsblk(8):
  - supports new command line option --sort <column> to sort output

kill(1) and setterm(1):
  - the commands have been refactored to be more robust
 

The build system has been improved to support to build only explicitly specified
utils or libs (e.g. --disable-all-programs --enable-libblkid to build only 
libblkid).

The project test suite has been improved to be more portable and robust, project
uses travis-ci service now.

comment:4 by bdubbs@…, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 10644.

Note: See TracTickets for help on using tickets.