summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-01 14:14:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-01 14:14:05 -0400
commit65315e13716443be3c50f7e556a1206a45df2a32 (patch)
tree70177c6441ed51a825f2decc319e7a65f3b4072d /doc/news
parent92f4c5fe76f393944b99c2faef1abbc291792f7e (diff)
add news item for git-annex 3.20121001
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_3.20120629.mdwn12
-rw-r--r--doc/news/version_3.20121001.mdwn27
2 files changed, 27 insertions, 12 deletions
diff --git a/doc/news/version_3.20120629.mdwn b/doc/news/version_3.20120629.mdwn
deleted file mode 100644
index e6b98ae99..000000000
--- a/doc/news/version_3.20120629.mdwn
+++ /dev/null
@@ -1,12 +0,0 @@
-git-annex 3.20120629 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * cabal: Only try to use inotify on Linux.
- * Version build dependency on STM, and allow building without it,
- which disables the watch command.
- * Avoid ugly failure mode when moving content from a local repository
- that is not available.
- * Got rid of the last place that did utf8 decoding.
- * Accept arbitrarily encoded repository filepaths etc when reading
- git config output. This fixes support for remotes with unusual characters
- in their names.
- * sync: Automatically resolves merge conflicts."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20121001.mdwn b/doc/news/version_3.20121001.mdwn
new file mode 100644
index 000000000..4505e9ba1
--- /dev/null
+++ b/doc/news/version_3.20121001.mdwn
@@ -0,0 +1,27 @@
+git-annex 3.20121001 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * fsck: Now has an incremental mode. Start a new incremental fsck pass
+ with git annex fsck --incremental. Now the fsck can be interrupted
+ as desired, and resumed with git annex fsck --more.
+ Thanks, Justin Azoff
+ * New --time-limit option, makes long git-annex commands stop after
+ a specified amount of time.
+ * fsck: New --incremental-schedule option which is nice for scheduling
+ eg, monthly incremental fsck runs in cron jobs.
+ * Fix fallback to ~/Desktop when xdg-user-dir is not available.
+ Closes: #[688833](http://bugs.debian.org/688833)
+ * S3: When using a shared cipher, S3 credentials are not stored encrypted
+ in the git repository, as that would allow anyone with access to
+ the repository access to the S3 account. Instead, they're stored
+ in a 600 mode file in the local git repo.
+ * webapp: Avoid crashing when ssh-keygen -F chokes on an invalid known\_hosts
+ file.
+ * Always do a system wide installation when DESTDIR is set. Closes: #[689052](http://bugs.debian.org/689052)
+ * The Makefile now builds with the new yesod by default.
+ Systems like Debian that have the old yesod 1.0.1 should set
+ GIT\_ANNEX\_LOCAL\_FEATURES=-DWITH\_OLD\_YESOD
+ * copy: Avoid updating the location log when no copy is performed.
+ * configure: Test that uuid -m works, falling back to plain uuid if not.
+ * Avoid building the webapp on Debian architectures that do not yet
+ have template haskell and thus yesod. (Should be available for arm soonish
+ I hope)."""]] \ No newline at end of file