Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | releasing version 3.201201163.20120116 | Joey Hess | 2012-01-16 |
| | |||
* | copyright | Joey Hess | 2012-01-15 |
| | |||
* | releasing version 3.201201153.20120115 | Joey Hess | 2012-01-15 |
| | |||
* | Fix QuickCheck dependency in cabal file. | Joey Hess | 2012-01-15 |
| | |||
* | add a configure check for StatFS | Joey Hess | 2012-01-15 |
| | | | | | | | | | | | | This way, the build log will indicate whether StatFS can be relied on. I've tested all the failing architectures now, and on all of them, the StatFS code now returns Nothing, rather than Just nonsense. Also, if annex.diskreserve is set on a platform where StatFS is not working, git-annex will complain. Also, the Makefile was missing the sources target used when building with cabal. | ||
* | Add libghc-testpack-dev to build depends on all arches. | Joey Hess | 2012-01-13 |
| | |||
* | releasing version 3.201201063.20120106 | Joey Hess | 2012-01-07 |
| | |||
* | releasing version 3.201201053.20120105 | Joey Hess | 2012-01-05 |
| | |||
* | Added quickcheck to build dependencies, and fail if test suite cannot be built. | Joey Hess | 2012-01-03 |
| | |||
* | releasing version 3.201112313.20111231 | Joey Hess | 2011-12-31 |
| | |||
* | Merge branch 'new-monad-control' | Joey Hess | 2011-12-24 |
|\ | |||
* | | split out three modules from Git | Joey Hess | 2011-12-13 |
| | | | | | | | | | | Constructors and configuration make sense in separate modules. A separate Git.Types is needed to avoid cycles. | ||
* | | releasing version 3.201112113.20111211 | Joey Hess | 2011-12-11 |
| | | |||
* | | version dependency on old monad-control | Joey Hess | 2011-12-10 |
| | | | | | | | | This should let cabal build it with the right version. | ||
| * | add modules needed for using the new monad-control | Joey Hess | 2011-12-06 |
|/ | |||
* | releasing version 3.201112033.20111203 | Joey Hess | 2011-12-03 |
| | |||
* | Remove haskell98 to build with ghc 7.2.2, also built with ghc 7.0.4 | Mark Wright | 2011-11-26 |
| | | | | Signed-off-by: Joey Hess <joey@kitenet.net> | ||
* | releasing version 3.201111223.20111122 | Joey Hess | 2011-11-22 |
| | |||
* | releasing version 3.201111113.20111111 | Joey Hess | 2011-11-11 |
| | |||
* | lint | Joey Hess | 2011-11-11 |
| | |||
* | releasing version 3.201111073.20111107 | Joey Hess | 2011-11-07 |
| | |||
* | releasing version 3.201111053.20111105 | Joey Hess | 2011-11-05 |
| | |||
* | releasing version 3.201110253.20111025 | Joey Hess | 2011-10-25 |
| | |||
* | reorganize log modules | Joey Hess | 2011-10-15 |
| | | | | no code changes | ||
* | add git version check to configure | Joey Hess | 2011-10-12 |
| | | | | Rather ugly dotted version comparison method, but it does work. | ||
* | factor out common imports | Joey Hess | 2011-10-03 |
| | | | | no code changes | ||
* | releasing version 3.201109283.20110928 | Joey Hess | 2011-09-28 |
| | |||
* | releasing version 3.201109153.20110915 | Joey Hess | 2011-09-17 |
| | |||
* | releasing version 3.201109063.20110906 | Joey Hess | 2011-09-06 |
| | |||
* | add josn build dep | Joey Hess | 2011-09-06 |
| | |||
* | releasing version 3.201109023.20110902 | Joey Hess | 2011-09-02 |
| | |||
* | releasing version 3.201108193.20110819 | Joey Hess | 2011-08-19 |
| | |||
* | releasing version 3.201108173.20110817 | Joey Hess | 2011-08-17 |
| | |||
* | releasing version 3.201107193.20110719 | Joey Hess | 2011-07-19 |
| | |||
* | hlint tweaks | Joey Hess | 2011-07-15 |
| | | | | Did all sources except Remotes/* and Command/* | ||
* | add monad-control to build depends | Joey Hess | 2011-07-07 |
| | | | | Will use this to handle exceptions in the Annex monad, yay. | ||
* | releasing version 3.201107073.20110707 | Joey Hess | 2011-07-07 |
| | |||
* | releasing version 3.201107053.20110705 | Joey Hess | 2011-07-05 |
| | |||
* | update build deps | Joey Hess | 2011-07-04 |
| | |||
* | Drop the dependency on the haskell curl bindings, use regular haskell HTTP. | Joey Hess | 2011-07-04 |
| | |||
* | fix sdist to include symlinks, without which it doesn't build | Joey Hess | 2011-07-02 |
| | | | | oops.. will upload a new minor version to hackage | ||
* | releasing version 3.201107023.20110702 | Joey Hess | 2011-07-02 |
| | |||
* | cabal sdist: plan C | Joey Hess | 2011-07-02 |
| | |||
* | updates for web remote and removing URL backend | Joey Hess | 2011-07-01 |
| | |||
* | remove Extra-Source-Files nonsense | Joey Hess | 2011-07-01 |
| | | | | will need to find a better way to make sdist work, this is not livable | ||
* | add web special remote | Joey Hess | 2011-07-01 |
| | | | | | Generalized LocationLog to PresenceLog, and use a presence log to record urls for the web special remote. | ||
* | cabal check | Joey Hess | 2011-06-30 |
| | |||
* | add a filelist for cabal sdist | Joey Hess | 2011-06-30 |
| | | | | | | | I hate hard-coded 40 kilobyte lone file lists, and just once would like to see a build system that does not assume it's a good idea to have a file list, or a hardcoded file list, or a file list that can only be generated with a crippled form of globs. But not today, thank you cabal. | ||
* | cabal tweaks | Joey Hess | 2011-06-30 |
| | |||
* | Merge branch 'master' into v3 | Joey Hess | 2011-06-30 |
| | | | | | Conflicts: debian/changelog |