darcs

Patch 2451 new release 2.18.5

Title new release 2.18.5
Superseder Nosy List bfrk
Related Issues
Status accepted Assigned To
Milestone

Created on 2025-01-09.10:12:01 by bfrk, last changed 2025-01-10.13:46:59 by bfrk.

Files
File name Status Uploaded Type Edit Remove
patch-preview.txt bfrk, 2025-01-09.11:29:53 text/x-darcs-patch
raise-upper-bound-on-tls_-data_default_class-__-data_default.dpatch bfrk, 2025-01-09.11:29:53 application/x-darcs-patch
See mailing list archives for discussion on individual patches.
Messages
msg24158 (view) Author: bfrk Date: 2025-01-09.10:12:00
This is for releases/branch-2.18, not for screened. Apart from the tag,
version, and changelog patches, all are in reviewed.

I have uploaded a release candidate at
https://hackage.haskell.org/package/darcs-2.18.5/candidate and plan to make
the actual release unless you think we should include more patches in this
release.

6 patches for repository https://darcs.net/releases/branch-2.18:

patch 8da98f5de14034aa79a2860212fa34e99585e188
Author: Ben Franksen <ben.franksen@online.de>
Date:   Thu Nov  7 09:08:31 CET 2024
  * raise upper bound on tls, data-default-class -> data-default

  This allows building against current stackage nightly and restores building
  with ghc-9.8 which broke due to PVP violating updates of these packages.

patch 486faf023c29c06a7ddd3fef72d8dd28f6c91885
Author: Ben Franksen <ben.franksen@online.de>
Date:   Sat Nov 30 12:18:02 CET 2024
  * exclude system-fileio-0.3.16.5 which fails to build on Windows

patch d50e7aa8f075c545512a4bcfe539bfdaf80993ae
Author: Ben Franksen <ben.franksen@online.de>
Date:   Wed Nov 27 17:35:43 CET 2024
  * restrict upper limit on attoparsec from <0.15 to <14.4 for ghc versions <8.10

  Otherwise we get errors when building the attoparsec dependency.

patch 8bff58b6ae2bb65cc9f06ecba8cdfaacdd972150
Author: Ben Franksen <ben.franksen@online.de>
Date:   Thu Jan  9 10:39:27 CET 2025
  * release notes for darcs-2.18.5

patch 3be4b4e5cba2942359272bb8b590c0ccda17eec1
Author: Ben Franksen <ben.franksen@online.de>
Date:   Thu Jan  9 10:40:34 CET 2025
  * bump version to 2.18.5

patch a00a2f01c073c11ca7f480db617907800ee56838
Author: Ben Franksen <ben.franksen@online.de>
Date:   Thu Jan  9 10:40:54 CET 2025
  tagged 2.18.5
Attachments
msg24159 (view) Author: bfrk Date: 2025-01-09.11:29:53
Updated bundle with three more patches pulled from reviewed: the two
fixes/improvements for check/repair, and one patch for the CI, so that I
could verify that the full matrix suceeds.

9 patches for repository https://darcs.net/releases/branch-2.18:

patch 8da98f5de14034aa79a2860212fa34e99585e188
Author: Ben Franksen <ben.franksen@online.de>
Date:   Thu Nov  7 09:08:31 CET 2024
  * raise upper bound on tls, data-default-class -> data-default

  This allows building against current stackage nightly and restores building
  with ghc-9.8 which broke due to PVP violating updates of these packages.

patch 486faf023c29c06a7ddd3fef72d8dd28f6c91885
Author: Ben Franksen <ben.franksen@online.de>
Date:   Sat Nov 30 12:18:02 CET 2024
  * exclude system-fileio-0.3.16.5 which fails to build on Windows

patch d50e7aa8f075c545512a4bcfe539bfdaf80993ae
Author: Ben Franksen <ben.franksen@online.de>
Date:   Wed Nov 27 17:35:43 CET 2024
  * restrict upper limit on attoparsec from <0.15 to <14.4 for ghc versions <8.10

  Otherwise we get errors when building the attoparsec dependency.

patch 3be4b4e5cba2942359272bb8b590c0ccda17eec1
Author: Ben Franksen <ben.franksen@online.de>
Date:   Thu Jan  9 10:40:34 CET 2025
  * bump version to 2.18.5

patch ba6a1163a3b4d663960ef47c3531d81c350c6387
Author: Ben Franksen <ben.franksen@online.de>
Date:   Thu Nov 28 14:24:32 CET 2024
  * check/repair: display patch info of repaired patches

patch 3d731103a39de5dff58a61db93cc1e6bac0ead02
Author: Ben Franksen <ben.franksen@online.de>
Date:   Thu Nov 28 14:26:55 CET 2024
  * check/repair: avoid newlines in progress messages

  It doesn't make sense to output the complete patch info in a progress
  message and our progress machinery can't properly handle that anyway.

patch d7bcc77eeacfefd62640350ce86683393e2dcb8e
Author: Ganesh Sittampalam <ganesh@earth.li>
Date:   Fri Jun  7 00:35:21 CEST 2024
  * only aim to be warnings clean on one version of GHC

  For now this is GHC 9.8

patch 573e03b043f7ac1624d79a4c3c2f9486a75a319b
Author: Ben Franksen <ben.franksen@online.de>
Date:   Thu Jan  9 10:39:27 CET 2025
  * release notes for darcs-2.18.5

patch 3f3cd36f5d0226de7f39008f2abc846d9aa4d132
Author: Ben Franksen <ben.franksen@online.de>
Date:   Thu Jan  9 12:12:44 CET 2025
  tagged 2.18.5
Attachments
msg24160 (view) Author: bfrk Date: 2025-01-09.11:32:12
Release candidate also updated.
msg24161 (view) Author: ganesh Date: 2025-01-09.13:33:31
Just to confirm I'm fine with what you propose for 2.18.5 (though I 
haven't look in detail)
msg24162 (view) Author: bfrk Date: 2025-01-09.14:20:33
Cool. I am going to finish the release today.
History
Date User Action Args
2025-01-09 10:12:01bfrkcreate
2025-01-09 11:29:54bfrksetfiles: + patch-preview.txt, raise-upper-bound-on-tls_-data_default_class-__-data_default.dpatch
messages: + msg24159
title: raise upper bound on tls, data-default-c... (and 5 more) -> new release 2.18.5
2025-01-09 11:32:13bfrksetmessages: + msg24160
2025-01-09 13:33:33ganeshsetmessages: + msg24161
2025-01-09 14:20:34bfrksetmessages: + msg24162
2025-01-10 13:46:32bfrksetfiles: - patch-preview.txt
2025-01-10 13:46:48bfrksetfiles: - raise-upper-bound-on-tls_-data_default_class-__-data_default.dpatch
2025-01-10 13:46:59bfrksetstatus: needs-screening -> accepted