summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 748b7c0..1edf0c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+ProteanOS Development Kit version 1.2.0
+---------------------------------------
+
+Released: ????-??-??
+
+Changes in this release:
+
+ * 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
+ hardcoded. This list could become outdated between prokit versions
+ or even ProteanOS suites.
+
ProteanOS Development Kit version 1.1.0
---------------------------------------