[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (578a1d7 -> 1dba0b4)
From: |
guix-commits |
Subject: |
branch master updated (578a1d7 -> 1dba0b4) |
Date: |
Mon, 27 Jul 2020 06:07:27 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 578a1d7 gnu: qtspell: Add missing module.
new 9296a2e processes: Allow 'less' to properly estimate line length.
new a396dd0 machine: ssh: Check for potential system downgrades.
new a7c6941 gnu: guile-reader: Update to 0.6.3.
new c20e697 gnu: guile-reader: Switch to Guile 3.0.
new 79501f2 services: Add 'unattended-upgrade-service-type'.
new 73cb3e1 services: auditd: Provide default configuration directory.
new d888a9c gnu: Add pipewire-0.3.
new ef43f74 gnu: Add libportal.
new 0c75dc7 gnu: pipewire@0.3: Update to 0.3.7.
new 9115043 gnu: Add xdg-desktop-portal.
new e4b8fea gnu: Add xdg-desktop-portal-gtk.
new e095c73 nls: Update 'fr' translation.
new 1dba0b4 maint: 'authenticate' runs the user's 'guix git authenticate'.
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 7 +-
doc/guix.texi | 134 ++++++++++++++++++++++++++++++++-
gnu/machine/ssh.scm | 32 +++++++-
gnu/packages/freedesktop.scm | 145 ++++++++++++++++++++++++++++++++++++
gnu/packages/guile-xyz.scm | 19 +++--
gnu/packages/linux.scm | 30 ++++++++
gnu/packages/skribilo.scm | 6 +-
gnu/services.scm | 26 ++++---
gnu/services/admin.scm | 140 +++++++++++++++++++++++++++++++++-
gnu/services/auditd.scm | 41 +++++++---
guix/scripts/processes.scm | 5 +-
guix/scripts/system/reconfigure.scm | 21 +++---
guix/ui.scm | 20 +++--
po/guix/fr.po | 4 +-
14 files changed, 573 insertions(+), 57 deletions(-)
- branch master updated (578a1d7 -> 1dba0b4),
guix-commits <=
- 01/13: processes: Allow 'less' to properly estimate line length., guix-commits, 2020/07/27
- 02/13: machine: ssh: Check for potential system downgrades., guix-commits, 2020/07/27
- 03/13: gnu: guile-reader: Update to 0.6.3., guix-commits, 2020/07/27
- 04/13: gnu: guile-reader: Switch to Guile 3.0., guix-commits, 2020/07/27
- 05/13: services: Add 'unattended-upgrade-service-type'., guix-commits, 2020/07/27
- 06/13: services: auditd: Provide default configuration directory., guix-commits, 2020/07/27
- 08/13: gnu: Add libportal., guix-commits, 2020/07/27
- 10/13: gnu: Add xdg-desktop-portal., guix-commits, 2020/07/27
- 12/13: nls: Update 'fr' translation., guix-commits, 2020/07/27
- 09/13: gnu: pipewire@0.3: Update to 0.3.7., guix-commits, 2020/07/27