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

List:       darcs-devel
Subject:    [darcs-devel] [patch2110] bump version to 2.16.3 (and 4 more)
From:       Ben Franksen <bugs () darcs ! net>
Date:       2020-10-22 16:49:41
Message-ID: 1MVMNF-1kxS7m2iz1-00SMiq () mrelayeu ! kundenserver ! de
[Download RAW message or body]

New submission from Ben Franksen <ben.franksen@online.de>:

These patches are from branch-2.16, notably from release 2.16.3

5 patches for repository darcs-unstable@darcs.net:screened:

patch 0a758b61b6ec3bf681c11d703a2f0ca177a77d31
Author: Ben Franksen <ben.franksen@online.de>
Date:   Sun Sep  6 13:35:26 CEST 2020
  * bump version to 2.16.3

patch b2f87467d3dc409ad87da12e77f5c3386a5e3793
Author: Ben Franksen <ben.franksen@online.de>
Date:   Wed Oct 21 23:59:35 CEST 2020
  * adapt README.md to 2.16, plus some restructuring

patch 861d4c3f0bad66225de53d18f2d75bea53bd85c7
Author: Ben Franksen <ben.franksen@online.de>
Date:   Thu Oct 22 10:35:58 CEST 2020
  * relax upper bound for conduit to <1.4

patch 6722d0fd40dc9d0cde7204bed7584d8ba833038b
Author: Ben Franksen <ben.franksen@online.de>
Date:   Sun Sep  6 13:34:50 CEST 2020
  * add changelog entries for 2.16.3

patch f30c2a6f53e7bb4a707249acac347c9b31c12400
Author: Ben Franksen <ben.franksen@online.de>
Date:   Thu Oct 22 11:03:41 CEST 2020
  * add stuff generated by stack to the boringfile

----------
files: bump-version-to-2_16_3.dpatch, patch-preview.txt, unnamed
messages: 22500
nosy: bf
status: needs-screening
title: bump version to 2.16.3 (and 4 more)

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


[bump version to 2.16.3
Ben Franksen <ben.franksen@online.de>**20200906113526
 Ignore-this: ab8dd275dca3da611581aafddadcab34dfc007bedaaf71fa5d06f46a3d38f42804acff8b9acea0e6
] hunk ./darcs.cabal 3
- -version:        2.16.2
+version:        2.16.3

[adapt README.md to 2.16, plus some restructuring
Ben Franksen <ben.franksen@online.de>**20201021215935
 Ignore-this: 1df7dbc4b7f330af436a69235bfe17d2db1c1417b63b6f0ca6e4a16ad1d51dea12aa2dc67f35c3b0
] hunk ./README.md 1
- -Darcs
- -=====
+About
+-----
hunk ./README.md 7
- -Getting started
- -===============
+Building
+--------
hunk ./README.md 10
- -Compiling
- ----------
+To build and install the latest release, use
hunk ./README.md 12
- -The easiest way to build darcs is by using cabal-install version 3.2 or
- -later. A plain
+```
+cabal update && cabal install darcs
+```
+
+with a recent cabal (version 3.2 or later is recommended). Any version of
+ghc from 8.2 up to 8.10 should work.
+
+From inside a clone or a source dist, use
hunk ./README.md 31
- -should work out of the box with any ghc version from 8.0 up to 8.10.
- -
- -Run the test suite
- -------------------
+Running the test suite
+----------------------
hunk ./README.md 34
- -It is currently not possible to run the full test suite from the source
- -distribution that you get from hackage. Instead you need to be in a clone of
- -the darcs source code repository. This is because the tests depend on an old
- -version of shelly that was patched to work with newer ghc versions and
- -bundled with Darcs. It is not part of the source distribution to avoid
- -'cabal install' also trying to install our patched version of shelly.
+This is optional, of course, but useful if you want to help find bugs or
+before you contribute patches.
hunk ./README.md 81
+Documentation
+-------------
+
hunk ./README.md 92
+The complete documentation is available as a man page which can be generated
+using
+
+```
+darcs help manpage > darcs.1
+```
+
hunk ./README.md 100
- -==============
+--------------
hunk ./README.md 107
+There is also an IRC channel named `#darcs` on freenode.net, where you can
+report problems or ask questions.
+
hunk ./README.md 112
- -=======
+-------
hunk ./README.md 114
- -Please consult <http://darcs.net/Development/GettingStarted> for information
- -about how to contribute to Darcs. Or send an email to darcs-devel@darcs.net
- -or to darcs-users@darcs.net.
+We are happy to receive patches and will try our best to review them in a
+timely fashion. Just record your patches in a clone of
+<http://darcs.net/screened> and `darcs send` them. You are encouraged, but not
+required, to look at <http://darcs.net/Development/GettingStarted> for
+additional information.
hunk ./README.md 120
- -The wiki can be downloaded with the command:
+BTW, the wiki is a darcs repo, you can clone it with:
hunk ./README.md 125
+
+to edit the contents and send us patches.

[relax upper bound for conduit to <1.4
Ben Franksen <ben.franksen@online.de>**20201022083558
 Ignore-this: 1248e35931d74034f2acec876fa37f4481e84f253103c5c60e8cae29d1d74cb1c6af287dcd0d6e7c
] hunk ./darcs.cabal 460
- -                      conduit           >= 1.3.0 && < 1.3.3,
+                      conduit           >= 1.3.0 && < 1.4,

[add changelog entries for 2.16.3
Ben Franksen <ben.franksen@online.de>**20200906113450
 Ignore-this: 85cf39b114eae2da071e1f0d2aaba6cfcc1d82212551d99e6707e0ab8823bb481ea4211332f8ef51
] hunk ./CHANGELOG 1
+Darcs 2.16.3, 22 October 2020
+
+  * Fix building with `-f curl` (issue2655)
+  * Fix building with stack
+  * Various fixes in our custom Setup.hs, mostly to do with cabal commands
+    exectuted inside the unpacked source dist tar ball
+  * Remove obsolete dependency on split package
+  * Remove dependency on sandi and use base16-bytestring >= 1.0, improving
+    performance when darcs handles binary files and patches, and more
+    generally whenever we convert hashes from/to text.
+  * Various minor fixes and additions to tests scripts
+  * Issues fixed:
+    * 2654: amend --prompt-long-comment removes the long comment
+    * 2658: show dependencies should only show direct dependencies
+    * 2659: check for bad patch name after invoking editor, too
+

[add stuff generated by stack to the boringfile
Ben Franksen <ben.franksen@online.de>**20201022090341
 Ignore-this: e6a1176b667526c966459d4c4cc2ff9d0e65a6e09c1760eb6dc9e64315f5bf16426739330414769c
] hunk ./.boring 139
+(^|/).stack-work($|/)
+^stack.yaml.lock$


["bump-version-to-2_16_3.dpatch" (application/x-darcs-patch)]
["unnamed" (text/plain)]

.





_______________________________________________
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