summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-02-27 01:00:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-02-27 01:00:06 +0100
commit209a3274f8702acd32fa2a489667048ca4ad304b (patch)
tree110e7de17567dbb541d72ba89c546396fb8d3acc /etc
parentf1d18adbed39a3bacae93be29346fd4c86b480ef (diff)
downloadguix-209a3274f8702acd32fa2a489667048ca4ad304b.tar.gz
news: Add entry about ‘guix pull --news’ changes.
* etc/news.scm: Add entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 6205a0c071..d3ee7812a6 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -25,6 +25,26 @@
 (channel-news
  (version 0)
 
+ (entry (commit "f1d18adbed39a3bacae93be29346fd4c86b480ef")
+        (title
+         (en "More compact @samp{guix pull --news}")
+         (nl "Meer beknopte @samp{guix pull --news}"))
+        (body
+         (en "The output of @samp{guix pull --news} has been shortened to
+display only fresh news items such as this one.  It no longer includes the
+partial selection of new and updated packages, which was often long enough to
+be distracting whilst being too short to be useful.
+
+The complete list of new and updated packages can now be obtained separately
+using @samp{guix pull --news --details}.")
+         (nl "De uitvoer van @samp{guix pull --news} is vanaf nu beperkt tot
+verse nieuwsberichten zoals dit, zonder de onvolledige bloemlezing van nieuwe
+en bijgewerkte pakketten.  Die was vaak lang genoeg om de lezer af te leiden
+maar te kort om nuttig te zijn.
+
+De volledige list van nieuwe en bijgewerkte pakketten is nu afzonderlijk
+beschikbaar met @samp{guix pull --news --details}.")))
+
  (entry (commit "96d7535b030c65b2d8cb0bea52c4bd96cbdefaf0")
         (title
          (en "ci.guix.gnu.org to stop offering Gzip substitutes")