summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-18 19:25:57 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-18 19:25:57 (EDT)
commit12e0e3dbe846b8f23c474e9e79234abdbcc456d9 (patch)
tree762d77cd5c24ef1adeb62a4774f69b704c5ec431 /NEWS
parent4fbc7e52ca0f84d434b46077b700965cdf62e256 (diff)
NEWS: Organize changes into sections
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS37
1 files changed, 23 insertions, 14 deletions
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.