[prev in list] [next in list] [prev in thread] [next in thread] 

List:       darcs-devel
Subject:    [darcs-devel] [patch2370] CHANGELOG for 2.16.5 (and 3 more)
From:       Ganesh Sittampalam <bugs () darcs ! net>
Date:       2024-02-25 13:49:52
Message-ID: E1reEsx-00D8VS-19 () urchin ! earth ! li
[Download RAW message or body]

New submission from Ganesh Sittampalam <ganesh@earth.li>:

belatedly merging in the changes in branch-2.16 for 2.16.5

4 patches for repository darcs-unstable@darcs.net:/opt/darcs/screened:

patch 13ee50715bc3ab9bf32c6147f3b3a7c549bae379
Author: Ganesh Sittampalam <ganesh@earth.li>
Date:   Sat Feb 19 23:12:39 GMT 2022
  * CHANGELOG for 2.16.5

patch be2395e436f99f46897f1b1099ca83d0ec214eb1
Author: Ganesh Sittampalam <ganesh@earth.li>
Date:   Sat Feb 19 23:13:03 GMT 2022
  * Bump Cabal version to 2.16.5

patch 8c1f6495735cc76d1a6c136c0761d1e9f1f991d1
Author: Ganesh Sittampalam <ganesh@earth.li>
Date:   Sun Feb 20 08:35:31 GMT 2022
  tagged 2.16.5

patch 4f4143e13d9c4e7b872375fc56de634b11cf942c
Author: Ganesh Sittampalam <ganesh@earth.li>
Date:   Sun Feb 25 13:48:24 GMT 2024
  * resolve conflict in darcs.cabal with 2.16.5 release

----------
files: changelog-for-2_16_5.dpatch, patch-preview.txt
messages: 23768
nosy: ganesh
status: needs-screening
title: CHANGELOG for 2.16.5 (and 3 more)

__________________________________
Darcs bug tracker <bugs@darcs.net>
<https://bugs.darcs.net/patch2370>
__________________________________
["patch-preview.txt" (text/x-darcs-patch)]


[CHANGELOG for 2.16.5
Ganesh Sittampalam <ganesh@earth.li>**20220219231239
 Ignore-this: 32ee2f53c58742dd497bfd25871644d9
] hunk ./CHANGELOG 1
+Darcs 2.16.5, 20 Feb 2022
+
+  This release is to support newer dependencies, most importantly
+  GHC 9.0 and Cabal 3.6.
+
+  It also includes a small number of refactors that help with moving
+  to those newer dependencies.
+

[Bump Cabal version to 2.16.5
Ganesh Sittampalam <ganesh@earth.li>**20220219231303
 Ignore-this: 2e83c3a5590b77244d0154d5a8af20ae
] conflictor [
hunk ./darcs.cabal 3
-version:        2.16.4
+version:        2.17.1
hunk ./darcs.cabal 3
-version:        2.17.1
+version:        2.17.2
hunk ./darcs.cabal 3
-version:        2.17.2
+version:        2.17.3
]
:
hunk ./darcs.cabal 3
-version:        2.16.4
+version:        2.16.5

[TAG 2.16.5
Ganesh Sittampalam <ganesh@earth.li>**20220220083531
 Ignore-this: 51417cb5dd488dc0d962ffb051f63ee1
] 
<
[Bump Cabal version to 2.16.5
Ganesh Sittampalam <ganesh@earth.li>**20220219231303
 Ignore-this: 2e83c3a5590b77244d0154d5a8af20ae
] 
[CHANGELOG for 2.16.5
Ganesh Sittampalam <ganesh@earth.li>**20220219231239
 Ignore-this: 32ee2f53c58742dd497bfd25871644d9
] 
[support Cabal 3.6
Ganesh Sittampalam <ganesh@earth.li>**20220205214338
 Ignore-this: 69fa945b18f5b5143fc53456f26bcd9e
] 
[fix for tests/network/external.sh failure on ubuntu with ghc-8.10
Ben Franksen <ben.franksen@online.de>**20211102161252
 Ignore-this: 631c34c194838119d7eb847403e6d5033739ac1f1833350f5d063953fe982a7973444dcce3c5e70
 
 This also slightly re-organizes the script to make it easier to understand
 what's going on.
] 
[refactor: use isBoring and realPath in D.R.State
Ben Franksen <ben.franksen@online.de>**20201217111933
 Ignore-this: 32544098fd575cec3d7b615bd5d3f895e78a0c5d8cfa6c35ed6b96d3dbe38714da9f77f6dffea0bc
] 
[remove dependency on regex-compat-tdfa
Ben Franksen <ben.franksen@online.de>**20210522140502
 Ignore-this: ac96685dab7540f901da71447561e5375771b6dd325f6fa2b3f792099fd3fa9a0ba7694ccb155aa
 
 This copies a small number of trivial wrappers from that packages into a new
 module Darcs.Util.Regex. The only use of a non-trivial function was in the
 darcs send command where we decide if the system encoding is UTF-8
 compatible and warn the user if it is not. This part has been removed
 because non UTF-8 compatible system encodings are no longer relevant today.
] 
[clean up some of the email sending mess
Ben Franksen <ben.franksen@online.de>**20201116083542
 Ignore-this: a9c5ad49bc33a0a17a1608cc0ef0410bfd2f266f4518aa968236f990c5f53bc9a330f34348b30c25
 
 Searching for a sendmail command in paths like /sbin makes sense only on
 Unix-like systems. This code is now guarded behind #ifndef WIN32. Since we
 always use MAPI on Windows, unless a sendmail-command is specified via the
 option or the SENDMAIL environment, I have replaced HAVE_MAPI with WIN32
 enerywhere. Furthermore, the send command itself no longer has #ifdefs, as
 we pull the check for early failure into D.UI.External as (Os-independent)
 checkDefaultSendmail, adding a TODO comment that this should be improved (on
 Windows) to check whether using MAPI has a chance to succeed.
] 
[remove unused function resendEmail
Ben Franksen <ben.franksen@online.de>**20201117091605
 Ignore-this: 4cbf0516e1afbae8e74ab534077741843f6097266ffa8fb444d90cafec632f9d893810fa4fb47f1e
] 
[support cryptonite 0.28 and 0.29
Ganesh Sittampalam <ganesh@earth.li>**20210515180158
 Ignore-this: f7f95fc91ffdab7ae5d68ab112f025942478ae4780585f78f78e39ce7db6b55c373e3a354ad931e7
] 
[support memory 0.16
Ganesh Sittampalam <ganesh@earth.li>**20210515180136
 Ignore-this: db8f032ddf31cec9d8b3eeeba3e08e39e1e5c31f8c4137fee9c69e638c394bf51be81c9d5408825b
] 
[support QuickCheck 2.14
Ganesh Sittampalam <ganesh@earth.li>**20210515200605
 Ignore-this: 5064a4d2be821cdc0866c87f6579c757eb0645525f49a0ffc69567f378dc31c3c63c82fb008f6d8e
 
 Need to make the Test.QuickCheck imports explicit in
 one place because chooseAny was added as a new export
 from Test.QuickCheck in 2.14, so the import from
 Test.QuickCheck.Gen becomes redundant and causes a
 warning.
] 
[support base 4.15
Ganesh Sittampalam <ganesh@earth.li>**20210515180129
 Ignore-this: ee4640287556313036dc352f24f7df5ee81deb902635aa5f2857ad643b0acfd914219ab57dc7f802
] 
[fix GHC 9.0 compile error
Ganesh Sittampalam <ganesh@earth.li>**20210515145525
 Ignore-this: cf773fa2de6ee9b8a6cdd66a06be8e5582bb7dadc079f6d4d69357ef51f6c62a361ce1f9ce93cf3
 
 I suspect that it was caused by the changes to
 impredicativity in GHC 9.
] 
[bump setup-depends Cabal bound to match Cabal-Version
Ganesh Sittampalam <ganesh@earth.li>**20210524221626
 Ignore-this: 32c51b0f7cb13c994fff42fe64344b91474975721a401c13c111e3fe1f480c5e7fedc75cd0328fa9
] 
[support Cabal 3.4
Ganesh Sittampalam <ganesh@earth.li>**20210515175040
 Ignore-this: 95d055c7e1b98cc2698519cdb93dd5bcad38279a5db1f40df00de433a432947048b076c725e1d1ab
] 
[TAG 2.16.4
Ben Franksen <ben.franksen@online.de>**20210520120106
 Ignore-this: 6ad053de84a2b3fcd9dc62076e0fbbad24d8c25ef4a659a163cadc1832b39686aa41a2b7a12928df
] 
>

[resolve conflict in darcs.cabal with 2.16.5 release
Ganesh Sittampalam <ganesh@earth.li>**20240225134824
 Ignore-this: a2a4c72e45aa84bf96ec85ceef5c1d9474e2aa46e64a68f083e222384258652ac568df2e8fe9477b
] hunk ./darcs.cabal 3
-version:        2.16.4
+version:        2.17.3


["changelog-for-2_16_5.dpatch" (application/x-darcs-patch)]

_______________________________________________
darcs-devel mailing list
darcs-devel@osuosl.org
https://lists.osuosl.org/mailman/listinfo/darcs-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic