Petr Rockai: darcs 2.2.0
I am happy to announce general availability of darcs 2.2.0.
Getting the release
For this release, we have decided to provide two flavours, depending on the
build system used:
971 darcs check fails (case sensitivity on filenames)
1006 darcs check and repair do not look for adds
1043 pull => mergeAfterConflicting failed in geteff (2.0.2+)
1101 darcs send cc recipient not included in success message
1117 Whatsnew should warn on non-recorded files
1144 Add darcs send in-reply-to or header In-Reply-To: x@y.z
1165 get should print last gotten tag
1196 Asking for changes in /. of directory that doesn t exist gives changes in entire repo
1198 Reproducible mergeConflictingNons failed in geteff with ix
1199 Backup files darcs added after external merge
1223 sporadic init.sh test failure (2.1.1rc2+472)
1238 wish: darcs help setpref should list all prefs
1247 make TAGS is broken
1249 2.1.2 (+ 342 patches) local drive detection on Windows error
1272 amend-record not the same as unrecord + record
1273 renameFile: does not exist (No such file or directory)
1223 sporadic init.sh test failure (2.1.1rc2+472) I would like to thank all contributors for making this release possible. Future The next release will be 2.2.1, fixing low-risk issues found in 2.2.0, or those that have been excluded for 2.2.0 due to freeze. This release will appear in two or three weeks time, depending on circumstances. The next major release will be 2.3, due in June or July this year. The focus of this release will be new features and further work on performance. Moreover, we expect that it will use Cabal as its default build system and will make first steps towards sustainable libdarcs API.
- The source tarball, http://www.darcs.net/darcs-2.2.0.tar.gz, which can be
built using the traditional autoconf-based system. This is the fully
supported version. After downloading and unpacking, you can issue:
and possibly$ ./configure $ make
More detailed instructions inside the tarball (file README). Please note that we had at least one report of build failure, with quickcheck-related message. The currently best workaround, if this happens to you, is to use the cabal version of the package instead, see below.# make install
- Cabalised source. You can either download a tarball from
http://hackage.haskell.org/packages/archive/darcs/2.2.0/darcs-2.2.0.tar.gz
and build manually (see the build instructions in README inside the
tarball), or, alternatively, you can use cabal-install to obtain a copy:
This will give you a darcs binary in ~/.cabal/bin you should probably add that to your PATH.$ cabal update $ cabal install darcs
- In interactive record, it is now possible to get a list of
currently selected hunks (command
l
). (Christian Kellermann) - It is now possible to specify
--in-reply-to
when using darcs send, to generate correct references in the mail header. (Pavel Shramov) - New repositories with
--no-pristine-tree
can no longer be created. This only has effect on legacy darcs-1 repositories. - Improvements in Windows support. (Salvatore Insalaco)
- Performance improvements in
darcs repair
and robustness improvements indarcs check
. (Petr Ro kai) - Extensive manual and online help improvements. (Trent W. Buck)
- Support for GHC 6.10.
- Overhaul of the make-based build system. (Trent W. Buck)
- Cabal is now supported as a build method for darcs. (Duncan Coutts, Petr Ro kai, Gwern Branwen)
- First stab at libdarcs when building through Cabal, all of darcs implementation is now exposed in modules. No API guarantees whatsoever. (Eric Kow)
- Additions to Haddock documentation of the existing darcs modules for improved development experience.
- Improvements in the testing infrastructure. (Christian Kellermann, Gwern Branwen)
- Low-level optimisations in filesystem code. (Ganesh Sittampalam)
- Numerous major and minor bug fixes, refactorings and cleanups by David Roundy, Eric Kow, Jason Dagit, Dmitry Kurochkin, Thorkil Naur, Salvatore Insalaco, Christian Kellerman, Florent Becker, Duncan Coutts, Reinier Lamers, Ganesh Sittampalam, Petr Ro kai.
971 darcs check fails (case sensitivity on filenames)
1006 darcs check and repair do not look for adds
1043 pull => mergeAfterConflicting failed in geteff (2.0.2+)
1101 darcs send cc recipient not included in success message
1117 Whatsnew should warn on non-recorded files
1144 Add darcs send in-reply-to or header In-Reply-To: x@y.z
1165 get should print last gotten tag
1196 Asking for changes in /. of directory that doesn t exist gives changes in entire repo
1198 Reproducible mergeConflictingNons failed in geteff with ix
1199 Backup files darcs added after external merge
1223 sporadic init.sh test failure (2.1.1rc2+472)
1238 wish: darcs help setpref should list all prefs
1247 make TAGS is broken
1249 2.1.2 (+ 342 patches) local drive detection on Windows error
1272 amend-record not the same as unrecord + record
1273 renameFile: does not exist (No such file or directory)
1223 sporadic init.sh test failure (2.1.1rc2+472) I would like to thank all contributors for making this release possible. Future The next release will be 2.2.1, fixing low-risk issues found in 2.2.0, or those that have been excluded for 2.2.0 due to freeze. This release will appear in two or three weeks time, depending on circumstances. The next major release will be 2.3, due in June or July this year. The focus of this release will be new features and further work on performance. Moreover, we expect that it will use Cabal as its default build system and will make first steps towards sustainable libdarcs API.