summaryrefslogtreecommitdiff
path: root/etc/news.scm
Commit message (Expand)AuthorAgeFilesLines
* news: Add entry for ‘guix git authenticate’ changes.•••* etc/news.scm: Add entry. Change-Id: I661a0c0bfc373b87a70508ad9a735315c96ba4a5 Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de> Change-Id: Ibafef9d432df163948c4884279d4ce2579ed0312 Ludovic Courtès2024-05-011-0/+44
* news: Add entry for removing linux-libre 6.7 (EoL).•••* etc/news.scm: Add entry for linux-libre 6.7 removal. Change-Id: I8fe3eb3f68023e85fcac7549c06d2cc26cd8e810 Signed-off-by: Leo Famulari <leo@famulari.name> Wilko Meyer2024-04-301-0/+12
* news: Update news and commit for nss-certs change.•••As discussed in <https://lists.gnu.org/archive/html/guix-devel/2024-04/msg00211.html>. * etc/news.scm: Update. Change-Id: Id893abe6642de3939f7993267075764e4bb5d820 Florian Pelz2024-04-231-4/+16
* news: Add 'de' translation.•••* etc/news.scm: Add German translation for nss-certs entry. Change-Id: I82343fdc81c370a2a11e0c7bce55e5914187861f Florian Pelz2024-04-201-1/+5
* news: Add entry for nss-certs being added to %base-packages.•••* etc/news.scm: New entry. * NEWS: Update news. Change-Id: I40e0b859f2af0bb0e652925a53d6447ea6fbacfb Maxim Cournoyer2024-04-181-1/+13
* news: Add entry for the linux-libre-lts 6.6 update.•••* etc/news.scm: Add entry. Change-Id: Ic57c76c300712e4a6053052611e6483b4d72f0c5 Signed-off-by: Leo Famulari <leo@famulari.name> Ahmad Draidi via Guix-patches via2024-04-081-0/+10
* Merge remote-tracking branch 'savannah/master' into gnome-team•••Change-Id: I775274c2693536e2efa36c9abca4c54c5c458e26 Christopher Baines2024-03-161-1/+70
|\
| * news: Update commit for fixed-output derivation vulnerability.•••* etc/news.scm: Update. Change-Id: Ia34408882f8928a0fd05acc12d4edc66b3dcb3b7 Ludovic Courtès2024-03-121-1/+1
| * news: Add 'de' translation.•••* etc/news.scm: Add German translation. Change-Id: Ia2a11f71cdee5ccbf2a7fbe176e713418771599e Florian Pelz2024-03-121-0/+22
| * news: Give upgrade instructions for foreign distros.•••* etc/news.scm: Update entry. Change-Id: Ia7c326bc97042d92a8d499ee27dd41d15f1f0d29 Ludovic Courtès2024-03-121-0/+9
| * news: Add entry for the daemon fixed-output derivation vulnerability.•••* etc/news.scm: Add entry. Change-Id: Ib3f9c22eda1e8b9075620ec01b4edf2f24cfcf93 Ludovic Courtès2024-03-111-1/+39
* | news: Add entry for changes in GNOME 44 and its desktop service.•••* etc/news.scm: Add entry. Liliana Marie Prikler2024-02-281-0/+39
* | news: Add entry for GDM defaulting to Wayland.•••* etc/news.scm: Add entry. Change-Id: Icddcf269ff59a7ee2a14680ed95a167758ecddaf Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Vivien Kraus2024-02-281-0/+15
* | news: Add entry for hwdb support in udev-service-type.•••* etc/news.scm: Add entry. Change-Id: I3c27b10eab501cca6ed0e32a1b30d92f212266b4 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Vivien Kraus2024-02-281-0/+21
|/
* news: Add entry for removing linux-libre 4.14 (EoL).•••* etc/news.scm: Add entry for linux-libre 4.14 removal and add my copyright header. Change-Id: I5c2418bc22a4ae2bba63c1cf77e66d2574766e01 Wilko Meyer2024-01-221-0/+13
* news: Fix 'de' translation.•••* etc/news.scm: Fix typo. Change-Id: I943fed38a444d1403cc5f979a7d6b9f52bedf5dd Florian Pelz2024-01-131-2/+2
* news: Add entry for the new '--max-layers=N' option.•••* etc/news.scm: Add entry. Change-Id: I286c04fd2cef820007606d1092ab45be4466fb19 Oleg Pykhalov2024-01-091-0/+57
* news: Add 'de' translation.•••* etc/news.scm: Add German translation of offloading entry. Florian Pelz2023-10-031-0/+17
* news: Fix typo.•••* etc/news.scm: Fix typo in the English text on offloading. Florian Pelz2023-10-031-1/+1
* news: Add entry for declarative offloading.•••* etc/news.scm: Add entry. Ludovic Courtès2023-10-011-0/+36
* news: Add entry about the removal of linux-libre 6.3.•••* etc/news.scm: Add entry. Leo Famulari2023-07-231-1/+13
* news: Add entry for the linux-libre 6.4 update.•••* etc/news.scm: Add entry. Leo Famulari2023-07-231-0/+16
* news: Fix typo.•••* etc/news.scm: Fix typo in French version. Ludovic Courtès2023-06-211-2/+2
* news: Add entry for 'guix locate'.•••* etc/news.scm: Add entry. Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de> Ludovic Courtès2023-06-181-0/+49
* news: Add entry to 'guix style -S arguments'.•••* etc/news.scm: Add entry. Ludovic Courtès2023-05-181-0/+44
* doc: Change '--with-configure-flag' example to something that works.•••Passing '-DBUILD_COMPLEX=OFF' to lapack would eventually lead to a link error. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * doc/guix.texi (Package Transformation Options): Change '--with-configure-flag' example. * etc/news.scm: Likewise. Ludovic Courtès2023-05-181-3/+3
* news: Add 'de' translation.•••* etc/news.scm: Add German translation of 'with-configure-flag' entry. Florian Pelz2023-05-051-0/+13
* news: Add entry for '--with-configure-flag'.•••* etc/news.scm: Add entry. Ludovic Courtès2023-05-041-0/+30
* news: Add 'de' translation.•••* etc/news.scm: Add German translation of core-updates entry. Florian Pelz2023-04-261-0/+20
* news: Add entry for 'core-updates' merge.•••* etc/news.scm: Add entry. Ludovic Courtès2023-04-261-0/+43
* news: Add entry for the linux-libre-lts 6.1 update.•••* etc/news.scm: Add entry. Jonathan Brielmaier2023-04-071-1/+11
* news: Add 'de' translation.•••* etc/news.scm: Add German translation of 'guix shell -CW' entry. Florian Pelz2023-04-071-0/+21
* news: Add entry for 'guix shell --container --nesting'.•••* etc/news.scm: Add entry. Ludovic Courtès2023-04-061-0/+43
* news: Add entry for the linux-libre 6.2 update.•••* etc/news.scm: Add entry. Leo Famulari2023-03-111-0/+16
* news: Fix commit for the guix pack new RPM format news.•••* etc/news.scm: Adjust latest news commit. Maxim Cournoyer2023-02-191-1/+1
* news: Add entry for the new 'rpm' guix pack format.•••* etc/news.scm: Add entry. Maxim Cournoyer2023-02-191-2/+43
* news: Fix formatting.•••* etc/news.scm: Add backslash to '--with-version' entry. Florian Pelz2023-01-161-3/+3
* news: Fix 'de' translation.•••* etc/news.scm: Add heading. Florian Pelz2023-01-161-0/+1
* news: Add entry for '--with-version'.•••* etc/news.scm: Add entry. Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de> Ludovic Courtès2023-01-161-1/+51
* news: Add 'de' translation.•••* etc/news.scm: Add German translation of entry about linux-libre 6.0 removal. Florian Pelz2023-01-141-3/+7
* news: Add entry about the removal of linux-libre 6.0.•••* etc/news.scm: Add entry Leo Famulari2023-01-131-0/+8
* news: Update 'de', 'fr', 'pt_BR' translation.•••* etc/news.scm: Add the usual translations for kernel news. Florian Pelz2023-01-131-3/+12
* news: Add entry for the linux-libre 6.1 update.•••* etc/news.scm: Add entry. Leo Famulari2023-01-131-0/+7
* news: Add 'de' translation.•••* etc/news.scm: Add German translation of entry about linux-libre 4.9 removal. Florian Pelz2023-01-091-3/+7
* news: Add entry about the removal of linux-libre 4.9.•••* etc/news.scm: Add entry. Leo Famulari2023-01-081-0/+8
* news: Fix typos in French text.•••* etc/news.scm: Fix typos. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Vivien Kraus via Guix-patches via2022-12-111-3/+3
* news: Add 'fr' translation.•••* etc/news.scm: Add French translation of 'customize-linux' entry. Julien Lepiller2022-12-101-2/+8
* news: Add 'de' translation.•••* etc/news.scm: Add German translation of 'customize-linux' entry. Florian Pelz2022-12-081-2/+8
* news: Add entry for 'customize-linux'.•••* etc/news.scm: Add entry. Maxim Cournoyer2022-12-071-0/+10
* news: Add 'de' translation.•••* etc/news.scm: Add German translation of '--symlink' entry. Florian Pelz2022-11-161-0/+6