This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix-cuirass.
The following commit(s) were added to refs/heads/master by this push:
new b7eb2c7 Update NEWS.
b7eb2c7 is described below
commit b7eb2c703643453fc8bebe669156b6ae3c3cb521
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Sun Jun 13 12:43:46 2021 +0200
Update NEWS.
* NEWS: Update it.
---
NEWS | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/NEWS b/NEWS
index 6292d38..36cd16e 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,29 @@ Copyright © 2021 Mathieu Othacehe <[email protected]>
Please send Guix bug reports to [email protected].
+* Changes in 1.1.0 (since 1.0.0)
+** Database
+*** Add Jobs table
+*** Add BuildDependencies table
+*** Add Dashboards table
+** Remote building
+*** Add GC roots for the build outputs
+*** Increase the fetch workers count to 8
+*** Build derivations in a topological order using the BuildDependencies table
+*** Resume dependent builds when a build is successful after a restart
+*** Display the remote-server fetch queue size
+** Specifications
+*** Add period support
+*** Add "images", "system-tests" and tarball build types
+** Web
+*** Add a footer with the Cuirass version
+*** Add table order buttons
+*** Add a pagination button on the evaluation page
+*** Add a build dashboard page
+*** Improve accessibility and add the Accessiblity Foundation report
+*** Add badges support
+*** Display build dependencies in the build details page
+
* Changes in 1.0.0 (since 0.0.1)
** Database