~cjwatson/binfmt-support/master

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Colin Watson
  • Date: 2019-01-13 11:48:05 UTC
  • Revision ID: git-v1:6289c2e9adaf4d8cc0a7d76390da801106de8f8c
Add a new --unimport action

This is the inverse of --import.

* src/update-binfmts.c (act_unimport): New function.
(enum opts, options, mode_name, parse_opt, argp, main): Handle
--unimport.
* src/tests/import: Test --unimport.
* man/update-binfmts.man8 (SYNOPSIS): Add --unimport.
(COMMON OPTIONS): Mention --unimport in description of --package.
(ACTIONS): Document --unimport.
* NEWS: Document this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
Building binfmt-support now requires Autoconf >= 2.63.
11
11
 
 
12
Add a new --unimport action, which is the inverse of --import.
 
13
 
12
14
binfmt-support 2.1.8 (22 August 2017)
13
15
=====================================
14
16