diff --git a/doc/bugs/easy_feature_request__58___enable_lan_sync_on_android.mdwn b/doc/bugs/easy_feature_request__58___enable_lan_sync_on_android.mdwn new file mode 100644 index 0000000000..938e7c68b3 --- /dev/null +++ b/doc/bugs/easy_feature_request__58___enable_lan_sync_on_android.mdwn @@ -0,0 +1 @@ +It would be nice to allow LAN sync on the android client. This would allow for easily syncing files when in an out-of-service area, or rapidly syncing to a device with a better network connection. diff --git a/doc/todo/Compile_error_with_GHC_prerelease.mdwn b/doc/todo/Compile_error_with_GHC_prerelease.mdwn new file mode 100644 index 0000000000..e8f930ad26 --- /dev/null +++ b/doc/todo/Compile_error_with_GHC_prerelease.mdwn @@ -0,0 +1,14 @@ +For various reasons we cannot use v8.0 (prereleases) yet, +but GHC v7.11.20150407 + +There was a compilation hiccup with polymorphic types. I corrected it in + +https://github.com/ggreif/git-annex/tree/patch-1 + +The commit is + +https://github.com/ggreif/git-annex/commit/a0ddad8d395b5eb61d1e7e6fdcbfa766c05de3d4 + +Cheers, + + Gabor