From 65315e13716443be3c50f7e556a1206a45df2a32 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 1 Oct 2012 14:14:05 -0400 Subject: add news item for git-annex 3.20121001 --- doc/news/version_3.20120629.mdwn | 12 ------------ doc/news/version_3.20121001.mdwn | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 12 deletions(-) delete mode 100644 doc/news/version_3.20120629.mdwn create mode 100644 doc/news/version_3.20121001.mdwn 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 -- cgit v1.2.3