Re: [ANNOUNCE] util-linux v2.30-rc1

2017-05-12 Thread Karel Zak
On Fri, May 12, 2017 at 02:03:10PM +0200, Karel Zak wrote:
> The util-linux release v2.30-rc1 is available at
> 
>   http://www.kernel.org/pub/linux/utils/util-linux/v2.30-rc1

Ah, the correct URL is:

https://www.kernel.org/pub/linux/utils/util-linux/v2.30/

Karel

-- 
 Karel Zak  
 http://karelzak.blogspot.com


Re: [ANNOUNCE] util-linux v2.30-rc1

2017-05-12 Thread Karel Zak
On Fri, May 12, 2017 at 02:03:10PM +0200, Karel Zak wrote:
> The util-linux release v2.30-rc1 is available at
> 
>   http://www.kernel.org/pub/linux/utils/util-linux/v2.30-rc1

Ah, the correct URL is:

https://www.kernel.org/pub/linux/utils/util-linux/v2.30/

Karel

-- 
 Karel Zak  
 http://karelzak.blogspot.com


[ANNOUNCE] util-linux v2.30-rc1

2017-05-12 Thread Karel Zak
The util-linux release v2.30-rc1 is available at

  http://www.kernel.org/pub/linux/utils/util-linux/v2.30-rc1

Feedback and bug reports, as always, are welcomed.

  Karel


Util-linux 2.30 Release Notes 
= 

The libblkid library has been fixed to extract LABEL= and UUID= from UDF
rather than from ISO9660 header on hybrid CDROM/DVD media. This changes
makes UDF media on Linux user-space more compatible with another operation
systems. Unfortunately, this change may introduce regression for (unusual)
hybrid CDROM/DVDs where ISO and UDF use a different LABEL=.

The deprecated command tailf has been removed. Use "tail -f" from coreutils.


blkzone -- NEW COMMAND to run zone commands on block device that support Zoned
Block Commands (ZBC) or Zoned-device ATA Commands (ZAC). The currently
supported functionality is 'report' and 'reset'.
[thanks to Shaun Tancheff (Seagate), Damien Le Moal (WD)]

fincore -- NEW COMMAND to count pages of file contents in core (memory). 
[thanks to Masatake YAMATO (Red Hat)]

lsmem -- NEW COMMAND to list the ranges of available memory with their online
status (originally implementd in Perl for s390-tools). [thanks to Clemens von 
Mann 
and Heiko Carstens (IBM)]

chmem -- NEW COMMAND to set memeory online/offline status [thanks to Heiko
Carstens (IBM)]


The old and dead Alpha and Cmos code has been removed from hwclock command.

The command fallocate supports "insert range" operation now.

The command "column -t|--table" has been modified to use libsmartcols. Now it
provides almost all functionality of the library on command line, for example
print header for table, reorder columns, align columns to the right, print
tree-like output, wrap lines in cells, truncate text in cells, etc.

The libmount library provides API to generate exit codes and error/warning
messages compatible with mount(8).


Stable maintenance releases between v2.29 and v2.30
---
  
util-linux 2.29.2 [Fed 02 2017]   
  
 * https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.2-ReleaseNotes
   https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.2-ChangeLog
  
util-linux 2.29.1 [Jan 01 2017]  
  
 * https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.1-ReleaseNotes
   https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.1-ChangeLog
  
Changes between v2.29 and v2.30
---  

agetty:
   - fix a memory leak when parsing \S in issue files  [Matthias Gerstner]
   - fix characters reorder in login prompt  [Karel Zak]
   - fix ifdef typo  [Ruediger Meier]
   - fix login-options desc in man page  [Karel Zak]
   - fix typo  [Karel Zak]
   - make --remote to forward --nohostname as -H to login  [Sami Kerola]
   - re-add utmp.h for Debian GNU/kFreeBSD  [Ruediger Meier]
   - remove obsolete HAVE_UPDWTMP fallback  [Ruediger Meier]
   - remove variable that is set but not read  [Sami Kerola]
   - various man-page fixes  [J William Piggott]
bash-completion:
   - add a function for fincore command  [Masatake YAMATO]
   - add blkreset and blkreport completion  [Sami Kerola]
   - update disk-utils  [Sami Kerola]
   - update fincore  [Sami Kerola]
   - update fincore to have latest options  [Sami Kerola]
   - update hwclock  [Sami Kerola]
   - update login-utils  [Sami Kerola]
   - update misc-utils  [Sami Kerola]
   - update schedutils  [Sami Kerola]
   - update sys-utils  [Sami Kerola]
   - update term-utils  [Sami Kerola]
   - update text-utils  [Sami Kerola]
blkid:
   - add control struct  [Sami Kerola]
   - add curly braces to do-while statement  [Sami Kerola]
   - add long options  [Sami Kerola]
   - add messages to translations  [Sami Kerola]
   - fix compiler warning [-Wdiscarded-qualifiers]  [Karel Zak]
   - fix return code when display the version  [Alexey Gladkov]
   - simplify version option handling  [Sami Kerola]
blkzone:
   - Add --count option  [Damien Le Moal]
   - Fix zone condition strings handling  [Damien Le Moal]
   - Improve zone information print  [Damien Le Moal]
   - Report all zones if length is not specified  [Damien Le Moal]
   - Reset all zones when length is not specified  [Damien Le Moal]
   - add bash-completion  [Karel Zak]
   - add count option to bash-completion  [Karel Zak]
   - add new command (merge blkreport and blkreset)  [Karel Zak]
   - use optutils.h to check mutually exclusive options  [Karel Zak]
   - remove "LBA" from usage() and unnecessary alignment check  [Karel Zak]
   - slice up option descriptions, fix typo, fix docstring  [Benno Schulenberg]
   - remove in favour of blkzone  [Karel Zak]
   - small code clean ups  [Sami Kerola]
   - remove "LBA" from usage()  [Karel Zak]
   - Add new commands for ZAC/ZBC drives  [Shaun Tancheff]
build-sys:
   - add AC_STRUCT_TIMEZONE  [Karel Zak]
   

[ANNOUNCE] util-linux v2.30-rc1

2017-05-12 Thread Karel Zak
The util-linux release v2.30-rc1 is available at

  http://www.kernel.org/pub/linux/utils/util-linux/v2.30-rc1

Feedback and bug reports, as always, are welcomed.

  Karel


Util-linux 2.30 Release Notes 
= 

The libblkid library has been fixed to extract LABEL= and UUID= from UDF
rather than from ISO9660 header on hybrid CDROM/DVD media. This changes
makes UDF media on Linux user-space more compatible with another operation
systems. Unfortunately, this change may introduce regression for (unusual)
hybrid CDROM/DVDs where ISO and UDF use a different LABEL=.

The deprecated command tailf has been removed. Use "tail -f" from coreutils.


blkzone -- NEW COMMAND to run zone commands on block device that support Zoned
Block Commands (ZBC) or Zoned-device ATA Commands (ZAC). The currently
supported functionality is 'report' and 'reset'.
[thanks to Shaun Tancheff (Seagate), Damien Le Moal (WD)]

fincore -- NEW COMMAND to count pages of file contents in core (memory). 
[thanks to Masatake YAMATO (Red Hat)]

lsmem -- NEW COMMAND to list the ranges of available memory with their online
status (originally implementd in Perl for s390-tools). [thanks to Clemens von 
Mann 
and Heiko Carstens (IBM)]

chmem -- NEW COMMAND to set memeory online/offline status [thanks to Heiko
Carstens (IBM)]


The old and dead Alpha and Cmos code has been removed from hwclock command.

The command fallocate supports "insert range" operation now.

The command "column -t|--table" has been modified to use libsmartcols. Now it
provides almost all functionality of the library on command line, for example
print header for table, reorder columns, align columns to the right, print
tree-like output, wrap lines in cells, truncate text in cells, etc.

The libmount library provides API to generate exit codes and error/warning
messages compatible with mount(8).


Stable maintenance releases between v2.29 and v2.30
---
  
util-linux 2.29.2 [Fed 02 2017]   
  
 * https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.2-ReleaseNotes
   https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.2-ChangeLog
  
util-linux 2.29.1 [Jan 01 2017]  
  
 * https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.1-ReleaseNotes
   https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.1-ChangeLog
  
Changes between v2.29 and v2.30
---  

agetty:
   - fix a memory leak when parsing \S in issue files  [Matthias Gerstner]
   - fix characters reorder in login prompt  [Karel Zak]
   - fix ifdef typo  [Ruediger Meier]
   - fix login-options desc in man page  [Karel Zak]
   - fix typo  [Karel Zak]
   - make --remote to forward --nohostname as -H to login  [Sami Kerola]
   - re-add utmp.h for Debian GNU/kFreeBSD  [Ruediger Meier]
   - remove obsolete HAVE_UPDWTMP fallback  [Ruediger Meier]
   - remove variable that is set but not read  [Sami Kerola]
   - various man-page fixes  [J William Piggott]
bash-completion:
   - add a function for fincore command  [Masatake YAMATO]
   - add blkreset and blkreport completion  [Sami Kerola]
   - update disk-utils  [Sami Kerola]
   - update fincore  [Sami Kerola]
   - update fincore to have latest options  [Sami Kerola]
   - update hwclock  [Sami Kerola]
   - update login-utils  [Sami Kerola]
   - update misc-utils  [Sami Kerola]
   - update schedutils  [Sami Kerola]
   - update sys-utils  [Sami Kerola]
   - update term-utils  [Sami Kerola]
   - update text-utils  [Sami Kerola]
blkid:
   - add control struct  [Sami Kerola]
   - add curly braces to do-while statement  [Sami Kerola]
   - add long options  [Sami Kerola]
   - add messages to translations  [Sami Kerola]
   - fix compiler warning [-Wdiscarded-qualifiers]  [Karel Zak]
   - fix return code when display the version  [Alexey Gladkov]
   - simplify version option handling  [Sami Kerola]
blkzone:
   - Add --count option  [Damien Le Moal]
   - Fix zone condition strings handling  [Damien Le Moal]
   - Improve zone information print  [Damien Le Moal]
   - Report all zones if length is not specified  [Damien Le Moal]
   - Reset all zones when length is not specified  [Damien Le Moal]
   - add bash-completion  [Karel Zak]
   - add count option to bash-completion  [Karel Zak]
   - add new command (merge blkreport and blkreset)  [Karel Zak]
   - use optutils.h to check mutually exclusive options  [Karel Zak]
   - remove "LBA" from usage() and unnecessary alignment check  [Karel Zak]
   - slice up option descriptions, fix typo, fix docstring  [Benno Schulenberg]
   - remove in favour of blkzone  [Karel Zak]
   - small code clean ups  [Sami Kerola]
   - remove "LBA" from usage()  [Karel Zak]
   - Add new commands for ZAC/ZBC drives  [Shaun Tancheff]
build-sys:
   - add AC_STRUCT_TIMEZONE  [Karel Zak]