From 12e0e3dbe846b8f23c474e9e79234abdbcc456d9 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 18 Apr 2019 19:25:57 -0400 Subject: NEWS: Organize changes into sections --- (limited to 'NEWS') diff --git a/NEWS b/NEWS index 434d22e..3119e91 100644 --- a/NEWS +++ b/NEWS @@ -3,23 +3,26 @@ ProteanOS Development Kit version 2.0.0 Released: ????-??-?? -Changes in this release: +Command-line interface: + + * "prokit install", "prokit shell", "prokit opkg", and "prokit build" + now accept either a block device file name or a directory name + (previously only accepting the latter). A block device is + automatically mounted and unmounted on a mount point managed by + prokit. + * A new "prokit installer-pc" command has been added to install a PC + system onto a block device. + * A new "prokit mkinitramfs" command has been added to generate an + initramfs containing an installed system. + +System installation changes: * A basic "/etc/group" file is now generated on ProteanOS systems. - * "prokit install" now only throws a "Directory ... exists" error if - the specified root directory is not empty. * "prokit install" in the ProteanOS profile now only copies "/etc/resolv.conf" and "/etc/hostname" from the host system if the platform is "dev". It also now does not enable system services on the "dev" platform. On other platforms, it enables services and sets the hostname to "proteanos". - * "prokit install", "prokit shell", "prokit opkg", and "prokit build" - now accept either a block device file name or a directory name - (previously only accepting the latter). A block device is - automatically mounted and unmounted on a mount point managed by - prokit. - * Two bugs related to gzip-compressed package feed index files have - been fixed. * ProteanOS package feed index files are now downloaded in compressed form. * A list of valid ProteanOS architectures and platforms is no longer @@ -28,13 +31,19 @@ Changes in this release: * A list of ProteanOS package archive mirrors is no longer hardcoded. Instead, the list is fetched from the ProteanOS files site as needed. - * A new "prokit installer-pc" command has been added to install a PC - system onto a block device. + +Bug fixes: + + * "prokit install" now only throws a "Directory ... exists" error if + the specified root directory is not empty. + * Two bugs related to gzip-compressed package feed index files have + been fixed. + +Build system and code quality: + * The build system now links all shell objects into the prokit executable instead of distributing shell modules that are linked into prokit at run time. - * A new "prokit mkinitramfs" command has been added to generate an - initramfs containing an installed system. * Git commit information is now shown in "prokit version" output and manual pages if built from a Git repository. * Various error conditions are now handled more cleanly. -- cgit v0.9.1