aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-29 01:53:07 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-29 01:53:26 +0100
commitce23c5ffd2cbb123943c424f09d1442f557a14ed (patch)
tree90b0fe865b1c395d69893fcdceae1221a86615a6 /ROADMAP
parenta95533ac86df1ea0bf8608575a4ce13ce4998ae8 (diff)
downloadguix-ce23c5ffd2cbb123943c424f09d1442f557a14ed.tar.gz
guix-ce23c5ffd2cbb123943c424f09d1442f557a14ed.zip
gnu: avidemux: Update to 2.7.4.
* gnu/packages/video.scm (avidemux): Update to 2.7.4. [arguments]: Update bundled ffmpeg version.
Diffstat (limited to 'ROADMAP')
0 files changed, 0 insertions, 0 deletions
gnu/tests/nfs.scm (%base-os): Likewise. * tests/guix-system.scm (OS_BASE, make_user_config): Likewise. * tests/system.scm (%os, %os-with-mapped-device): Likewise. Tobias Geerinckx-Rice 2017-08-23gnu: bootloader: Deprecate "device" field in favor of "target"....* gnu/bootloader.scm (<bootloader-configuration>): Deprecate "device" field in favor of "target" field. This is mostly a renaming but also a generalization to support UEFI targets being paths to a mounted partition instead of a device name. * gnu/system/examples/bare-bones.tmpl: * gnu/system/examples/desktop.tmpl: * gnu/system/examples/lightweight-desktop.tmpl: * gnu/system/examples/vm-image.tmpl: * gnu/system/install.scm: * gnu/tests.scm: * gnu/tests/install.scm: * gnu/tests/nfs.scm: * tests/system.scm: Adapt all invocations of bootloader-configuration. * guix/scripts/system.scm (perform-action): Rename device argument to bootloader-target. (process-action): Adapt caller. * doc/guix.texi (Proceeding with the Installation): * doc/guix.texi (Bootloader Configuration): Update documentation. Andy Wingo